Searched refs:TS_TTCR (Results 1 – 2 of 2) sorted by relevance
269 #define TS_TTCR 0x00000080 /* mapping NL to CR-NL */ macro
3691 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()