Lines Matching refs:OP_lengths

1661     code += PRIV(OP_lengths)[*code];  in first_significant_code()
1675 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1802 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1811 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1838 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1915 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1917 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2080 code += PRIV(OP_lengths)[c]; in PRIV()
2090 code += PRIV(OP_lengths)[c]; in PRIV()
2132 code += PRIV(OP_lengths)[c]; in PRIV()
2277 code += PRIV(OP_lengths)[c]; in find_recurse()
2383 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
2385 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
2468 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
2536 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3138 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3180 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3188 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3216 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3795 code += PRIV(OP_lengths)[c]; in auto_possessify()
6342 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6357 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
8476 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8566 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8577 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()