Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bsdinstall/partedit/
HDdiskmenu.c79 conf.button.generic1_label = "Auto"; in diskmenu_show()
/freebsd-14-stable/contrib/bsddialog/lib/
HDbsddialog.h124 const char *generic1_label; member
HDlib_util.c304 if (conf->button.generic1_label != NULL) { in get_buttons()
305 bs->label[bs->nbuttons] = conf->button.generic1_label; in get_buttons()
/freebsd-14-stable/contrib/bsddialog/
HDbsddialog.c566 conf->button.generic1_label = optarg; in parseargs()