reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
404 while (MORE() && (c = PEEK()) != '|' && c != stop) 540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); 549 c = PEEK(); 581 if (isdigit((uch)PEEK())) { 590 while (MORE() && PEEK() != '}') 600 c = PEEK(); 752 if (MORE() && isdigit((uch)PEEK())) { 781 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { 825 while (MORE() && PEEK() != ']' && !SEETWO('-', ']')) 883 switch ((MORE()) ? PEEK() : '\0') { 900 c = PEEK(); 909 c = PEEK(); 947 while (MORE() && isalpha((uch)PEEK()))