Home
last modified time | relevance | path

Searched refs:t_lnextc (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h59 char t_lnextc; /* literal next character */ member
H A Dttold.h89 char t_lnextc; /* literal next character */ member
/titanic_50/usr/src/head/
H A Dsgtty.h97 char t_lnextc; /* literal next character */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h323 #define termLiteralNextChar nltc.t_lnextc
339 #define termLiteralNextCharp (cc_t *)&nltc.t_lnextc
H A Dsys_bsd.c423 ltc.t_lnextc = _POSIX_VDISABLE;
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h50 char t_lnextc; /* literal next character */ member
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c225 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()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c311 lchars.t_lnextc = -1; in tty_raw()