char_codes 19 tools/font_8x16_pack.c unsigned short char_codes[4096]; // List of used charcodes char_codes 90 tools/font_8x16_pack.c for (i=0; char_codes[i] != 0xFFFF; i++) char_codes 92 tools/font_8x16_pack.c if (char_codes[i] == charcode) char_codes 173 tools/font_8x16_pack.c char_codes[cc] = orig_font_data[i].charcode; char_codes 224 tools/font_8x16_pack.c char_codes[cc] = 0xFFFF;