Searched defs:substtype (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c517 grub_uint16_t substtype; local
518 substtype = grub_be_to_cpu16 (sub->type);
520 if (substtype == GSUB_SUBSTITUTION_DELTA)
574 grub_uint16_t substtype; local
575 substtype = grub_be_to_cpu16 (sub->type);
576 if (substtype != GSUB_SUBSTITUTION_MAP
577 && substtype != GSUB_SUBSTITUTION_DELTA)
580 substtype);

Completed in 18 milliseconds