Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h37 u32 screen_glyph_unicode(const struct vc_data *vc, int offset);
/linux/drivers/tty/vt/
H A Dselection.c70 return screen_glyph_unicode(vc_sel.cons, n / 2); in sel_pos()
H A Dvt.c4878 u32 screen_glyph_unicode(const struct vc_data *vc, int n)
4887 EXPORT_SYMBOL_GPL(screen_glyph_unicode); in screen_glyph_unicode()
4880 u32 screen_glyph_unicode(const struct vc_data *vc, int n) screen_glyph_unicode() function