Searched refs:hotkey (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/com32/include/
H A Dmenu.h68 unsigned char hotkey; member in struct:menu_entry
/external/syslinux/com32/menu/
H A Dreadconfig.c282 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;
H A Dmenumain.c93 /* 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/
H A Dreadconfig.c313 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;
/external/toybox/kconfig/lxdialog/
H A Dmenubox.c67 int selected, int hotkey)
90 if (hotkey) {
66 do_print_item(WINDOW * win, const char *item, int line_y, int selected, int hotkey) argument

Completed in 176 milliseconds