Lines Matching refs:OP_lengths
822 return code + PRIV(OP_lengths)[OP_CALLOUT]; in auto_callout()
1028 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1056 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1137 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1139 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1301 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1316 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1403 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
1405 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
1483 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
1556 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
2533 code += PRIV(OP_lengths)[c]; in find_recurse()
5786 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
5801 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
6630 code += PRIV(OP_lengths)[OP_CALLOUT]; in compile_branch()
7946 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8037 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8049 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()