Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c79 freetree(forkptr(t)->forktre); in freetree()
264 prf(forkptr(t)->forktre); in prf()
H A Dmode.h163 struct trenod *forktre; member
H A Dxec.c357 execute(forkptr(t)->forktre, xflags | XEC_EXECED, errorflg);
H A Dcmd.c77 t->forktre = i;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h86 Shnode_t *forktre; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c109 p_tree(t->fork.forktre,tflags); in p_tree()
123 p_tree(t->fork.forktre,tflags); in p_tree()
H A Dtdump.c84 if(p_tree(t->fork.forktre)<0) in p_tree()
H A Dxec.c321 return(sh_tclear(t->fork.forktre)); in sh_tclear()
844 t = t->fork.forktre; in sh_coexec()
847 t = t->fork.forktre; in sh_coexec()
1603 sh_exec(t->fork.forktre,0); in sh_exec()
1879 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED)); in sh_exec()
1904 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; in sh_exec()
1910 sh_exec(t->fork.forktre,0); in sh_exec()
1942 (t->fork.forktre)->tre.tretyp |= t->tre.tretyp&FSHOWME; in sh_exec()
1943 sh_exec(t->fork.forktre,flags&~simple); in sh_exec()
3732 sh_deparse(sp,t->fork.forktre,0); in run_subshell()
[all …]
H A Dtrestore.c81 t->fork.forktre = r_tree(shp); in r_tree()
H A Dparse.c248 par->fork.forktre = child; in makeparent()
1193 t->if_.eltre = tt->fork.forktre; in item()
1194 tt->fork.forktre = t; in item()