tag | line | file | source code |
sel_cons | 66 | drivers/char/console.c | static int sel_cons; |
sel_cons | 974 | drivers/char/console.c | if (!EMPTY(&tty->write_q) && currcons == sel_cons) |
sel_cons | 1672 | drivers/char/console.c | if (sel_cons != currcons) |
sel_cons | 1675 | drivers/char/console.c | sel_cons = currcons; |
sel_cons | 1678 | drivers/char/console.c | highlight(sel_cons, new_sel_start, new_sel_end); |
sel_cons | 1684 | drivers/char/console.c | highlight(sel_cons, sel_end + 2, new_sel_end); |
sel_cons | 1686 | drivers/char/console.c | highlight(sel_cons, new_sel_end + 2, sel_end); |
sel_cons | 1691 | drivers/char/console.c | highlight(sel_cons, new_sel_start, sel_start - 2); |
sel_cons | 1693 | drivers/char/console.c | highlight(sel_cons, sel_start, new_sel_start - 2); |
sel_cons | 1698 | drivers/char/console.c | highlight(sel_cons, new_sel_start, new_sel_end); |
sel_cons | 1753 | drivers/char/console.c | highlight(sel_cons, sel_start, sel_end); |