Searched refs:map_folded_count (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/vtfontcvt/ |
H A D | vtfontcvt.c | 83 static unsigned int mapping_total, map_count[4], map_folded_count[4], variable 710 map_folded_count[map_idx]++; in fold_mappings() 775 fh.fh_map_count[0] = htobe32(map_folded_count[0]); in write_fnt() 776 fh.fh_map_count[1] = htobe32(map_folded_count[1]); in write_fnt() 777 fh.fh_map_count[2] = htobe32(map_folded_count[2]); in write_fnt() 778 fh.fh_map_count[3] = htobe32(map_folded_count[3]); in write_fnt() 940 map_folded_count[0], map_folded_count[1], map_folded_count[2], in write_fnt_source() 941 map_folded_count[3]) < 0) { in write_fnt_source() 1024 map_count[0], map_folded_count[0], in print_font_info() 1025 map_count[1], map_folded_count[1], in print_font_info() [all …]
|