Home
last modified time | relevance | path

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

/titanic_50/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;
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h85 Shnode_t *forktre; member
/titanic_50/usr/src/lib/libshell/common/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.c216 return(sh_tclear(t->fork.forktre)); in sh_tclear()
534 register Shnode_t *tchild = t->fork.forktre; in pipe_exec()
1361 sh_exec(t->fork.forktre,flags|sh_state(SH_NOFORK)|sh_state(SH_FORKED)); 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()
1414 sh_exec(t->fork.forktre,flags&~simple); in sh_exec()
2937 sh_deparse(sp,t->fork.forktre,0); in run_subshell()
2995 register Shnode_t *tchild = t->fork.forktre; in sh_ntfork()
H A Dtrestore.c81 t->fork.forktre = r_tree(shp); in r_tree()
H A Dparse.c244 par->fork.forktre = child; in makeparent()
1090 t->if_.eltre = tt->fork.forktre; in item()
1091 tt->fork.forktre = t; in item()