Searched refs:t2 (Results 1 – 3 of 3) sorted by relevance
22 t2=`field 6 $t1`26 t3=`grep $t2 $2`
146 @t2 depends on !patch disable is_zero,isnt_zero @169 p << t2.p1;175 p << t2.p2;181 p << t2.p1;187 p << t2.p2;
1104 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument1106 if (t1 == t2) in expr_compare_type()1113 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type()1117 if (t2 == E_NOT) in expr_compare_type()1120 if (t2 == E_AND) in expr_compare_type()1123 if (t2 == E_OR) in expr_compare_type()1126 if (t2 == E_LIST) in expr_compare_type()1129 if (t2 == 0) in expr_compare_type()1134 printf("[%dgt%d?]", t1, t2); in expr_compare_type()