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
202 glyph = conv_uni_to_pc(conp, t[j]); in set_inverse_transl()340 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]); in con_get_trans_old()800 conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() function
2337 tc = conv_uni_to_pc(vc, tc); in do_con_write()2352 tc = conv_uni_to_pc(vc, 0xfffd); in do_con_write()2355 tc = conv_uni_to_pc(vc, '?'); in do_con_write()2402 tc = conv_uni_to_pc(vc, ' '); /* A space is printed in the second column */ in do_con_write()