Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c163 fiotemp = iop->iolst; in freeio()
168 while (fiop->iolst != iop) in freeio()
169 fiop = fiop->iolst; in freeio()
171 fiop->iolst = iop->iolst; in freeio()
H A Dio.c235 copy(iop->iolst); in copy()
247 iop->iolst = iotemp; in copy()
366 i = i->iolst; in link_iodocs()
381 i = i->iolst; in swap_iodoc_nm()
H A Derror.c114 iotemp = iotemp->iolst; in rmtemp()
123 fiotemp = fiotemp->iolst; in rmfunctmp()
H A Dcmd.c414 while (ioptr->iolst != saveio)
415 ioptr = ioptr->iolst;
417 ioptr->iolst = fiotemp;
555 iop->iolst = iopend;
H A Dmode.h238 struct ionod *iolst; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h35 struct ionod *iolst; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1745 iop->iolst = lp->heredoc; in nested_here()
1841 if(iop->iolst) in here_copy()
1842 here_copy(lp,iop->iolst); in here_copy()
H A Dparse.c1771 iop->iolst=lexp->heredoc; in inout()
1783 iop->iolst = 0; in inout()
1812 ioq->iolst = 0; in inout()