Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h99 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext);
H A Dlib_util.c741 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext) in text_size() argument
753 maxhtext = widget_max_height(conf) - VBORDERS - rowsnotext; in text_size()
755 maxhtext = rows - VBORDERS - rowsnotext; in text_size()