Home
last modified time | relevance | path

Searched refs:CHAR_ASTERISK (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_internal.h703 #define CHAR_ASTERISK '*' macro
972 #define CHAR_ASTERISK '\052' macro
Dpcre2_substitute.c444 if (next == CHAR_ASTERISK) in pcre2_substitute()
Dpcre2_compile.c3423 if (ptr[1] != CHAR_ASTERISK) in scan_for_captures()
4133 c == CHAR_ASTERISK || c == CHAR_PLUS || c == CHAR_QUESTION_MARK || in compile_branch()
5071 case CHAR_ASTERISK: in compile_branch()
5882 if (ptr[0] == CHAR_ASTERISK && (ptr[1] == ':' in compile_branch()
6472 if (*ptr == CHAR_RIGHT_PARENTHESIS && ptr[1] != CHAR_ASTERISK && in compile_branch()
8471 ptr[skipatstart+1] == CHAR_ASTERISK) in pcre2_compile()