Lines Matching refs:OP_NOTPROP
1092 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1100 case OP_NOTPROP: in find_fixedlength()
1593 case OP_NOTPROP: in could_be_empty_branch()
1649 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in could_be_empty_branch()
1657 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2512 if (code[1] == OP_PROP || code[1] == OP_NOTPROP) code += 2; in find_recurse()
2519 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
4906 *code++ = OP_NOTPROP; in compile_branch()
5244 if (c == OP_PROP || c == OP_NOTPROP) in compile_branch()
5788 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
7370 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch()