Home
last modified time | relevance | path

Searched refs:t_rprntc (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h56 char t_rprntc; /* reprint line */ member
H A Dttold.h86 char t_rprntc; /* reprint line */ member
/titanic_50/usr/src/head/
H A Dsgtty.h94 char t_rprntc; /* reprint line */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h326 #define termRprntChar nltc.t_rprntc
342 #define termRprntCharp (cc_t *)&nltc.t_rprntc
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h47 char t_rprntc; /* reprint line */ member
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c222 tp->t_curstate.t_rprntc = '\0'; in ttcompatopen()
1176 FROM_COMPAT_CHAR(termiosp->c_cc[VREPRINT], csp->t_rprntc); in from_compat()
1333 TO_COMPAT_CHAR(csp->t_rprntc, termiosp->c_cc[VREPRINT]); in to_compat()