taglinefilesource code
sel_cons163drivers/char/console.cstatic int sel_cons = 0;
sel_cons1407drivers/char/console.cif (currcons == sel_cons)
sel_cons2429drivers/char/console.cif (sel_cons != currcons)
sel_cons2432drivers/char/console.csel_cons = currcons;
sel_cons2434drivers/char/console.chighlight_pointer(sel_cons,pe);
sel_cons2440drivers/char/console.chighlight_pointer(sel_cons,-1);
sel_cons2453drivers/char/console.cif (sel_cons != currcons)
sel_cons2456drivers/char/console.csel_cons = currcons;
sel_cons2459drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2465drivers/char/console.chighlight(sel_cons, sel_end + 2, new_sel_end);
sel_cons2467drivers/char/console.chighlight(sel_cons, new_sel_end + 2, sel_end);
sel_cons2472drivers/char/console.chighlight(sel_cons, new_sel_start, sel_start - 2);
sel_cons2474drivers/char/console.chighlight(sel_cons, sel_start, new_sel_start - 2);
sel_cons2479drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2549drivers/char/console.chighlight_pointer(sel_cons, -1); /* hide the pointer */
sel_cons2552drivers/char/console.chighlight(sel_cons, sel_start, sel_end);