| /src/tests/lib/librumpclient/ |
| Makefile | 8 TESTS_C= t_fd
|
| /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_funcs.c | 195 if (ipp->t_fd != -1) { 196 dup2(ipp->t_fd, 0); 197 dup2(ipp->t_fd, 1); 198 dup2(ipp->t_fd, 2); 199 close(ipp->t_fd); 423 write(ipp->t_fd, line, len);
|
| ip_screen.c | 57 if (LF_ISSET(SC_EX) && ipp->t_fd == -1)
|
| ip_read.c | 228 fd = termread ? ipp->t_fd : ipp->i_fd;
|
| /src/external/bsd/nvi/dist/ipc/ |
| ip.h | 24 int t_fd; /* Terminal file descriptor. */ member in struct:_ip_private
|