Searched refs:hotkey (Results 1 – 6 of 6) sorted by relevance
125 if (*p && ((unsigned char)*p & ~0x20) == entry->hotkey) { in display_entry()755 bool hotkey = false; in run_menu() local855 if (hotkey && me->immediate) { in run_menu()870 hotkey = false; in run_menu()1089 hotkey = true; in run_menu()
282 unsigned char hotkey = p[1] & ~0x20; in consider_for_hotkey() local283 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()
108 The ^ symbol in a MENU LABEL statement defines a hotkey.109 The hotkey will be highlighted in the menu and will move the393 hotkey Unselected hotkey395 hotsel Selected hotkey468 menu color hotkey 1;37;44 #ffffffff #00000000 std
313 unsigned char hotkey = p[1] & ~0x20; in consider_for_hotkey() local314 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()
68 unsigned char hotkey; member
67 int selected, int hotkey) in do_print_item() argument90 if (hotkey) { in do_print_item()