Home
last modified time | relevance | path

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

/linux/scripts/kconfig/lxdialog/
H A Ddialog.h166 #define CHECKLIST_WIDTH_MIN 6 macro
H A Dchecklist.c124 if (getmaxx(stdscr) < (width + CHECKLIST_WIDTH_MIN)) in dialog_checklist()