Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dyesno.c49 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
51 return -ERRDISPLAYTOOSMALL; in dialog_yesno()
H A Dinputbox.c59 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
61 return -ERRDISPLAYTOOSMALL; in dialog_inputbox()
H A Dchecklist.c136 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
138 return -ERRDISPLAYTOOSMALL; in dialog_checklist()
H A Ddialog.h97 #define ERRDISPLAYTOOSMALL (KEY_MAX + 1) macro
H A Dtextbox.c69 return -ERRDISPLAYTOOSMALL; in dialog_textbox()
H A Dmenubox.c195 return -ERRDISPLAYTOOSMALL; in dialog_menu()
H A Dutil.c279 return -ERRDISPLAYTOOSMALL; in init_dialog()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c543 if (res == 1 || res == KEY_ESC || res == -ERRDISPLAYTOOSMALL) in conf()
696 case -ERRDISPLAYTOOSMALL: in conf_choice()