Home
last modified time | relevance | path

Searched refs:OP_DEFINE (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_internal.h1597 OP_DEFINE, /* 167 */ enumerator
Dpcre2_compile.c6328 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6508 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6517 bravalue = OP_DEFINE; /* A flag to suppress char handling below */ in compile_branch()
6565 if (bravalue == OP_DEFINE) break; in compile_branch()
/external/pcre/dist2/
DHACKING751 compilation, however, a DEFINE condition is coded as OP_DEFINE so that, when
754 changed to OP_FALSE, so the matcher never sees OP_DEFINE.