Searched refs:t_eofc (Results 1 – 7 of 7) sorted by relevance
53 char t_eofc; /* end-of-file */ member63 char t_eofc; /* end-of-file */ member
52 char t_eofc; /* end-of-file */ member
318 #define termEofChar ntc.t_eofc334 #define termEofCharp (cc_t *)&ntc.t_eofc
385 tc.t_eofc = _POSIX_VDISABLE;
40 char t_eofc; /* end-of-file */ member
218 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()
983 if (c == '.' || c == deftc.t_eofc) { in writer()1010 bol = c == defkill || c == deftc.t_eofc || in writer()