Home
last modified time | relevance | path

Searched refs:TFOR (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h66 #define TFOR 11 macro
67 #define TSELECT (TFOR|COMSCAN)
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c94 case TFOR: in freetree()
300 case TFOR: in prf()
H A Ddefs.h74 #define TFOR 0x00B0 macro
H A Dxec.c404 case TFOR:
H A Dcmd.c313 t->fortyp = TFOR;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c118 case TFOR: in p_tree()
H A Dtrestore.c112 case TFOR: in r_tree()
H A Ddeparse.c257 case TFOR: in p_tree()
H A Dparse.c1206 t->for_.fortyp=(lexp->token==FORSYM?TFOR:TSELECT); in item()
1211 if(lexp->token!=EXPRSYM || t->for_.fortyp!=TFOR) in item()
1310 if(sh_isoption(SH_NOEXEC) && tok!=TWH && tok!=TUN && tok!=TFOR && tok!=TSELECT) in item()
H A Dxec.c341 case TFOR: in sh_tclear()
2244 case TFOR: /* for and select */ in sh_exec()