taglinefilesource code
sel_cons120drivers/char/console.cstatic int sel_cons = 0;
sel_cons1349drivers/char/console.cif (currcons == sel_cons)
sel_cons2323drivers/char/console.cif (sel_cons != currcons)
sel_cons2325drivers/char/console.chighlight_pointer(sel_cons,-1);
sel_cons2327drivers/char/console.csel_cons = currcons;
sel_cons2329drivers/char/console.chighlight_pointer(sel_cons,pe);
sel_cons2346drivers/char/console.cif (sel_cons != currcons)
sel_cons2349drivers/char/console.csel_cons = currcons;
sel_cons2352drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2358drivers/char/console.chighlight(sel_cons, sel_end + 2, new_sel_end);
sel_cons2360drivers/char/console.chighlight(sel_cons, new_sel_end + 2, sel_end);
sel_cons2365drivers/char/console.chighlight(sel_cons, new_sel_start, sel_start - 2);
sel_cons2367drivers/char/console.chighlight(sel_cons, sel_start, new_sel_start - 2);
sel_cons2372drivers/char/console.chighlight(sel_cons, new_sel_start, new_sel_end);
sel_cons2436drivers/char/console.chighlight_pointer(sel_cons, -1); /* hide the pointer */
sel_cons2439drivers/char/console.chighlight(sel_cons, sel_start, sel_end);