Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dselection.c40 struct vc_data *sel_cons; /* must not be deallocated */ variable
53 invert_screen(sel_cons, s, e-s+2, 1); in highlight()
59 complement_pos(sel_cons, where); in highlight_pointer()
66 return screen_glyph_unicode(sel_cons, n / 2); in sel_pos()
67 return inverse_translate(sel_cons, screen_glyph(sel_cons, n), in sel_pos()
213 if (sel_cons != vc_cons[fg_console].d) { in set_selection_kernel()
215 sel_cons = vc_cons[fg_console].d; in set_selection_kernel()
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()
1199 if (vc == sel_cons) in vc_do_resize()
/Linux-v5.4/include/linux/
Dselection.h14 extern struct vc_data *sel_cons;