Searched refs:ERRDISPLAYTOOSMALL (Results 1 – 7 of 7) sorted by relevance
49 return -ERRDISPLAYTOOSMALL; in dialog_yesno()51 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
59 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()61 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
130 return -ERRDISPLAYTOOSMALL; in dialog_checklist()132 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
91 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
69 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
195 return -ERRDISPLAYTOOSMALL; in dialog_menu()
610 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()761 case -ERRDISPLAYTOOSMALL: in conf_choice()