Searched refs:multio (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c1970 /* close an multio (success) */
1974 closemn(struct multio **mfds, int fd, int type)
1977 struct multio *mn = mfds[fd];
2041 closemnodes(struct multio **mfds)
2055 closeallelse(struct multio *mn)
2073 * A multio is a list of fds associated with a certain fd.
2074 * Thus if you do "foo >bar >ble", the multio for fd 1 will have
2080 * Add a fd to an multio. fd1 must be < 10, and may be in any state.
2094 addfd(int forked, int *save, struct multio **mfds, int fd1, int fd2, int rflag,
2116 if(!mfds[fd1]) { /* starting a new multio */
[all...]
H A Dzsh.h610 * each time a multio must increase in size. */
613 /* A multio is a list of fds associated with a certain fd. *
614 * Thus if you do "foo >bar >ble", the multio for fd 1 will have *
621 struct multio { struct

Completed in 191 milliseconds