Searched refs:bsddialog_datebox (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/bsddialog/examples_library/ |
| H A D | datebox.c | 35 output = bsddialog_datebox(&conf, "Example", 9, 35, &yy, &mm, &dd); in main()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | bsddialog.h | 199 bsddialog_datebox(struct bsddialog_conf *conf, const char *text, int rows,
|
| H A D | datebox.c | 606 bsddialog_datebox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_datebox() function
|
| /freebsd/contrib/bsddialog/ |
| H A D | CHANGELOG | 182 bsddialog_datebox() UI (boxes) with a date format. 203 * improve: bsddialog_datebox() a box change affects the others as well. 243 - merge: bsddialog_datebox() + bsddialog_calendar() -> datebox.c
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util_builders.c | 198 rv = bsddialog_datebox(conf, text, rows, cols, &yy, &mm, &dd); in date()
|