Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ip/
Dip_main.c42 static int get_connection __P((WIN *wp, int main_ifd, int main_ofd,
58 int i_fd, o_fd, t_fd, main_ifd, main_ofd; in main() local
95 if (get_fds(ip_arg, &main_ifd, &main_ofd)) in main()
100 while (get_connection(wp, main_ifd, main_ofd, &i_fd, &o_fd, &t_fd, 1) == 0) { in main()
231 get_connection(WIN *wp, int main_ifd, int main_ofd, in get_connection() argument
239 *o_fd = main_ofd; in get_connection()