Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h919 #define STRING_WEIRD_ENDWORD "[:>:]]" macro
1192 #define STRING_WEIRD_ENDWORD STR_LEFT_SQUARE_BRACKET STR_COLON STR_GREATER_THAN_SIGN STR_COL… macro
Dpcre2_compile.c3330 PRIV(strncmp_c8)(ptr+1, STRING_WEIRD_ENDWORD, 6) == 0) in scan_for_captures()
4255 if (PRIV(strncmp_c8)(ptr+1, STRING_WEIRD_ENDWORD, 6) == 0) in compile_branch()