Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Derror.c111 while (iotemp > base) { in rmtemp()
112 unlink(iotemp->ioname); in rmtemp()
113 free(iotemp->iolink); in rmtemp()
114 iotemp = iotemp->iolst; in rmtemp()
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 Ddefs.c44 struct ionod *iotemp; /* files to be deleted sometime */ variable
H A Dio.c247 iop->iolst = iotemp; in copy()
248 iotemp = iop; in copy()
H A Ddefs.h236 extern struct ionod *iotemp; /* files to be deleted sometime */