HomeSort by: relevance | last modified time | path
    Searched refs:ioword (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
tree.c 19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
23 static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
24 static void iofree ARGS((struct ioword **iow, Area *ap));
37 struct ioword **ioact;
197 struct ioword *iop = *ioact++;
221 struct ioword *iop;
463 pioact(shf, indent, va_arg(va, struct ioword *));
664 static struct ioword **
666 struct ioword **iow
    [all...]
lex.h 74 struct ioword *iop;
124 EXTERN struct ioword *heres [HERES], **herep;
tree.h 24 struct ioword **ioact; /* IO actions (eg, < > >>) */
78 struct ioword { struct
86 /* ioword.flag - type of redirection */
syn.c 26 static struct ioword *synio ARGS((int cf));
161 static struct ioword *
165 struct ioword *iop;
214 struct ioword *iop, **iops;
218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
407 iops = (struct ioword **) aresize((void*) iops,
408 sizeofN(struct ioword *, iopn), ATEMP);
lex.c 61 static void readhere ARGS((struct ioword *iop));
632 struct ioword *iop =
633 (struct ioword *) alloc(sizeof(*iop), ATEMP);
768 struct ioword **p;
781 struct ioword *iop;
exec.c 30 static int iosetup ARGS((struct ioword *, struct tbl *));
86 struct ioword **iowp;
1115 struct ioword *iop;
1122 struct ioword iotmp;
eval.c 868 struct ioword *io = *t->ioact;

Completed in 15 milliseconds