Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dconsole_struct.h139 unsigned int vc_decom : 1; /* Origin Mode */ member
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c1409 if (vc->vc_decom) { in gotoxy()
1430 gotoxy(vc, new_x, vc->vc_decom ? (vc->vc_top + new_y) : new_y); in gotoxay()
1789 (vc->vc_decom ? vc->vc_top + 1 : 1), in cursor_report()
1856 vc->vc_decom = on_off; in set_mode()
2047 vc->vc_decom = 0; in reset_terminal()

Completed in 12 milliseconds