Searched refs:t_eofc (Results 1 – 6 of 6) sorted by relevance
51 char t_eofc; /* end-of-file */ member61 char t_eofc; /* end-of-file */ member
52 char t_eofc; /* end-of-file */ member
316 #define termEofChar ntc.t_eofc332 #define termEofCharp (cc_t *)&ntc.t_eofc
381 tc.t_eofc = _POSIX_VDISABLE;
983 if (c == '.' || c == deftc.t_eofc) { in writer()1010 bol = c == defkill || c == deftc.t_eofc || in writer()
1201 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()