Searched refs:A_TIMES (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | strdata.c | 80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | strdata.c | 80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 118 #define A_TIMES 10 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 125 #define A_TIMES 10 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 101 (c=='+'?A_PLUS:(c=='-'?A_MINUS:(c=='*'?A_TIMES: \ 302 case A_TIMES: in arith_exec() 478 case A_TIMES: in gettok() 739 case A_PLUS: case A_MINUS: case A_TIMES: case A_DIV: in expr()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 103 (c=='+'?A_PLUS:(c=='-'?A_MINUS:(c=='*'?A_TIMES: \ 343 case A_TIMES: in arith_exec() 561 case A_TIMES: in gettok() 834 case A_PLUS: case A_MINUS: case A_TIMES: case A_DIV: in expr()
|