Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dconsolemap.c245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl()
379 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()
850 int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function