Home
last modified time | relevance | path

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

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