Home
last modified time | relevance | path

Searched refs:ioword (Results 1 – 4 of 4) sorted by relevance

/NextBSD/release/picobsd/tinyware/msh/
HDsh2.c72 _PROTOTYPE(static struct ioword **copyio, (void));
73 _PROTOTYPE(static struct ioword *io, (int u, int f, char *cp ));
162 register struct ioword *iop;
561 static struct ioword **
564 register struct ioword **iop; in copyio()
566 iop = (struct ioword **) getwords(iolist); in copyio()
571 static struct ioword *
577 register struct ioword *iop;
579 iop = (struct ioword *) tree(sizeof(*iop));
HDsh.h62 struct ioword **ioact; /* IO actions (eg, < > >>) */
124 struct ioword { struct
327 _PROTOTYPE(void markhere , (char *s , struct ioword *iop ));
HDsh5.c482 struct ioword *h_iop;
492 struct ioword *iop;
HDsh3.c45 _PROTOTYPE(int iosetup, (struct ioword *iop, int pipein, int pipeout ));
247 struct ioword **iopp;
366 register struct ioword *iop; in iosetup()