taglinefilesource code
sel_cons1357drivers/char/console.cif (currcons == sel_cons)
sel_cons34drivers/char/selection.cint sel_cons = 0;    /* must not be disallocated */
sel_cons40drivers/char/selection.c#define sel_pos(n)  inverse_translate(screen_word(sel_cons, n, 1) & 0xff)
sel_cons48drivers/char/selection.cinvert_screen(sel_cons, s, e-s+2, 1);
sel_cons54drivers/char/selection.ccomplement_pos(sel_cons, where);
sel_cons156drivers/char/selection.cif (sel_cons != fg_console) {
sel_cons158drivers/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)