Home
last modified time | relevance | path

Searched refs:TS_TTCR (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h269 #define TS_TTCR 0x00000080 /* mapping NL to CR-NL */ macro
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c3691 if (!(tp->t_state & TS_TTCR)) { in ldterm_output_msg()
3692 tp->t_state |= TS_TTCR; in ldterm_output_msg()
3697 tp->t_state &= ~TS_TTCR; in ldterm_output_msg()