Lines Matching defs:iops
214 struct ioword *iop, **iops;
218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
227 afree((void*) iops, ATEMP);
245 iops[iopn++] = synio(cf);
399 iops[iopn++] = iop;
403 afree((void*) iops, ATEMP);
406 iops[iopn++] = NULL;
407 iops = (struct ioword **) aresize((void*) iops,
409 t->ioact = iops;