taglinefilesource code
sel_cons1383drivers/char/console.cif (currcons == sel_cons)
sel_cons35drivers/char/selection.cint sel_cons = 0;    /* must not be disallocated */
sel_cons41drivers/char/selection.c#define sel_pos(n)   inverse_translate(scrw2glyph(screen_word(sel_cons, n, 1)))
sel_cons49drivers/char/selection.cinvert_screen(sel_cons, s, e-s+2, 1);
sel_cons55drivers/char/selection.ccomplement_pos(sel_cons, where);
sel_cons157drivers/char/selection.cif (sel_cons != fg_console) {
sel_cons159drivers/char/selection.csel_cons = fg_console;
sel_cons6drivers/char/selection.hextern int sel_cons;
sel_cons36drivers/char/vt.c#define VT_BUSY(i)  (VT_IS_IN_USE(i) || i == fg_console || i == sel_cons)