Searched refs:A_COLON (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | strdata.c | 82 A_DIG, A_DIG, A_COLON,A_REG, A_LT, A_ASSIGN,A_GT, A_QUEST
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | strdata.c | 82 A_DIG, A_DIG, A_COLON,A_REG, A_LT, A_ASSIGN,A_GT, A_QUEST
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | streval.h | 130 #define A_COLON 22 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | streval.h | 137 #define A_COLON 22 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 104 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \ 474 case A_NOT: case A_COLON: in gettok() 696 if(gettok(vp)!=A_COLON) in expr() 710 case A_COLON: in expr()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | streval.c | 106 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \ 557 case A_NOT: case A_COLON: in gettok() 791 if(gettok(vp)!=A_COLON) in expr() 805 case A_COLON: in expr()
|