Searched refs:OK_LABEL (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util_cli.c | 97 OK_LABEL, enumerator 220 {"ok-label", required_argument, NULL, OK_LABEL}, 250 {"yes-label", required_argument, NULL, OK_LABEL}, 579 case OK_LABEL: in parseargs()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 36 #define OK_LABEL "OK" macro
|
| H A D | messagebox.c | 201 return (do_message(conf, text, rows, cols, OK_LABEL, NULL)); in bsddialog_msgbox()
|
| 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 | 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 | 303 #define DEFAULT_BUTTON_LABEL OK_LABEL in set_buttons()
|