Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h1478 #define STRING_WEIRD_STARTWORD "[:<:]]" macro
1745 #define STRING_WEIRD_STARTWORD STR_LEFT_SQUARE_BRACKET STR_COLON STR_LESS_THAN_SIGN STR_COLON … macro
Dpcre_compile.c4820 if (STRNCMP_UC_C8(ptr+1, STRING_WEIRD_STARTWORD, 6) == 0) in compile_branch()