Home
last modified time | relevance | path

Searched refs:dialog_maxrows (Results 1 – 4 of 4) sorted by relevance

/src/lib/libdpv/
H A Ddialog_util.h59 int dialog_maxrows(void);
64 #define tty_maxrows() dialog_maxrows()
H A Ddialog_util.c170 dialog_maxrows(void) in dialog_maxrows() function
246 height = dialog_maxrows(); in dialog_spawn_gauge()
H A Ddprompt.c134 max_rows = dialog_maxrows(); in dprompt_init()
H A Ddpv.c377 use_libdialog ? 3 : 1, dialog_maxrows(), in dpv()