Searched refs:glyph (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c55 struct glyph { struct
56 TAILQ_ENTRY(glyph) g_list;
57 SLIST_ENTRY(glyph) g_hash;
63 TAILQ_HEAD(glyph_list, glyph);
64 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
77 struct glyph *m_glyph;
110 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx)
159 static struct glyph *
162 struct glyph *gl;
192 struct glyph *g
[all...]
/freebsd-11.0-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp154 class glyph { class
155 static glyph *free_list;
157 glyph *next;
171 glyph *glyph::free_list = 0;
173 void *glyph::operator new(size_t)
177 free_list = (glyph *)new char[sizeof(glyph) * BLOCK];
182 glyph *p = free_list;
188 void glyph
[all...]
/freebsd-11.0-release/contrib/mdocml/
H A Dterm_ps.c50 struct glyph { struct
57 struct glyph gly[MAXCHAR]; /* glyph metrics */

Completed in 113 milliseconds