Searched refs:A_COMMA (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 | 121 #define A_COMMA 13 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 128 #define A_COMMA 13 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 102 (c=='/'?A_DIV:(c=='%'?A_MOD:(c==','?A_COMMA: \ 442 case A_COMMA: in gettok() 610 case A_COMMA: in expr()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 104 (c=='/'?A_DIV:(c=='%'?A_MOD:(c==','?A_COMMA: \ 525 case A_COMMA: in gettok() 697 case A_COMMA: in expr()
|