Home
last modified time | relevance | path

Searched refs:BSDDIALOG_AUTOSIZE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.c199 rows = BSDDIALOG_AUTOSIZE; in main()
200 cols = BSDDIALOG_AUTOSIZE; in main()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c691 if (rows == BSDDIALOG_AUTOSIZE || rows == BSDDIALOG_FULLSCREEN) { in text_size()
702 if (cols == BSDDIALOG_AUTOSIZE) { in text_size()
811 else if (rows > BSDDIALOG_AUTOSIZE) /* fixed rows */ in set_widget_size()
822 else if (cols > BSDDIALOG_AUTOSIZE) /* fixed cols */ in set_widget_size()
836 if (rows == BSDDIALOG_AUTOSIZE || cols == BSDDIALOG_AUTOSIZE || in set_widget_autosize()
845 if (rows == BSDDIALOG_AUTOSIZE) { in set_widget_autosize()
850 if (cols == BSDDIALOG_AUTOSIZE) { in set_widget_autosize()
H A Dbsddialog.h54 #define BSDDIALOG_AUTOSIZE 0 macro
H A Dformbox.c572 if (f->viewrows == BSDDIALOG_AUTOSIZE) in form_size_position()
582 } else if (f->viewrows == BSDDIALOG_AUTOSIZE) { in form_size_position()
H A Dmenubox.c427 hmenu = (int)(m->menurows == BSDDIALOG_AUTOSIZE) ? in menu_size_position()
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c127 result = bsddialog_menu(&conf, cprompt, BSDDIALOG_AUTOSIZE, in xdialog_menu()
128 BSDDIALOG_AUTOSIZE, menurows, item_no, listitems, &choice); in xdialog_menu()