Home
last modified time | relevance | path

Searched refs:A_MOD (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/data/
H A Dstrdata.c79 0, A_NOT, 0, A_REG, A_REG, A_MOD, A_AND, A_LIT,
/titanic_44/usr/src/lib/libshell/common/include/
H A Dstreval.h112 #define A_MOD 4 macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dstreval.c102 (c=='/'?A_DIV:(c=='%'?A_MOD:(c==','?A_COMMA: \
183 if(type==1 || ((c&T_BINARY) && (c&T_OP)!=A_MOD && tp[-1]==1)) in arith_exec()
308 case A_MOD: in arith_exec()
736 case A_RSHIFT: case A_MOD: in expr()