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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4823 char *to_key, *from_key;
4864 to_key = arg;
4865 from_key = skip_to (0, to_key);
4867 if (! *to_key)
4882 nul_terminate (to_key);
4885 to_code = find_ascii_code (to_key);
4890 to_code = find_key_code (to_key);
4771 char *to_key, *from_key; local

Completed in 38 milliseconds