Searched refs:set_buttons (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 124 set_buttons(struct dialog *d, bool shortcut, const char *oklabel,
|
| H A D | messagebox.c | 107 set_buttons(&d, true, oklabel, cancellabel); in do_message()
|
| H A D | timebox.c | 113 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_timebox()
|
| H A D | datebox.c | 347 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_calendar() 624 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_datebox()
|
| H A D | barbox.c | 489 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_rangebox() 632 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_pause()
|
| H A D | textbox.c | 148 set_buttons(&d, true, "EXIT", NULL); in bsddialog_textbox()
|
| H A D | slider.c | 400 set_buttons(&dialog, true, OK_LABEL, CANCEL_LABEL); in bsddialog_slider()
|
| H A D | menubox.c | 514 set_buttons(&d, conf->menu.shortcut_buttons, OK_LABEL, CANCEL_LABEL); in do_mixedlist()
|
| H A D | formbox.c | 687 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_form()
|
| H A D | lib_util.c | 298 set_buttons(struct dialog *d, bool shortcut, const char *oklabel, in set_buttons() function
|