Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c80 conf.button.right2_label = "Finish"; in diskmenu_show()
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h133 const char *right2_label; member
H A Dlib_util.c365 if (d->conf->button.right2_label != NULL) { in set_buttons()
366 d->bs.label[d->bs.nbuttons] = d->conf->button.right2_label; in set_buttons()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c612 conf->button.right2_label = optarg; in parseargs()
/freebsd/contrib/bsddialog/
H A DCHANGELOG170 * delete: conf.button.generic2_label (for new conf.button.right2_label).