Searched refs:leftop (Results 1 – 1 of 1) sorted by relevance
765 uint32_t leftop, rightop; in compare_opcodes() local767 leftop = base_list[0]; in compare_opcodes()772 if (leftop == OP_PROP || leftop == OP_NOTPROP) in compare_opcodes()780 BOOL same = leftop == rightop; in compare_opcodes()781 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()875 accepted = leftop >= FIRST_AUTOTAB_OP && leftop <= LAST_AUTOTAB_LEFT_OP && in compare_opcodes()877 autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP]; in compare_opcodes()