Searched refs:WINDOW_HEIGTH_MIN (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/scripts/kconfig/lxdialog/ | ||
D | dialog.h | 195 #define WINDOW_HEIGTH_MIN 19 /* For init_dialog() */ macro |
D | util.c | 312 if (height < WINDOW_HEIGTH_MIN || width < WINDOW_WIDTH_MIN) { in init_dialog() |