Lines Matching refs:lookup
532 struct gsub_lookup *lookup;
535 printf (_("Out of range lookup: %d\n"), lookup_index);
538 lookup = (struct gsub_lookup *)
541 if (grub_be_to_cpu16 (lookup->type) != GSUB_SINGLE_SUBSTITUTION)
544 grub_be_to_cpu16 (lookup->type));
547 if (grub_be_to_cpu16 (lookup->flag) & ~GSUB_RTL_CHAR)
550 grub_be_to_cpu16 (lookup->flag));
555 if (grub_be_to_cpu16 (lookup->flag) & GSUB_RTL_CHAR)
561 if (grub_be_to_cpu16 (lookup->flag) & GSUB_RTL_CHAR)
570 for (k = 0; k < grub_be_to_cpu16 (lookup->subtablecount); k++)
573 ((grub_uint8_t *) lookup + grub_be_to_cpu16 (lookup->subtables[k]));