HomeSort by relevance Sort by last modified time
    Searched refs:hotkey (Results 1 - 7 of 7) sorted by null

  /external/syslinux/com32/include/
menu.h 68 unsigned char hotkey; member in struct:menu_entry
69 bool immediate; /* Hotkey action does not require Enter */
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 24 .hotkey {
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 24 .hotkey {
  /external/syslinux/com32/menu/
readconfig.c 282 unsigned char hotkey = p[1] & ~0x20; local
283 if (!m->menu_hotkeys[hotkey]) {
284 me->hotkey = hotkey;
285 m->menu_hotkeys[hotkey] = me;
341 me->hotkey = 0;
menumain.c 93 /* Display an entry, with possible hotkey highlight. Assumes
94 that the current attribute is the non-hotkey one, and will
125 if (*p && ((unsigned char)*p & ~0x20) == entry->hotkey) {
755 bool hotkey = false; local
855 if (hotkey && me->immediate) {
856 /* If the hotkey was flagged immediate, simulate pressing ENTER */
870 hotkey = false;
1089 hotkey = true;
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 313 unsigned char hotkey = p[1] & ~0x20; local
314 if (!m->menu_hotkeys[hotkey]) {
315 me->hotkey = hotkey;
316 m->menu_hotkeys[hotkey] = me;
371 me->hotkey = 0;
    [all...]
  /external/toybox/kconfig/lxdialog/
menubox.c 67 int selected, int hotkey)
90 if (hotkey) {

Completed in 366 milliseconds