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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c305 struct glyph_replace *subst_rightjoin, *subst_leftjoin, *subst_medijoin;
307 struct glyph_replace struct
309 struct glyph_replace *next;
313 /* TODO: sort glyph_replace and use binary search if necessary. */
319 struct glyph_replace *cur;
495 add_subst (grub_uint32_t from, grub_uint32_t to, struct glyph_replace **target)
497 struct glyph_replace *new = xmalloc (sizeof (*new));
511 struct glyph_replace **target;

Completed in 25 milliseconds