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

/ast/src/cmd/ksh93/sh/
H A Dtdump.c88 if(p_tree(t->if_.iftre)<0)
90 if(p_tree(t->if_.thtre)<0)
92 return(p_tree(t->if_.eltre));
H A Dtrestore.c86 t->if_.iftre = r_tree(shp);
87 t->if_.thtre = r_tree(shp);
88 t->if_.eltre = r_tree(shp);
H A Ddeparse.c140 p_tree(t->if_.iftre,0);
142 p_tree(t->if_.thtre,0);
143 if(t->if_.eltre)
146 p_tree(t->if_.eltre,0);
H A Dxec.c320 n=sh_tclear(t->if_.iftre);
321 n+=sh_tclear(t->if_.thtre);
322 n+=sh_tclear(t->if_.eltre);
2507 sh_exec(t->if_.thtre,0);
2508 if(t->if_.eltre)
2509 sh_exec(t->if_.eltre, 0);
2513 if(sh_exec(t->if_.iftre,OPTIMIZE)==0)
2514 sh_exec(t->if_.thtre,flags);
2515 else if(t->if_.eltre)
2516 sh_exec(t->if_
[all...]
/ast/src/cmd/ksh93/include/
H A Dshnodes.h198 struct ifnod if_; member in union:Shnode_u

Completed in 22 milliseconds