Searched refs:TWH (Results 1 – 10 of 10) sorted by relevance
59 #define TWH 5 macro60 #define TUN (TWH|COMSCAN)
110 case TWH: in freetree()330 case TWH: in prf()332 if (type == TWH) in prf()
440 case TWH:447 XEC_NOSTOP, 0) == 0) == (type == TWH) &&
68 #define TWH 0x0050 macro
347 t->whtyp = (wdval == WHSYM ? TWH : TUN);
151 case TWH: in p_tree()176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree()
93 case TWH: in p_tree()
90 case TWH: in r_tree()
327 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()
742 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()