Lines Matching refs:op_previous
4938 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()
7050 *code++ = op_previous; in compile_branch()
7087 *code++ = op_previous; in compile_branch()