Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h97 #define EXPRSYM (SYMREP|'(') macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c406 case EXPRSYM: in sh_dolparen()
1046 case EXPRSYM: in item()
1108 if(lexp->token!=EXPRSYM || t->for_.fortyp!=TFOR) in item()
1612 else if(token==EXPRSYM && (iof&IOLSEEK)) in inout()
H A Dlex.c1081 return(lp->token=EXPRSYM); in sh_lex()
1341 return(lp->token=EXPRSYM); in sh_lex()