Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h122 const char *left3_label; member
H A Dlib_util.c323 if (d->conf->button.left3_label != NULL) { in set_buttons()
324 d->bs.label[d->bs.nbuttons] = d->conf->button.left3_label; in set_buttons()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c540 conf->button.left3_label = optarg; in parseargs()
/freebsd/contrib/bsddialog/
H A DCHANGELOG130 - conf.button.left3_label, BSDDIALOG_LEFT3 return value.