Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h65 #define TFOR 11 macro
66 #define TSELECT (TFOR|COMSCAN)
/titanic_44/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;
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dtdump.c118 case TFOR: in p_tree()
H A Dtrestore.c112 case TFOR: in r_tree()
H A Ddeparse.c248 case TFOR: in p_tree()
H A Dparse.c1103 t->for_.fortyp=(lexp->token==FORSYM?TFOR:TSELECT); in item()
1108 if(lexp->token!=EXPRSYM || t->for_.fortyp!=TFOR) in item()
1206 if(sh_isoption(SH_NOEXEC) && tok!=TWH && tok!=TUN && tok!=TFOR && tok!=TSELECT) in item()
H A Dxec.c236 case TFOR: in sh_tclear()
1583 case TFOR: /* for and select */ in sh_exec()