Searched refs:TEXTBOX_WIDTH_MIN (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/scripts/kconfig/lxdialog/ | ||
D | dialog.h | 172 #define TEXTBOX_WIDTH_MIN 8 macro |
D | textbox.c | 178 if (height < TEXTBOX_HEIGHT_MIN || width < TEXTBOX_WIDTH_MIN) in dialog_textbox() |