Searched refs:INPUTBOX_WIDTH_MIN (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/scripts/kconfig/lxdialog/ | ||
D | dialog.h | 188 #define INPUTBOX_WIDTH_MIN 2 macro |
D | inputbox.c | 48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox() |