HomeSort by: relevance | last modified time | path
    Searched defs:t_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/ip/
ip_main.c 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)
183 ip_init(WIN *wp, int i_fd, int o_fd, int t_fd, int argc, char *argv[])
195 ipp->t_fd = t_fd;
232 int *i_fd, int *o_fd, int *t_fd, int can_pass)
234 *t_fd = -1;
267 *t_fd = *(int *)CMSG_DATA(&ch.header);
ip_main.c 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)
183 ip_init(WIN *wp, int i_fd, int o_fd, int t_fd, int argc, char *argv[])
195 ipp->t_fd = t_fd;
232 int *i_fd, int *o_fd, int *t_fd, int can_pass)
234 *t_fd = -1;
267 *t_fd = *(int *)CMSG_DATA(&ch.header);
  /src/external/bsd/nvi/dist/ipc/
ip.h 24 int t_fd; /* Terminal file descriptor. */ member in struct:_ip_private
ip.h 24 int t_fd; /* Terminal file descriptor. */ member in struct:_ip_private

Completed in 61 milliseconds