Home
last modified time | relevance | path

Searched refs:from_key (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4350 char *to_key, *from_key; in setkey_func() local
4392 from_key = skip_to (0, to_key); in setkey_func()
4402 else if (! *from_key) in setkey_func()
4410 nul_terminate (from_key); in setkey_func()
4413 from_code = find_ascii_code (from_key); in setkey_func()
4418 from_code = find_key_code (from_key); in setkey_func()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2962 - Command: setkey [to_key from_key]
H A Dgrub.texi2456 @deffn Command setkey [to_key from_key]
2457 Change the keyboard map. The key @var{from_key} is mapped to the key
H A Dgrub.info2266 -- Command: setkey [to_key from_key]