font_offsets       20 tools/font_8x16_pack.c unsigned short font_offsets[4096];  // Offsets into font_data for each charcode
font_offsets       93 tools/font_8x16_pack.c             return font_offsets[i];
font_offsets      174 tools/font_8x16_pack.c             font_offsets[cc] = f;
font_offsets      180 tools/font_8x16_pack.c                 font_offsets[cc-1] = font_find_offset(orig_font_data[matches].charcode);