Home
last modified time | relevance | path

Searched refs:treio (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dxec.c131 struct ionod *io = t->treio;
222 else if (t->treio == 0)
354 initio(t->treio, 0);
H A Dbltin.c47 short index = initio(t->treio, (type != SYSEXEC)); in builtin()
105 t->treio = 0; in builtin()
H A Dmode.h142 struct ionod *treio; member
H A Dcmd.c490 r->treio = io;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h78 struct ionod *treio; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1083 if(io=t->tre.treio) in sh_exec()
1144 io = t->tre.treio; in sh_exec()
1846 if(com0 && (iop=t->tre.treio)) in sh_exec()
1854 sh_redirect(shp,t->tre.treio,1); in sh_exec()
H A Dparse.c1377 t->tre.treio=io; in item()
H A Dmacro.c2126 if((ip=t->tre.treio) && in comsubst()