Searched refs:t_lnextc (Results 1 – 8 of 8) sorted by relevance
59 char t_lnextc; /* literal next character */ member
89 char t_lnextc; /* literal next character */ member
97 char t_lnextc; /* literal next character */ member
323 #define termLiteralNextChar nltc.t_lnextc339 #define termLiteralNextCharp (cc_t *)&nltc.t_lnextc
423 ltc.t_lnextc = _POSIX_VDISABLE;
50 char t_lnextc; /* literal next character */ member
225 tp->t_curstate.t_lnextc = '\0'; in ttcompatopen()1179 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc); in from_compat()1336 TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]); in to_compat()
311 lchars.t_lnextc = -1; in tty_raw()