Searched refs:invert_screen (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | selection.h | 39 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed);
|
/linux/drivers/tty/vt/ |
H A D | selection.c | 57 invert_screen(vc_sel.cons, s, e-s+2, true); in highlight()
|
H A D | vt.c | 696 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed) in invert_screen() function 1900 invert_screen(vc, 0, vc->vc_screenbuf_size, in csi_DEC_hl()
|