Searched refs:ourpty (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 704 ourpty = getpty(&ptynum); in doit() 705 if (ourpty < 0) in doit() 788 my_telnet(net, ourpty, remote_host_name, remote_utmp_name, in doit() 1332 ioctl(ourpty, TIOCSIGNAL, &sig); in interrupt() 1333 ioctl(ourpty, I_FLUSH, FLUSHR); in interrupt() 1337 ioctl(ourpty, TCSIG, (char *)SIGINT); in interrupt() 1356 ioctl(ourpty, TCSIG, (char *)SIGQUIT); in sendbrk() 1370 ioctl(ourpty, TCSIG, (char *)SIGTSTP); in sendsusp() 1387 ioctl(ourpty, TCSIG, (char *)SIGINFO); in recv_ayt()
|
H A D | sys_term.c | 192 tcgetattr(ourpty, &termbuf); in init_termbuf() 208 tcsetattr(ourpty, TCSANOW, &termbuf); in set_termbuf() 884 maybe_push_modules(ourpty, ptymodules); in getptyslave() 939 if (ourpty > 2) { in getptyslave() 940 close(ourpty); in getptyslave() 941 ourpty = -1; in getptyslave() 1632 close(ourpty); in cleanup()
|
H A D | global.c | 71 int ourpty, net; variable
|
H A D | termstat.c | 107 ioctl(ourpty, TIOCSWINSZ, (char *)&ws); in clientstat()
|
H A D | utility.c | 95 fatal(ourpty, "fd too large"); in stilloob() 104 fatalperror(ourpty, "select"); in stilloob() 123 n = write(ourpty, pbackp, n); in ptyflush()
|
H A D | ext.h | 74 extern int ourpty, net;
|