Searched refs:KEY_LEFT (Results 1 – 8 of 8) sorted by relevance
433 *key = KEY_LEFT; in handle_f5()1136 res == KEY_LEFT || res == KEY_RIGHT || in conf()1144 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf()1331 res == KEY_LEFT){ in conf_choice()1337 if (res == 27 || res == KEY_LEFT) in conf_choice()
322 case KEY_LEFT: in btn_dialog()450 case KEY_LEFT: in dialog_inputbox()591 case KEY_LEFT: in show_scroll_win()
91 case KEY_LEFT: in dialog_yesno()93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
124 case KEY_LEFT: in dialog_inputbox()180 case KEY_LEFT: in dialog_inputbox()
304 case KEY_LEFT: in dialog_checklist()306 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
371 case KEY_LEFT: in dialog_menu()374 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
227 case KEY_LEFT: in dialog_textbox()
221 #define KEY_LEFT 105 macro