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.c1698 CSI_m_BG_COLOR_BEG = 40, enumerator
1707 CSI_m_BRIGHT_BG_COLOR_OFF = CSI_m_BRIGHT_BG_COLOR_BEG - CSI_m_BG_COLOR_BEG,
1808 case CSI_m_BG_COLOR_BEG ... CSI_m_BG_COLOR_END: in csi_m()
1809 vc->vc_par[i] -= CSI_m_BG_COLOR_BEG; in csi_m()