Home
last modified time | relevance | path

Searched refs:generic2_label (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c80 conf.button.generic2_label = "Finish"; in diskmenu_show()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dbsddialog.h125 const char *generic2_label; member
H A Dlib_util.c310 if (conf->button.generic2_label != NULL) { in get_buttons()
311 bs->label[bs->nbuttons] = conf->button.generic2_label; in get_buttons()
/freebsd-14.2/contrib/bsddialog/
H A Dbsddialog.c569 conf->button.generic2_label = optarg; in parseargs()