Searched refs:TWH (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h59 #define TWH 5 macro
60 #define TUN (TWH|COMSCAN)
/ast/src/cmd/ksh93/sh/
H A Dtdump.c93 case TWH:
H A Ddeparse.c151 case TWH:
176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH)
H A Dtrestore.c90 case TWH:
H A Dxec.c324 case TWH:
2371 case TWH: /* while and until */
2390 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio)
2399 if((sh_exec(tt,0)==0)!=(type==TWH))
2420 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio)
2438 if((sh_exec(tt,first)==0)!=(type==TWH))

Completed in 17 milliseconds