Searched refs:rightop (Results 1 – 1 of 1) sorted by relevance
3307 pcre_uint32 leftop, rightop; in compare_opcodes() local3310 rightop = list[0]; in compare_opcodes()3316 if (rightop == OP_EOD) in compare_opcodes()3318 else if (rightop == OP_PROP || rightop == OP_NOTPROP) in compare_opcodes()3322 BOOL same = leftop == rightop; in compare_opcodes()3324 BOOL risprop = rightop == OP_PROP; in compare_opcodes()3418 rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && in compare_opcodes()3419 autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP]; in compare_opcodes()