Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/lxdialog/
Dyesno.c49 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
51 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
Dinputbox.c60 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
62 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
Dchecklist.c136 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
138 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
Ddialog.h97 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
Dtextbox.c84 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
Dmenubox.c197 return -ERRDISPLAYTOOSMALL; in dialog_menu()
Dutil.c327 return -ERRDISPLAYTOOSMALL; in init_dialog()
/linux-4.1.27/scripts/kconfig/
Dmconf.c671 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
855 case -ERRDISPLAYTOOSMALL: in conf_choice()