Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dselection.c38 struct vc_data *sel_cons; /* must not be deallocated */ variable
51 invert_screen(sel_cons, s, e-s+2, 1); in highlight()
57 complement_pos(sel_cons, where); in highlight_pointer()
64 return screen_glyph_unicode(sel_cons, n / 2); in sel_pos()
65 return inverse_translate(sel_cons, screen_glyph(sel_cons, n), in sel_pos()
201 if (sel_cons != vc_cons[fg_console].d) { in set_selection()
203 sel_cons = vc_cons[fg_console].d; in set_selection()
Dvt_ioctl.c46 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
Dvt.c893 if (vc == sel_cons) in hide_cursor()
904 if (vc == sel_cons) in set_cursor()
1191 if (vc == sel_cons) in vc_do_resize()
/Linux-v4.19/include/linux/
Dselection.h16 extern struct vc_data *sel_cons;