Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c81 conf.button.default_label = "Finish"; in diskmenu_show()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dbsddialog.h126 const char *default_label; member
H A Dlib_util.c327 if (conf->button.default_label != NULL) { in get_buttons()
329 if (strcmp(conf->button.default_label, in get_buttons()
/freebsd-14.2/contrib/bsddialog/
H A Dbsddialog.c542 conf->button.default_label = optarg; in parseargs()