Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dselection.c37 struct vc_data *sel_cons; /* must not be deallocated */ variable
50 invert_screen(sel_cons, s, e-s+2, 1); in highlight()
56 complement_pos(sel_cons, where); in highlight_pointer()
62 return inverse_translate(sel_cons, screen_glyph(sel_cons, n), in sel_pos()
206 if (sel_cons != vc_cons[fg_console].d) { in set_selection()
208 sel_cons = vc_cons[fg_console].d; in set_selection()
Dvt_ioctl.c43 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
Dvt.c598 if (vc == sel_cons) in hide_cursor()
609 if (vc == sel_cons) in set_cursor()
879 if (vc == sel_cons) in vc_do_resize()