Home
last modified time | relevance | path

Searched refs:ERRDISPLAYTOOSMALL (Results 1 – 15 of 15) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dyesno.c49 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
51 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
Dinputbox.c59 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
61 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
Dchecklist.c130 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
132 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
Ddialog.h91 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
Dtextbox.c69 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
Dmenubox.c195 return -ERRDISPLAYTOOSMALL; in dialog_menu()
/external/u-boot/scripts/kconfig/lxdialog/
Dyesno.c36 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
38 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
Dinputbox.c47 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
49 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
Dchecklist.c123 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
125 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
Ddialog.h84 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
Dtextbox.c71 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
Dmenubox.c184 return -ERRDISPLAYTOOSMALL; in dialog_menu()
Dutil.c314 return -ERRDISPLAYTOOSMALL; in init_dialog()
/external/toybox/kconfig/
Dmconf.c610 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
761 case -ERRDISPLAYTOOSMALL: in conf_choice()
/external/u-boot/scripts/kconfig/
Dmconf.c671 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
855 case -ERRDISPLAYTOOSMALL: in conf_choice()