Searched refs:CANCEL_LABEL (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/contrib/bsddialog/utility/ |
| HD | util_cli.c | 51 CANCEL_LABEL, enumerator 161 {"cancel-label", required_argument, NULL, CANCEL_LABEL}, 210 {"no-label", required_argument, NULL, CANCEL_LABEL}, 418 case CANCEL_LABEL: in parseargs()
|
| /freebsd-head/contrib/bsddialog/lib/ |
| HD | lib_util.h | 37 #define CANCEL_LABEL "Cancel" macro
|
| HD | timebox.c | 113 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_timebox()
|
| HD | 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()
|
| HD | barbox.c | 488 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_rangebox() 631 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_pause()
|
| HD | formbox.c | 687 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_form()
|
| HD | menubox.c | 514 set_buttons(&d, conf->menu.shortcut_buttons, OK_LABEL, CANCEL_LABEL); in do_mixedlist()
|