Home
last modified time | relevance | path

Searched refs:to_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
4391 to_key = arg; in setkey_func()
4392 from_key = skip_to (0, to_key); in setkey_func()
4394 if (! *to_key) in setkey_func()
4409 nul_terminate (to_key); in setkey_func()
4412 to_code = find_ascii_code (to_key); in setkey_func()
4417 to_code = find_key_code (to_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]
2458 @var{to_key}. If no argument is specified, reset key mappings. Note that
H A Dgrub.info2266 -- Command: setkey [to_key from_key]