Searched refs:glyph (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/vtfontcvt/ |
H A D | vtfontcvt.c | 66 struct glyph { struct 67 TAILQ_ENTRY(glyph) g_list; 68 SLIST_ENTRY(glyph) g_hash; 74 TAILQ_HEAD(glyph_list, glyph); argument 75 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH]; 88 struct glyph *m_glyph; 211 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping() 266 static struct glyph * 269 struct glyph *gl; in add_glyph() 325 struct glyph *gl; in add_char() [all …]
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_fb.c | 73 static uint8_t glyph[MAX_GLYPH]; variable 532 font_bit_to_pix8(&boot_fb_font, (uint8_t *)glyph, c, fg, bg); in bit_to_pix() 536 font_bit_to_pix16(&boot_fb_font, (uint16_t *)glyph, c, in bit_to_pix() 540 font_bit_to_pix24(&boot_fb_font, (uint8_t *)glyph, c, fg, bg); in bit_to_pix() 543 font_bit_to_pix32(&boot_fb_font, (uint32_t *)glyph, c, fg, bg); in bit_to_pix() 823 display.data = glyph; in boot_fb_putchar()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 51 struct glyph { struct 58 struct glyph gly[MAXCHAR]; /* glyph metrics */ argument
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 9855 glyph
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 9857 glyph
|