Home
last modified time | relevance | path

Searched refs:VFNT_MAP_BOLD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c49 #define VFNT_MAP_BOLD 2 macro
246 unsigned normal_map_idx = map_idx - VFNT_MAP_BOLD; in dedup_mapping()
248 assert(map_idx == VFNT_MAP_BOLD || map_idx == VFNT_MAP_BOLD_RH); in dedup_mapping()
329 if (map_idx < VFNT_MAP_BOLD) in add_char()
724 write_mappings(fp, VFNT_MAP_BOLD) != 0 || in write_fnt()
803 if (!TAILQ_EMPTY(&maps[VFNT_MAP_BOLD])) { in write_fnt_source()
807 if (write_source_mappings(fp, VFNT_MAP_BOLD) != 0) in write_fnt_source()
844 if (TAILQ_EMPTY(&maps[VFNT_MAP_BOLD])) { in write_fnt_source()
1021 if (parse_file(argv[0], VFNT_MAP_BOLD) != 0) in main()
1027 dedup_mapping(VFNT_MAP_BOLD); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h40 VFNT_MAP_BOLD, /* Bold font. */ enumerator
/illumos-gate/usr/src/common/font/
H A Dfont.c366 dst = font_bisearch(vf->vf_map[VFNT_MAP_BOLD], in font_lookup()
367 vf->vf_map_count[VFNT_MAP_BOLD], src); in font_lookup()
/illumos-gate/usr/src/boot/common/
H A Dtem.c2866 bold_font = tems.ts_font.vf_map_count[VFNT_MAP_BOLD] != 0; in tem_get_color()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2556 bold_font = tems.ts_font.vf_map_count[VFNT_MAP_BOLD] != 0; in tem_safe_get_color()