Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfont.h52 VFNT_MAP_NORMAL = 0, /* Normal font. */ enumerator
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c786 write_mappings(fp, VFNT_MAP_NORMAL) != 0 || in write_fnt()
849 if (!TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
853 if (write_source_mappings(fp, VFNT_MAP_NORMAL) != 0) in write_fnt_source()
892 if (TAILQ_EMPTY(&maps[VFNT_MAP_NORMAL])) { in write_fnt_source()
1086 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0) in main()
/freebsd/sys/dev/vt/
H A Dvt_font.c96 normal_map = VFNT_MAP_NORMAL; in vtfont_lookup()
/freebsd/stand/common/
H A Dgfx_fb.c2279 dst = font_bisearch(vf->vf_map[VFNT_MAP_NORMAL], in font_lookup()
2280 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup()