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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h52 char t_eofc; /* end-of-file */ member in struct:__anon9123
H A Dttold.h53 char t_eofc; /* end-of-file */ member in struct:tchars
63 char t_eofc; /* end-of-file */ member in struct:tc
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h40 char t_eofc; /* end-of-file */ member in struct:tchars
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c218 tp->t_curstate.t_eofc = '\0';
1299 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc);
1445 TO_COMPAT_CHAR(csp->t_eofc, termiosp->c_cc[VEOF]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c983 if (c == '.' || c == deftc.t_eofc) {
1010 bol = c == defkill || c == deftc.t_eofc ||

Completed in 53 milliseconds