Lines Matching refs:tre
207 switch(t->tre.tretyp&COMMSK) in sh_tclear()
246 if((t->tre.tretyp&TPAREN)==TPAREN) in sh_tclear()
251 if(t->tre.tretyp&TBINARY) in sh_tclear()
539 if((tchild->tre.tretyp&COMMSK)!=TCOM || !(np=(Namval_t*)(tchild->com.comnamp))) in pipe_exec()
551 if(t->tre.tretyp&FPIN) in pipe_exec()
557 if(t->tre.tretyp&FPIN) in pipe_exec()
694 type = t->tre.tretyp; in sh_exec()
715 if(t->tre.tretyp&COMSCAN) in sh_exec()
766 io = t->tre.treio; in sh_exec()
856 else if((t->tre.tretyp&FSHOWME) && sh_isoption(SH_SHOWME)) in sh_exec()
1336 sh_redirect(shp,t->tre.treio,1); in sh_exec()
1385 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; in sh_exec()
1413 (t->fork.forktre)->tre.tretyp |= t->tre.tretyp&FSHOWME; in sh_exec()
1491 int showme = t->tre.tretyp&FSHOWME; in sh_exec()
1517 (t->lst.lstlef)->tre.tretyp |= showme; in sh_exec()
1529 while(!type && t->tre.tretyp==TFIL); in sh_exec()
1539 ((Shnode_t*)t)->tre.tretyp |= showme; in sh_exec()
1564 while(t->tre.tretyp == TLST); in sh_exec()
1623 if(t->tre.tretyp&COMSCAN) in sh_exec()
1674 av[0] = (t->tre.tretyp&COMSCAN)?"select":"for"; in sh_exec()
1683 if(t->tre.tretyp&COMSCAN) in sh_exec()
1732 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio) in sh_exec()
1961 if(t->tre.tretyp==TNSPACE) in sh_exec()
2997 otype = t->tre.tretyp; in sh_ntfork()
3001 if((tchild->tre.tretyp&COMMSK)==TCOM) in sh_ntfork()