Searched refs:T_OP (Results 1 – 4 of 4) sorted by relevance
120 #define T_OP 7 macro 349 while ((tok&~T_OP)==T_MULT) in expr_mult() 352 int op = (tok&T_OP); in expr_mult() 378 while ((tok&~T_OP)==T_ADD) in expr_add() 381 int op = (tok&T_OP); in expr_add() 398 while ((tok&~T_OP)==T_CMP) in expr_cmp() 403 int op = (tok&T_OP); in expr_cmp()
120 #define T_OP 7 macro349 while ((tok&~T_OP)==T_MULT) in expr_mult()352 int op = (tok&T_OP); in expr_mult()378 while ((tok&~T_OP)==T_ADD) in expr_add()381 int op = (tok&T_OP); in expr_add()398 while ((tok&~T_OP)==T_CMP) in expr_cmp()403 int op = (tok&T_OP); in expr_cmp()
52 #define T_OP 0x3f /* mask for operator number */ macro183 if(type==1 || ((c&T_BINARY) && (c&T_OP)!=A_MOD && tp[-1]==1)) in arith_exec()186 switch(c&T_OP) in arith_exec()189 c &= T_OP; in arith_exec()
52 #define T_OP 0x3f /* mask for operator number */ macro 191 if(type==1 || ((c&T_BINARY) && (c&T_OP)!=A_MOD && tp[-1]==1)) in arith_exec() 194 switch(c&T_OP) in arith_exec() 197 c &= T_OP; in arith_exec()