Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4938 PCRE2_UCHAR op_previous; in compile_branch() local
6466 op_previous = *previous; in compile_branch()
6470 switch (op_previous) in compile_branch()
6482 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
6502 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
6612 op_previous = *previous = OP_BRA; in compile_branch()
6647 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
6656 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
6953 if (op_previous >= OP_EODN) /* Not a character type - internal error */ in compile_branch()
6966 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
[all …]