Searched refs:KEY_ESC (Results 1 – 9 of 9) sorted by relevance
543 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()694 case KEY_ESC: in conf_choice()736 case KEY_ESC: in conf_string()764 case KEY_ESC: in conf_load()790 case KEY_ESC: in conf_save()836 } while (res == KEY_ESC); in main()
115 while (key != KEY_ESC) { in dialog_inputbox()224 key = KEY_ESC; in dialog_inputbox()226 case KEY_ESC: in dialog_inputbox()237 return KEY_ESC; /* ESC pressed */ in dialog_inputbox()
208 while (key != KEY_ESC) { in dialog_checklist()314 key = KEY_ESC; in dialog_checklist()316 case KEY_ESC: in dialog_checklist()
280 while (key != KEY_ESC) { in dialog_menu()419 key = KEY_ESC; in dialog_menu()421 case KEY_ESC: in dialog_menu()
78 while (key != KEY_ESC) { in dialog_yesno()102 case KEY_ESC: in dialog_yesno()
519 if (key == KEY_ESC && key2 == ERR) in on_key_esc()520 return KEY_ESC; in on_key_esc()521 else if (key != ERR && key != KEY_ESC && key2 == ERR) in on_key_esc()
125 while ((key != KEY_ESC) && (key != '\n')) { in dialog_textbox()251 case KEY_ESC: in dialog_textbox()
58 #define KEY_ESC 27 macro
117 #define KEY_ESC 1 macro