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

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Derror.c123 while (fiotemp) {
124 unlink(fiotemp->ioname);
125 fiotemp = fiotemp->iolst;
H A Ddefs.c46 struct ionod *fiotemp; /* function files to be deleted sometime */ variable in typeref:struct:ionod
H A Dfunc.c162 if (fiotemp == iop)
163 fiotemp = iop->iolst;
166 struct ionod *fiop = fiotemp;
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;

Completed in 110 milliseconds