Searched refs:A_COLON (Results 1 - 3 of 3) sorted by relevance

/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
/ast/src/cmd/ksh93/include/
H A Dstreval.h137 #define A_COLON 22 macro
/ast/src/cmd/ksh93/sh/
H A Dstreval.c106 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \
551 case A_NOT: case A_COLON:
784 if(gettok(vp)!=A_COLON)
798 case A_COLON:

Completed in 12 milliseconds