Home
last modified time | relevance | path

Searched refs:iopend (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dword.c227 if (iopend && eolchar(c)) in word()
230 tmp_iopend = iopend; in word()
231 iopend = 0; in word()
H A Ddefs.c46 struct ionod *iopend; /* documents waiting to be read at NL */ variable
H A Dcmd.c555 iop->iolst = iopend;
556 iopend = iop;
H A Ddefs.h238 extern struct ionod *iopend; /* documents waiting to be read at NL */
H A Dmain.c372 iopend = 0; in exfile()