tag | line | file | source code |
sel_cons | 1357 | drivers/char/console.c | if (currcons == sel_cons) |
sel_cons | 34 | drivers/char/selection.c | int sel_cons = 0; /* must not be disallocated */ |
sel_cons | 40 | drivers/char/selection.c | #define sel_pos(n) inverse_translate(screen_word(sel_cons, n, 1) & 0xff) |
sel_cons | 48 | drivers/char/selection.c | invert_screen(sel_cons, s, e-s+2, 1); |
sel_cons | 54 | drivers/char/selection.c | complement_pos(sel_cons, where); |
sel_cons | 156 | drivers/char/selection.c | if (sel_cons != fg_console) { |
sel_cons | 158 | drivers/char/selection.c | sel_cons = fg_console; |
sel_cons | 6 | drivers/char/selection.h | extern int sel_cons; |
sel_cons | 30 | drivers/char/vt.c | extern int sel_cons; |
sel_cons | 33 | drivers/char/vt.c | #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || i == sel_cons) |