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

/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.h61 int dialog_maxrows(void);
66 #define tty_maxrows() dialog_maxrows()
H A Ddialog_util.c75 * Update row/column fields of `maxsize' global (used by dialog_maxrows() and
81 * This function is called automatically by dialog_maxrows/cols() to reflect
105 * Update row/column fields of `maxsize' global (used by dialog_maxrows() and
111 * This function is called automatically by dialog_maxrows/cols() to initialize
113 * than changes to terminal size, the dialog_maxrows/cols() functions only call
172 dialog_maxrows(void) function
248 height = dialog_maxrows();
H A Ddpv.c379 use_libdialog ? 3 : 1, dialog_maxrows(),
H A Ddprompt.c137 max_rows = dialog_maxrows();

Completed in 143 milliseconds