Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dconsolemap.h21 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
/linux-2.6.39/drivers/tty/vt/
Dconsolemap.c203 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
Dvt.c2277 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()