Lines Matching refs:after
344 "unrecognized character after (? or (?-\0"
351 "missing ) after comment\0"
358 "unrecognized character after (?<\0"
361 "malformed number or name after (?(\0"
363 "assertion expected after (?(\0"
375 "number after (?C is > 255\0"
379 "unrecognized character after (?P\0"
386 "unknown property name after \\P or \\p\0"
405 "digit expected after (?+\0"
911 /* This function is called after \P or \p has been encountered, provided that
1009 p pointer to the first char after '{'
1037 after is_counted_repeat() has confirmed that a repeat-count quantifier exists,
1041 p pointer to first char after '{'
1245 first few characters (either before or after ^) are \Q\E or \E we skip them
2019 /* Check for quantifiers after a class. XCLASS is used for classes that
2290 inserted before it, after it has been compiled. This means that any OP_RECURSE
2336 /* Otherwise, adjust the recursion offset if it's after the start of this
2383 we can't fill in till after we have reached the relevant point. This is used
2570 ptr++; /* Point after the escape sequence */
3076 case of a zero quantifier after a class (e.g. [ab]{0}). At compile time,
3288 if the first few characters (either before or after ^) are \Q\E or \E we
3914 non-escape char, or after \ that introduces a single character or for an
4028 repeat count. Any reqbyte setting must remain unchanged after any kind of
4405 stuff after it, but just skip the item if the repeat was {0,0}. */
4684 don't know if there's been an options resetting after the ket. The
5094 /* If terminator == 0 it means that the name followed directly after
5106 /* Check for (?(R) for recursion. Allow digits after R to specify a
5661 that value after the start, because it gets reset as code is discarded
6549 handles up to substring 31; after that we just have to take
6618 the beginning or after \n). As in the case of is_anchored() (see above), we
6625 handles up to substring 31; after that we just have to take
6692 /* .* means "start at start or after \n" if it isn't in brackets that
7124 if (cd->had_accept) reqbyte = -1; /* Must disable after (*ACCEPT) */
7131 if debugging, leave the test till after things are printed out. */