Home | History | Annotate | Download | only in testsuite

Lines Matching full:character

397 *    Macros and tables for character handling    *
431 /* Common code for all repeated single character type matches */
432 /* Common code for all repeated single-character matches. We can give
433 /* Common code for all repeated single-character matches. We can give
483 /* If req_char is set, we know that that character must appear in the subject
487 /* If we can't find the required character, break the matching loop */
488 /* If we have found the required character, save the point where we
495 /* Match a character class, possibly repeatedly. Look past the end of the
496 /* Match a negated single character */
497 /* Match a negated single character repeatedly. This is almost a repeat of
499 /* Match a single character repeatedly; different opcodes share code. */
500 /* Match a single character type repeatedly; several different opcodes
501 /* Match a single character type; inline for speed */
508 /* On entry ecode points to the first opcode, and eptr to the first character
522 /* Set up the first character to match, if available. The first_char value is
586 GETCHAR (c, eptr) /* Get character */
587 GETCHARINC (c, eptr) /* Get character; increment eptr */
588 GETCHARINC (c, eptr) /* Get character; increment eptr */
620 and the required character in fact is caseful. */
625 both cases of the character. Otherwise set the two values the same, which will
823 case matching may be when this character is hit, so test for it in both its
826 character" set. If the PCRE_CASELESS is set, implying that the match starts
830 code to character type repeats - written out again for speed. */
874 ctype = *ecode++; /* Code for the character type */
1054 for the match to succeed. If the first character is set, req_char must be
1477 option for each character match. Maybe that wouldn't add very much to the
1502 printf (">>>>> Skipped %d chars to reach first character\n",
1661 similar code to character type repeats - written out again for speed.
1716 the code for a repeated single character, but I haven't found a nice way of
1718 the expression and advancing one matching character if failing, up to the
1719 the expression and advancing one matching character if failing, up to the
1732 the start hasn't passed this character yet. */
1739 time taken, but character matching *is* what this is all about... */
1741 to that for character classes, but repeated for efficiency. Then obey