Home
last modified time | relevance | path

Searched refs:forkio (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Ddeparse.c110 p_redirect(t->fork.forkio); in p_tree()
121 else if(t->fork.forkio) in p_tree()
124 if(t->fork.forkio) in p_tree()
125 p_redirect(t->fork.forkio); in p_tree()
H A Dtdump.c86 return(p_redirect(t->fork.forkio)); in p_tree()
H A Dtrestore.c82 t->fork.forkio = r_redirect(shp); in r_tree()
H A Dxec.c1412 sh_redirect(shp,t->fork.forkio,execflg); in sh_exec()
3056 if(t->fork.forkio) in sh_ntfork()
3057 sh_redirect(shp,t->fork.forkio,0); in sh_ntfork()
3093 if(t->fork.forkio || otype) in sh_ntfork()
H A Dparse.c245 par->fork.forkio = 0; in makeparent()
/titanic_44/usr/src/cmd/sh/
H A Dfunc.c78 freeio(forkptr(t)->forkio); in freetree()
265 prio(forkptr(t)->forkio); in prf()
H A Dmode.h162 struct ionod *forkio; member
H A Dcmd.c78 t->forkio = 0;
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h84 struct ionod *forkio; member