Searched refs:conv_uni_to_pc (Results 1 – 3 of 3) sorted by relevance
21 extern int conv_uni_to_pc(struct vc_data *conp, long ucs);28 #define conv_uni_to_pc(conp, ucs) ((int) (ucs > 0xff ? -1: ucs)) macro
203 glyph = conv_uni_to_pc(conp, t[j]); in set_inverse_transl()335 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()697 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
2277 tc = conv_uni_to_pc(vc, tc); in do_con_write()2292 tc = conv_uni_to_pc(vc, 0xfffd); in do_con_write()2295 tc = conv_uni_to_pc(vc, '?'); in do_con_write()2342 tc = conv_uni_to_pc(vc, ' '); /* A space is printed in the second column */ in do_con_write()