Home
last modified time | relevance | path

Searched refs:FORSYM (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c42 "for", FORSYM,
/titanic_50/usr/src/cmd/sh/
H A Dsym.h44 #define FORSYM 0435 macro
H A Dmsg.c176 { "for", FORSYM },
H A Dcmd.c306 case FORSYM:
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h82 #define FORSYM (SYMRES|012) macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c1099 case FORSYM: in item()
1103 t->for_.fortyp=(lexp->token==FORSYM?TFOR:TSELECT); in item()
H A Dlex.c1435 else if(c==FORSYM || c==CASESYM || c==SELECTSYM || c==FUNCTSYM || c==NSPACESYM) in sh_lex()