Home | History | Annotate | Download | only in src

Lines Matching full:nextiop

181 	static struct ioword *nextiop;
184 if (nextiop != NULL) {
185 iop = nextiop;
186 nextiop = NULL;
213 nextiop = alloc(sizeof(*iop), ATEMP);
214 nextiop->name = cp = alloc(5, ATEMP);
225 nextiop->unit = 2;
226 nextiop->flag = IODUP;
227 nextiop->delim = NULL;
228 nextiop->heredoc = NULL;