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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c203 glyph = conv_uni_to_pc(conp, t[j]);
335 ch = conv_uni_to_pc(vc_cons[fg_console].d, p[i]);
697 conv_uni_to_pc(struct vc_data *conp, long ucs) function
H A Dvt.c2274 tc = conv_uni_to_pc(vc, tc);
2289 tc = conv_uni_to_pc(vc, 0xfffd);
2292 tc = conv_uni_to_pc(vc, '?');
2339 tc = conv_uni_to_pc(vc, ' '); /* A space is printed in the second column */

Completed in 276 milliseconds