Home
last modified time | relevance | path

Searched refs:CHECKLIST_HEIGHT_MIN (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/lxdialog/
H A Ddialog.h165 #define CHECKLIST_HEIGHT_MIN 6 /* For dialog_checklist() */ macro
H A Dchecklist.c122 if (getmaxy(stdscr) < (height + CHECKLIST_HEIGHT_MIN)) in dialog_checklist()
/linux/scripts/kconfig/
H A Dmconf.c631 CHECKLIST_HEIGHT_MIN); in conf_choice()