Home
last modified time | relevance | path

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

/titanic_41/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 Derror.c116 iotemp = iotemp->iolst; in rmtemp()
125 fiotemp = fiotemp->iolst; in rmfunctmp()
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 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
/titanic_41/usr/src/lib/libshell/common/include/
H A Dargnod.h35 struct ionod *iolst; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c1613 iop->iolst = lp->heredoc; in nested_here()
1708 if(iop->iolst) in here_copy()
1709 here_copy(lp,iop->iolst); in here_copy()
H A Dparse.c1639 iop->iolst=lexp->heredoc; in inout()
1651 iop->iolst = 0; in inout()
1680 ioq->iolst = 0; in inout()