Searched refs:ioword (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/release/picobsd/tinyware/msh/
H A Dsh2.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;
566 iop = (struct ioword **) getwords(iolist);
571 static struct ioword *
577 register struct ioword *iop;
579 iop = (struct ioword *) tree(sizeof(*iop));
H A Dsh.h62 struct ioword **ioact; /* IO actions (eg, < > >>) */
124 struct ioword { struct
327 _PROTOTYPE(void markhere , (char *s , struct ioword *iop ));
H A Dsh3.c45 _PROTOTYPE(int iosetup, (struct ioword *iop, int pipein, int pipeout ));
247 struct ioword **iopp;
366 register struct ioword *iop;

Completed in 91 milliseconds