Home
last modified time | relevance | path

Searched refs:VFNT_MAP_NORMAL (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfont.h52 VFNT_MAP_NORMAL = 0, /* Normal font. */ enumerator
/freebsd-13-stable/usr.bin/vtfontcvt/
HDvtfontcvt.c787 write_mappings(fp, VFNT_MAP_NORMAL) != 0 || in write_fnt()
850 if (!TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
854 if (write_source_mappings(fp, VFNT_MAP_NORMAL) != 0) in write_fnt_source()
893 if (TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
1087 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0) in main()
/freebsd-13-stable/sys/dev/vt/
HDvt_font.c97 normal_map = VFNT_MAP_NORMAL; in vtfont_lookup()
/freebsd-13-stable/stand/common/
HDgfx_fb.c2266 dst = font_bisearch(vf->vf_map[VFNT_MAP_NORMAL], in font_lookup()
2267 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup()