Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c117 freetree(ifptr(t)->iftre); in freetree()
350 prf(f->iftre); in prf()
H A Dmode.h185 struct trenod *iftre; member
H A Dxec.c463 if (execute(ifptr(t)->iftre, XEC_NOSTOP, 0) == 0)
H A Dcmd.c298 t->iftre = cmd(THSYM, NLFLG);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h94 Shnode_t *iftre; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c88 if(p_tree(t->if_.iftre)<0) in p_tree()
H A Dtrestore.c86 t->if_.iftre = r_tree(shp); in r_tree()
H A Ddeparse.c140 p_tree(t->if_.iftre,0); in p_tree()
H A Dxec.c323 n=sh_tclear(t->if_.iftre); in sh_tclear()
2525 if(sh_exec(t->if_.iftre,OPTIMIZE)==0) in sh_exec()
H A Dparse.c1184 t->if_.iftre=sh_cmd(lexp,THENSYM,SH_NL); in item()