Searched defs:charcode (Results 1 – 3 of 3) sorted by relevance
9 struct strtab charcode[FONTSIZE] = { variable
42 struct strtab charcode[256] = { variable
219 static inline int convert_key(UInt32 key, UInt32 charcode) in convert_key()