Lines Matching refs:OP_lengths
1678 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1692 code += PRIV(OP_lengths)[*code]; in first_significant_code()
1828 cc += cc[1] + PRIV(OP_lengths)[*cc]; in find_fixedlength()
1855 cc += PRIV(OP_lengths)[*cc]; in find_fixedlength()
1932 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
1934 cc += PRIV(OP_lengths)[OP_CLASS]; in find_fixedlength()
2097 code += PRIV(OP_lengths)[c]; in PRIV()
2107 code += PRIV(OP_lengths)[c]; in PRIV()
2149 code += PRIV(OP_lengths)[c]; in PRIV()
2294 code += PRIV(OP_lengths)[c]; in find_recurse()
2400 for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); in could_be_empty_branch()
2402 code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) in could_be_empty_branch()
2485 code += PRIV(OP_lengths)[c]; in could_be_empty_branch()
2553 ccode = code + PRIV(OP_lengths)[OP_CLASS]; in could_be_empty_branch()
3155 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3197 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3205 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3233 code += PRIV(OP_lengths)[c]; in compare_opcodes()
3812 code += PRIV(OP_lengths)[c]; in auto_possessify()
6388 tempcode += PRIV(OP_lengths)[*tempcode] + in compile_branch()
6403 tempcode += PRIV(OP_lengths)[*tempcode]; in compile_branch()
8605 code + PRIV(OP_lengths)[*code], FALSE); in is_anchored()
8695 code + PRIV(OP_lengths)[*code], FALSE); in is_startline()
8706 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()