Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c6437 code[1+LINK_SIZE] = OP_DEFINE; in compile_branch()
6617 if (code[LINK_SIZE+1] == OP_DEFINE) in compile_branch()
6626 bravalue = OP_DEFINE; /* A flag to suppress char handling below */ in compile_branch()
6674 if (bravalue == OP_DEFINE) break; in compile_branch()
Dpcre2_internal.h1622 OP_DEFINE, /* 167 */ enumerator
/third_party/pcre2/pcre2/
DHACKING752 compilation, however, a DEFINE condition is coded as OP_DEFINE so that, when
755 changed to OP_FALSE, so the matcher never sees OP_DEFINE.