taglinefilesource code
sel_cons121drivers/char/console.cstatic int sel_cons = 0;
sel_cons1362drivers/char/console.cif (currcons == sel_cons)
sel_cons2374drivers/char/console.cif (sel_cons != currcons)
sel_cons2377drivers/char/console.csel_cons = currcons;
sel_cons2379drivers/char/console.chighlight_pointer(sel_cons,pe);
sel_cons2385drivers/char/console.chighlight_pointer(sel_cons,-1);
sel_cons2398drivers/char/console.cif (sel_cons != currcons)
sel_cons2401drivers/char/console.csel_cons = currcons;
sel_cons2404drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2410drivers/char/console.chighlight(sel_cons, sel_end + 2, new_sel_end);
sel_cons2412drivers/char/console.chighlight(sel_cons, new_sel_end + 2, sel_end);
sel_cons2417drivers/char/console.chighlight(sel_cons, new_sel_start, sel_start - 2);
sel_cons2419drivers/char/console.chighlight(sel_cons, sel_start, new_sel_start - 2);
sel_cons2424drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2494drivers/char/console.chighlight_pointer(sel_cons, -1); /* hide the pointer */
sel_cons2497drivers/char/console.chighlight(sel_cons, sel_start, sel_end);