Home
last modified time | relevance | path

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

/linux-6.12.1/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.h62 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
Dtextbox.c179 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
Dmenubox.c176 return -ERRDISPLAYTOOSMALL; in dialog_menu()
Dutil.c287 return -ERRDISPLAYTOOSMALL; in init_dialog()
/linux-6.12.1/scripts/kconfig/
Dmconf.c653 case -ERRDISPLAYTOOSMALL: in conf_choice()
779 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()