Home
last modified time | relevance | path

Searched refs:fiotemp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Derror.c121 while (fiotemp) { in rmfunctmp()
122 unlink(fiotemp->ioname); in rmfunctmp()
123 fiotemp = fiotemp->iolst; in rmfunctmp()
H A Dfunc.c162 if (fiotemp == iop) in freeio()
163 fiotemp = iop->iolst; in freeio()
166 struct ionod *fiop = fiotemp; in freeio()
H A Ddefs.c45 struct ionod *fiotemp; /* function files to be deleted sometime */ variable
H A Dcmd.c417 ioptr->iolst = fiotemp;
418 fiotemp = iotemp;
H A Ddefs.h237 extern struct ionod *fiotemp; /* function files to be deleted sometime */
H A Dxec.c320 fiotemp = 0;