Searched refs:bsddialog_form (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/contrib/bsddialog/examples_library/ |
| HD | form.c | 39 output = bsddialog_form(&conf, "Example", 10, 50, 3, 3, items, NULL); in main()
|
| /freebsd-head/contrib/bsddialog/utility/ |
| HD | util_builders.c | 635 output = bsddialog_form(conf, text, rows, cols, formheight, nitems, in form_builder() 667 output = bsddialog_form(conf, text, rows, cols, 1, 1, &item, NULL); in inputbox_builder() 717 output = bsddialog_form(conf, text, rows, cols, formheight, nitems, in mixedform_builder() 754 output = bsddialog_form(conf, text, rows, cols, 1, 1, &item, NULL); in passwordbox_builder() 802 output = bsddialog_form(conf, text, rows, cols, formheight, nitems, in passwordform_builder()
|
| /freebsd-head/contrib/bsddialog/lib/ |
| HD | bsddialog.h | 202 bsddialog_form(struct bsddialog_conf *conf, const char *text, int rows,
|
| HD | formbox.c | 673 bsddialog_form(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_form() function
|
| /freebsd-head/contrib/bsddialog/ |
| HD | CHANGELOG | 159 * change: add *focusitem to bsddialog_form() like menus. 357 * add: conf.form.enable_wchar for wide characters in bsddialog_form(). 365 * fix: disable HOME, PPAGE, END and NPAGE keys in bsddialog_form().
|
| /freebsd-head/usr.sbin/bsdinstall/partedit/ |
| HD | gpart_ops.c | 658 choice = bsddialog_form(&conf, "", 0, 0, 0, nitems, items, NULL); in gpart_edit() 1148 choice = bsddialog_form(&conf, "", 0, 0, 0, nitems, items, NULL); in gpart_create()
|