Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/lxdialog/
Ddialog.h206 #define INPUTBOX_HEIGTH_MIN 2 /* For dialog_inputbox() */ macro
Dinputbox.c59 if (getmaxy(stdscr) <= (height - INPUTBOX_HEIGTH_MIN)) in dialog_inputbox()