Home
last modified time | relevance | path

Searched refs:YESNO_HEIGHT_MIN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/scripts/kconfig/lxdialog/
Dyesno.c35 if (getmaxy(stdscr) < (height + YESNO_HEIGHT_MIN)) in dialog_yesno()
Ddialog.h173 #define YESNO_HEIGHT_MIN 4 /* For dialog_yesno() */ macro