Home
last modified time | relevance | path

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

/Linux-v4.19/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.h91 #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-v4.19/scripts/kconfig/
Dmconf.c669 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
850 case -ERRDISPLAYTOOSMALL: in conf_choice()