Home
last modified time | relevance | path

Searched refs:screen_glyph (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dselection.h36 u16 screen_glyph(const struct vc_data *vc, int offset);
/linux/drivers/accessibility/braille/
H A Dbraille_console.c131 u16 glyph = screen_glyph(vc, in vc_refresh()
/linux/drivers/tty/vt/
H A Dselection.c71 return inverse_translate(vc_sel.cons, screen_glyph(vc_sel.cons, n), in sel_pos()