Lines Matching refs:iopn
270 int c, iopn = 0, syniocf, lno;
310 if (iopn >= NUFILE)
312 iops[iopn++] = iop;
375 if (iopn != 0 || XPsize(args) != 1 || XPsize(vars) != 0)
505 if (iopn >= NUFILE)
507 iops[iopn++] = iop;
510 if (iopn == 0) {
513 iops[iopn++] = NULL;
514 t->ioact = alloc2(iopn, sizeof(struct ioword *), ATEMP);
515 memcpy(t->ioact, iops, iopn * sizeof(struct ioword *));