Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h51 char t_eofc; /* end-of-file */ member
61 char t_eofc; /* end-of-file */ member
H A Dttcompat.h52 char t_eofc; /* end-of-file */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h316 #define termEofChar ntc.t_eofc
332 #define termEofCharp (cc_t *)&ntc.t_eofc
H A Dsys_bsd.c381 tc.t_eofc = _POSIX_VDISABLE;
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1201 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc); in from_compat()
1347 TO_COMPAT_CHAR(csp->t_eofc, termiosp->c_cc[VEOF]); in to_compat()