Home
last modified time | relevance | path

Searched refs:hotkey (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/menu/
Dmenumain.c125 if (*p && ((unsigned char)*p & ~0x20) == entry->hotkey) { in display_entry()
755 bool hotkey = false; in run_menu() local
855 if (hotkey && me->immediate) { in run_menu()
870 hotkey = false; in run_menu()
1089 hotkey = true; in run_menu()
Dreadconfig.c282 unsigned char hotkey = p[1] & ~0x20; in consider_for_hotkey() local
283 if (!m->menu_hotkeys[hotkey]) { in consider_for_hotkey()
284 me->hotkey = hotkey; in consider_for_hotkey()
285 m->menu_hotkeys[hotkey] = me; in consider_for_hotkey()
341 me->hotkey = 0; in record()
/external/syslinux/doc/
Dmenu.txt108 The ^ symbol in a MENU LABEL statement defines a hotkey.
109 The hotkey will be highlighted in the menu and will move the
393 hotkey Unselected hotkey
395 hotsel Selected hotkey
468 menu color hotkey 1;37;44 #ffffffff #00000000 std
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c313 unsigned char hotkey = p[1] & ~0x20; in consider_for_hotkey() local
314 if (!m->menu_hotkeys[hotkey]) { in consider_for_hotkey()
315 me->hotkey = hotkey; in consider_for_hotkey()
316 m->menu_hotkeys[hotkey] = me; in consider_for_hotkey()
371 me->hotkey = 0; in record()
/external/syslinux/com32/include/
Dmenu.h68 unsigned char hotkey; member
/external/toybox/kconfig/lxdialog/
Dmenubox.c67 int selected, int hotkey) in do_print_item() argument
90 if (hotkey) { in do_print_item()