Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h918 #define STRING_WEIRD_STARTWORD "[:<:]]" macro
1191 #define STRING_WEIRD_STARTWORD STR_LEFT_SQUARE_BRACKET STR_COLON STR_LESS_THAN_SIGN STR_COLON … macro
Dpcre2_compile.c3329 if (PRIV(strncmp_c8)(ptr+1, STRING_WEIRD_STARTWORD, 6) == 0 || in scan_for_captures()
4248 if (PRIV(strncmp_c8)(ptr+1, STRING_WEIRD_STARTWORD, 6) == 0) in compile_branch()