Home
last modified time | relevance | path

Searched refs:EXPRSYM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h98 #define EXPRSYM (SYMREP|'(') macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c429 case EXPRSYM: in sh_dolparen()
1149 case EXPRSYM: in item()
1211 if(lexp->token!=EXPRSYM || t->for_.fortyp!=TFOR) in item()
1744 else if(token==EXPRSYM && (iof&IOLSEEK)) in inout()
H A Dlex.c1156 return(lp->token=EXPRSYM); in sh_lex()
1422 return(lp->token=EXPRSYM); in sh_lex()