Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c5416 PCRE2_UCHAR op_previous; in compile_branch() local
6992 op_previous = *previous; in compile_branch()
6999 switch (op_previous) in compile_branch()
7012 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7036 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
7040 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch()
7150 op_previous = *previous = OP_BRA; in compile_branch()
7191 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7204 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7502 if (op_previous >= OP_EODN) /* Not a character type - internal error */ in compile_branch()
[all …]