Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dmi.termios.c267 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
384 tcbuf.t_eofc = termios_p->c_cc[VEOF];
H A Ded.term.c871 s[C_EOF] = n->t_eofc; in tty_getchar()
1009 n->t_eofc = s[C_EOF]; in tty_setchar()
/freebsd/contrib/telnet/telnet/
H A Dexterns.h346 # define termEofChar ntc.t_eofc
362 # define termEofCharp (cc_t *)&ntc.t_eofc
H A Dsys_bsd.c467 tc.t_eofc = _POSIX_VDISABLE; in TerminalNewMode()
/freebsd/sys/sys/
H A Dioctl_compat.h49 char t_eofc; /* end-of-file */ member
/freebsd/sys/kern/
H A Dtty_compat.c135 cc[VEOF] = tc->t_eofc; in ttsetcompat()
222 tc->t_eofc = cc[VEOF]; in tty_ioctl_compat()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c108 #undef t_eofc