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

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Derror.c113 while (iotemp > base) {
114 unlink(iotemp->ioname);
115 free(iotemp->iolink);
116 iotemp = iotemp->iolst;
H A Ddefs.c45 struct ionod *iotemp; /* files to be deleted sometime */ variable in typeref:struct:ionod
H A Dcmd.c386 saveio = iotemp;
410 if (iotemp != saveio)
412 struct ionod *ioptr = iotemp;
418 fiotemp = iotemp;
419 iotemp = saveio;
H A Dxec.c261 link_iodocs(iotemp);
323 swap_iodoc_nm(iotemp);
326 iotemp = 0;
H A Dio.c247 iop->iolst = iotemp;
248 iotemp = iop;
H A Ddefs.h236 extern struct ionod *iotemp; /* files to be deleted sometime */

Completed in 66 milliseconds