Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dyesno.c37 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
39 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
H A Dinputbox.c48 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
50 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
H A Dchecklist.c124 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
126 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
H A Ddialog.h85 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
H A Dtextbox.c72 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
H A Dmenubox.c185 return -ERRDISPLAYTOOSMALL; in dialog_menu()
H A Dutil.c315 return -ERRDISPLAYTOOSMALL; in init_dialog()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmconf.c671 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
855 case -ERRDISPLAYTOOSMALL: in conf_choice()