Home
last modified time | relevance | path

Searched refs:T_OP (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c120 #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()
/titanic_51/usr/src/lib/libcmd/common/
H A Dexpr.c120 #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()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c52 #define T_OP 0x3f /* mask for operator number */ macro
183 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()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c52 #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()