Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h194 #define INPUTBOX_WIDTH_MIN 2 macro
Dinputbox.c48 if (getmaxx(stdscr) <= (width - INPUTBOX_WIDTH_MIN)) in dialog_inputbox()