Searched refs:o_fd (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/ip/
H A Dip_main.c39 static IP_PRIVATE *ip_init __P((WIN *wp, int i_fd, int o_fd, int, int argc, char *argv[]));
41 static int get_fds __P((char *ip_arg, int *i_fd, int *o_fd));
43 int *i_fd, int *o_fd, int *, int can_pass));
58 int i_fd, o_fd, t_fd, main_ifd, main_ofd; local
100 while (get_connection(wp, main_ifd, main_ofd, &i_fd, &o_fd, &t_fd, 1) == 0) {
105 if ((ipp = ip_init(wp, i_fd, o_fd, t_fd, argc, argv)) == NULL)
164 (void)vi_send(ipp->o_fd, NULL, &ipb);
183 ip_init(WIN *wp, int i_fd, int o_fd, int t_fd, int argc, char *argv[]) argument
194 ipp->o_fd = o_fd;
207 get_fds(char *ip_arg, int *i_fd, int *o_fd) argument
231 get_connection(WIN *wp, int main_ifd, int main_ofd, int *i_fd, int *o_fd, int *t_fd, int can_pass) argument
[all...]
H A Dip_funcs.c53 rval = vi_send(ipp->o_fd, "a", &ipb);
89 rval = vi_send(ipp->o_fd, "a", &ipb);
120 return (vi_send(ipp->o_fd, "12", &ipb));
151 return (vi_send(ipp->o_fd, NULL, &ipb));
172 (void)vi_send(ipp->o_fd, "a", &ipb);
176 (void)vi_send(ipp->o_fd, NULL, &ipb);
238 return (vi_send(ipp->o_fd, NULL, &ipb));
282 if (vi_send(ipp->o_fd, "1", &ipb))
291 return (vi_send(ipp->o_fd, NULL, &ipb));
351 return (vi_send(ipp->o_fd, NUL
[all...]
H A Dip_term.c134 (void)vi_send(ipp->o_fd, "ab1", &ipb);
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip_run.c221 arg_format(char *execp, int *argcp, char **argvp[], int i_fd, int o_fd) argument
238 (void)sprintf(iarg, "-I%d%s%d", i_fd, ".", o_fd);
H A Dip.h23 int o_fd; /* Output file descriptor. */ member in struct:_ip_private

Completed in 83 milliseconds