Searched refs:vc_sel (Results 1 – 3 of 3) sorted by relevance
46 } vc_sel = { variable71 return inverse_translate(vc_sel.cons, screen_glyph(vc_sel.cons, n), 0); in sel_pos()84 highlight(vc_sel.start, vc_sel.end); in clear_selection()85 vc_sel.start = -1; in clear_selection()195 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars()202 kfree(vc_sel.buffer); in vc_selection_store_chars()203 vc_sel.buffer = bp; in vc_selection_store_chars()206 for (i = vc_sel.start; i <= vc_sel.end; i += 2) { in vc_selection_store_chars()224 vc_sel.buf_len = bp - vc_sel.buffer; in vc_selection_store_chars()347 vc_sel.cons = vc; in vc_selection()[all …]
155117 ffff80001204eb18 d vc_sel
Completed in 358 milliseconds