Home
last modified time | relevance | path

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

/freebsd-14.2/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.c1144 conf.button.extra_label = "Options"; in gpart_create()
1149 conf.button.extra_label = NULL; in gpart_create()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dbsddialog.h118 const char *extra_label; member
H A Dlib_util.c282 bs->label[bs->nbuttons] = conf->button.extra_label != NULL ? in get_buttons()
283 conf->button.extra_label : "Extra"; in get_buttons()
/freebsd-14.2/contrib/dialog/
H A Dbuttons.c538 return (dialog_vars.extra_label != NULL) in my_extra_label()
539 ? dialog_vars.extra_label in my_extra_label()
H A Ddialog.c289 { "extra-label", svS(extra_label), 1, "<str>" },
906 if (dialog_vars.extra_label == 0) { in call_inputmenu()
908 dialog_vars.extra_label = dlg_strclone(_("Rename")); in call_inputmenu()
921 free(dialog_vars.extra_label); in call_inputmenu()
922 dialog_vars.extra_label = 0; in call_inputmenu()
H A Ddialog.h529 char *extra_label; /* option "--extra-label string" */ member
/freebsd-14.2/contrib/bsddialog/
H A Dbsddialog.c563 conf->button.extra_label = optarg; in parseargs()