Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h166 unsigned int vc_decom : 1; /* Origin Mode */ member
/linux/drivers/tty/vt/
H A Dvt.c1441 if (vc->vc_decom) { in gotoxy()
1462 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
1868 (vc->vc_decom ? vc->vc_top + 1 : 1), in cursor_report()
2016 vc->vc_decom = on_off; in csi_DEC_hl()
2281 vc->vc_decom = 0; in reset_terminal()