Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/include/
H A Dhistory.h250 l->maxrows, old_rows); \
/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.c656 int maxrows, int mincols, bool increasecols, int *h, int *w) in text_autosize() argument
728 if (line >= y * (int)conf->text.cols_per_row && y <= maxrows) in text_autosize()