Lines Matching refs:OP_BRA
6432 bravalue = OP_BRA; in compile_branch()
7034 op_previous = *previous = OP_BRA; in compile_branch()
7060 case OP_BRA: in compile_branch()
7146 *previous++ = OP_BRA; in compile_branch()
7251 *code++ = OP_BRA; in compile_branch()
7310 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
7330 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8280 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8418 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8672 case OP_BRA: in find_firstassertedcu()
10102 *code = OP_BRA; in pcre2_compile()
10201 *code = OP_BRA; in pcre2_compile()