Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dttold.h53 char t_eofc; /* end-of-file */ member
63 char t_eofc; /* end-of-file */ member
H A Dttcompat.h52 char t_eofc; /* end-of-file */ member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h318 #define termEofChar ntc.t_eofc
334 #define termEofCharp (cc_t *)&ntc.t_eofc
H A Dsys_bsd.c385 tc.t_eofc = _POSIX_VDISABLE;
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h40 char t_eofc; /* end-of-file */ member
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c218 tp->t_curstate.t_eofc = '\0'; in ttcompatopen()
1299 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc); in from_compat()
1445 TO_COMPAT_CHAR(csp->t_eofc, termiosp->c_cc[VEOF]); in to_compat()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c983 if (c == '.' || c == deftc.t_eofc) { in writer()
1010 bol = c == defkill || c == deftc.t_eofc || in writer()