Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c1736 CSI_m_BG_COLOR_BEG = 40, enumerator
1746 CSI_m_BRIGHT_BG_COLOR_OFF = CSI_m_BRIGHT_BG_COLOR_BEG - CSI_m_BG_COLOR_BEG,
1847 case CSI_m_BG_COLOR_BEG ... CSI_m_BG_COLOR_END: in csi_m()
1848 vc->vc_par[i] -= CSI_m_BG_COLOR_BEG; in csi_m()