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

/ast/src/cmd/ksh93/data/
H A Dstrdata.c80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
/ast/src/cmd/ksh93/include/
H A Dstreval.h123 #define A_RPAR 8 macro
/ast/src/cmd/ksh93/sh/
H A Dstreval.c106 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \
684 case A_RPAR:
751 if (gettok(vp) != A_RPAR)

Completed in 1147 milliseconds