Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h1494 #define STRING_NO_START_OPT_RIGHTPAR "NO_START_OPT)" macro
1761 #define STRING_NO_START_OPT_RIGHTPAR STR_N STR_O STR_UNDERSCORE STR_S STR_T STR_A STR_R STR_T ST… macro
Dpcre_compile.c9109 else if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_NO_START_OPT_RIGHTPAR, 13) == 0) in pcre_compile2()