sel_cons 43 drivers/tty/vt/selection.c struct vc_data *sel_cons; /* must not be deallocated */ sel_cons 57 drivers/tty/vt/selection.c invert_screen(sel_cons, s, e-s+2, 1); sel_cons 63 drivers/tty/vt/selection.c complement_pos(sel_cons, where); sel_cons 70 drivers/tty/vt/selection.c return screen_glyph_unicode(sel_cons, n / 2); sel_cons 71 drivers/tty/vt/selection.c return inverse_translate(sel_cons, screen_glyph(sel_cons, n), sel_cons 93 drivers/tty/vt/selection.c return vc == sel_cons; sel_cons 222 drivers/tty/vt/selection.c if (sel_cons != vc_cons[fg_console].d) { sel_cons 224 drivers/tty/vt/selection.c sel_cons = vc_cons[fg_console].d;