tag | line | file | source code |
sel_cons | 1386 | drivers/char/console.c | if (currcons == sel_cons) |
sel_cons | 35 | drivers/char/selection.c | int sel_cons = 0; /* must not be disallocated */ |
sel_cons | 41 | drivers/char/selection.c | #define sel_pos(n) inverse_translate(scrw2glyph(screen_word(sel_cons, n, 1))) |
sel_cons | 49 | drivers/char/selection.c | invert_screen(sel_cons, s, e-s+2, 1); |
sel_cons | 55 | drivers/char/selection.c | complement_pos(sel_cons, where); |
sel_cons | 157 | drivers/char/selection.c | if (sel_cons != fg_console) { |
sel_cons | 159 | drivers/char/selection.c | sel_cons = fg_console; |
sel_cons | 6 | drivers/char/selection.h | extern int sel_cons; |
sel_cons | 36 | drivers/char/vt.c | #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || i == sel_cons) |