Lines Matching refs:nextiop
184 static struct ioword *nextiop;187 if (nextiop != NULL) {188 iop = nextiop;189 nextiop = NULL;221 nextiop = alloc(sizeof(*iop), ATEMP);222 nextiop->ioname = cp = alloc(3, ATEMP);228 nextiop->unit = 2;229 nextiop->ioflag = IODUP;230 nextiop->delim = NULL;231 nextiop->heredoc = NULL;