Home
last modified time | relevance | path

Searched refs:extra_label (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c75 conf.button.extra_label = "Delete"; in diskmenu_show()
H A Dpartedit.c188 conf.button.extra_label = "Revert & Exit"; in main()
197 conf.button.extra_label = NULL; in main()
H A Dgpart_ops.c1145 conf.button.extra_label = "Options"; in gpart_create()
1150 conf.button.extra_label = NULL; in gpart_create()
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h126 const char *extra_label; member
H A Dlib_util.c338 d->bs.label[d->bs.nbuttons] = d->conf->button.extra_label != NULL ? in set_buttons()
339 d->conf->button.extra_label : "Extra"; in set_buttons()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c482 conf->button.extra_label = optarg; in parseargs()