Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h1490 #define STRING_NO_AUTO_POSSESS_RIGHTPAR "NO_AUTO_POSSESS)" macro
1756 #define STRING_NO_AUTO_POSSESS_RIGHTPAR STR_N STR_O STR_UNDERSCORE STR_A STR_U STR_T STR_O STR_UNDE… macro
Dpcre_compile.c8895 else if (STRNCMP_UC_C8(ptr+skipatstart+2, STRING_NO_AUTO_POSSESS_RIGHTPAR, 16) == 0) in pcre_compile2()