tag | line | file | source code |
sel_cons | 121 | drivers/char/console.c | static int sel_cons = 0; |
sel_cons | 1362 | drivers/char/console.c | if (currcons == sel_cons) |
sel_cons | 2374 | drivers/char/console.c | if (sel_cons != currcons) |
sel_cons | 2377 | drivers/char/console.c | sel_cons = currcons; |
sel_cons | 2379 | drivers/char/console.c | highlight_pointer(sel_cons,pe); |
sel_cons | 2385 | drivers/char/console.c | highlight_pointer(sel_cons,-1); |
sel_cons | 2398 | drivers/char/console.c | if (sel_cons != currcons) |
sel_cons | 2401 | drivers/char/console.c | sel_cons = currcons; |
sel_cons | 2404 | drivers/char/console.c | highlight(sel_cons, new_sel_start, new_sel_end); |
sel_cons | 2410 | drivers/char/console.c | highlight(sel_cons, sel_end + 2, new_sel_end); |
sel_cons | 2412 | drivers/char/console.c | highlight(sel_cons, new_sel_end + 2, sel_end); |
sel_cons | 2417 | drivers/char/console.c | highlight(sel_cons, new_sel_start, sel_start - 2); |
sel_cons | 2419 | drivers/char/console.c | highlight(sel_cons, sel_start, new_sel_start - 2); |
sel_cons | 2424 | drivers/char/console.c | highlight(sel_cons, new_sel_start, new_sel_end); |
sel_cons | 2494 | drivers/char/console.c | highlight_pointer(sel_cons, -1); /* hide the pointer */ |
sel_cons | 2497 | drivers/char/console.c | highlight(sel_cons, sel_start, sel_end); |