taglinefilesource code
sel_cons1355drivers/char/console.cif (currcons == sel_cons)
sel_cons31drivers/char/selection.cint sel_cons = 0;    /* must not be disallocated */
sel_cons37drivers/char/selection.c#define sel_pos(n)  inverse_translate(screen_word(sel_cons, n, 1) & 0xff)
sel_cons45drivers/char/selection.cinvert_screen(sel_cons, s, e-s+2, 1);
sel_cons51drivers/char/selection.ccomplement_pos(sel_cons, where);
sel_cons153drivers/char/selection.cif (sel_cons != fg_console) {
sel_cons155drivers/char/selection.csel_cons = fg_console;
sel_cons6drivers/char/selection.hextern int sel_cons;
sel_cons30drivers/char/vt.cextern int sel_cons;
sel_cons33drivers/char/vt.c#define VT_BUSY(i)  (VT_IS_IN_USE(i) || i == fg_console || i == sel_cons)