Home
last modified time | relevance | path

Searched refs:A_COLON (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/data/
H A Dstrdata.c82 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 Dstrdata.c82 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 Dstreval.h130 #define A_COLON 22 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h137 #define A_COLON 22 macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c104 (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 Dstreval.c106 (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()