Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h59 #define TWH 5 macro
60 #define TUN (TWH|COMSCAN)
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c110 case TWH: in freetree()
330 case TWH: in prf()
332 if (type == TWH) in prf()
H A Dxec.c440 case TWH:
447 XEC_NOSTOP, 0) == 0) == (type == TWH) &&
H A Ddefs.h68 #define TWH 0x0050 macro
H A Dcmd.c347 t->whtyp = (wdval == WHSYM ? TWH : TUN);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c151 case TWH: in p_tree()
176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree()
H A Dtdump.c93 case TWH: in p_tree()
H A Dtrestore.c90 case TWH: in r_tree()
H A Dxec.c327 case TWH: in sh_tclear()
2383 case TWH: /* while and until */ in sh_exec()
2402 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio) in sh_exec()
2411 if((sh_exec(tt,0)==0)!=(type==TWH)) in sh_exec()
2432 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio) in sh_exec()
2450 if((sh_exec(tt,first)==0)!=(type==TWH)) in sh_exec()
H A Dparse.c742 tw->wh.whtyp = TWH; in arithfor()
1284 t->wh.whtyp=(lexp->token==WHILESYM ? TWH : TUN); in item()
1310 if(sh_isoption(SH_NOEXEC) && tok!=TWH && tok!=TUN && tok!=TFOR && tok!=TSELECT) in item()