Home
last modified time | relevance | path

Searched refs:INPUTBOX_HEIGTH_MIN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h193 #define INPUTBOX_HEIGTH_MIN 2 /* For dialog_inputbox() */ macro
H A Dinputbox.c46 if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGTH_MIN)) in dialog_inputbox()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Ddialog.h171 #define INPUTBOX_HEIGTH_MIN 2 /* For dialog_inputbox() */ macro
H A Dinputbox.c46 if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGTH_MIN)) in dialog_inputbox()