Searched refs:ERRDISPLAYTOOSMALL (Results 1 – 8 of 8) sorted by relevance
36 return -ERRDISPLAYTOOSMALL; in dialog_yesno()38 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
47 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()49 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
123 return -ERRDISPLAYTOOSMALL; in dialog_checklist()125 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
78 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
71 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
184 return -ERRDISPLAYTOOSMALL; in dialog_menu()
314 return -ERRDISPLAYTOOSMALL; in init_dialog()
669 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()850 case -ERRDISPLAYTOOSMALL: in conf_choice()
Completed in 11 milliseconds