Home
last modified time | relevance | path

Searched refs:CHAR_GREATER_THAN_SIGN (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c299 CHAR_GREATER_THAN_SIGN, CHAR_QUESTION_MARK,
3630 case CHAR_GREATER_THAN_SIGN: in scan_for_captures()
3645 c = CHAR_GREATER_THAN_SIGN; /* Terminator */ in scan_for_captures()
3654 c = CHAR_GREATER_THAN_SIGN; /* Terminator */ in scan_for_captures()
6204 if (*ptr == CHAR_GREATER_THAN_SIGN) in compile_branch()
6261 terminator = CHAR_GREATER_THAN_SIGN; in compile_branch()
6506 while (*(++ptr) != CHAR_GREATER_THAN_SIGN); in compile_branch()
6514 case CHAR_GREATER_THAN_SIGN: /* One-time brackets */ in compile_branch()
6650 *ptr == CHAR_GREATER_THAN_SIGN) /* Reference or recursion */ in compile_branch()
6652 is_recurse = *ptr == CHAR_GREATER_THAN_SIGN; in compile_branch()
[all …]
Dpcre2_internal.h723 #define CHAR_GREATER_THAN_SIGN '>' macro
992 #define CHAR_GREATER_THAN_SIGN '\076' macro