Searched refs:t_eofc (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h50 char t_eofc; /* end-of-file */ member in struct:tchars
/freebsd-10-stable/contrib/tcsh/
H A Dmi.termios.c269 termios_p->c_cc[VEOF] = tcbuf.t_eofc;
386 tcbuf.t_eofc = termios_p->c_cc[VEOF];
H A Ded.term.c874 s[C_EOF] = n->t_eofc;
1012 n->t_eofc = s[C_EOF];
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui.c513 tbuf.t_eofc = CHK (tbuf.t_eofc, CTRL ('D'));
/freebsd-10-stable/contrib/telnet/telnet/
H A Dexterns.h350 # define termEofChar ntc.t_eofc
366 # define termEofCharp (cc_t *)&ntc.t_eofc
H A Dsys_bsd.c473 tc.t_eofc = _POSIX_VDISABLE;
/freebsd-10-stable/contrib/libreadline/
H A Drltty.c211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
355 if (oldtio.tchars.t_eofc != -1)
356 _rl_eof_char = oldtio.tchars.t_eofc;
/freebsd-10-stable/sys/kern/
H A Dtty_compat.c139 cc[VEOF] = tc->t_eofc;
226 tc->t_eofc = cc[VEOF];
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dsys_term.c72 #undef t_eofc macro
215 *valp = termbuf.tc.t_eofc;
216 *valpp = (cc_t *)&termbuf.tc.t_eofc;
/freebsd-10-stable/contrib/texinfo/info/
H A Dterminal.c796 temp.t_eofc = -1;
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c108 #undef t_eofc macro

Completed in 89 milliseconds