Home
last modified time | relevance | path

Searched refs:menurows (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c253 i = menurows; in getfastnext()
269 i = menurows; in getfastprev()
406 if (m->nitems > (int)m->menurows) { in update_menubox()
428 (int)m->nitems : (int)m->menurows; in menu_size_position()
463 m->menurows = m->apimenurows; in mixedlist_redraw()
476 m->ypad = m->sel - m->menurows + 1; in mixedlist_redraw()
479 m->ypad = m->nitems - m->menurows; in mixedlist_redraw()
482 m->menurows+2, d->w-4, LOWERED); in mixedlist_redraw()
486 m->ys = d->y + d->h - 5 - m->menurows + 1; in mixedlist_redraw()
534 m.apimenurows = menurows; in do_mixedlist()
[all …]
H A Dbsddialog.h194 int cols, unsigned int menurows, unsigned int nitems,
216 int cols, unsigned int menurows, unsigned int nitems,
226 int cols, unsigned int menurows, unsigned int ngroups,
239 int cols, unsigned int menurows, unsigned int nitems,
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c434 unsigned int menurows, nitems; in checklist_builder() local
439 menurows = (u_int)strtoul(argv[0], NULL, 10); in checklist_builder()
444 output = bsddialog_checklist(conf, text, rows, cols, menurows, nitems, in checklist_builder()
459 unsigned int menurows, nitems; in menu_builder() local
464 menurows = (u_int)strtoul(argv[0], NULL, 10); in menu_builder()
470 output = bsddialog_menu(conf, text, rows, cols, menurows, nitems, in menu_builder()
485 unsigned int menurows, nitems; in radiolist_builder() local
490 menurows = (u_int)strtoul(argv[0], NULL, 10); in radiolist_builder()
495 output = bsddialog_radiolist(conf, text, rows, cols, menurows, nitems, in radiolist_builder()
510 unsigned int menurows, nitems; in treeview_builder() local
[all …]
/freebsd/contrib/bsddialog/
H A DCHANGELOG163 * fix: extend menurows after shrink and enlarge.
255 * change: fixed-menurows becomes at most menurows (depending on text).
332 * fix: menurows autosize with fixed rows improving text_size().
362 * fix: menurows autosize with fullscreen.
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c108 int i, result, menurows, choice = 0; in xdialog_menu() local
126 menurows = item_no < 16 ? item_no : 16; in xdialog_menu()
128 BSDDIALOG_AUTOSIZE, menurows, item_no, listitems, &choice); in xdialog_menu()