Home
last modified time | relevance | path

Searched refs:bsddialog_theme (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/bsddialog/lib/
HDbsddialog_theme.h36 struct bsddialog_theme { struct
115 int bsddialog_get_theme(struct bsddialog_theme *theme);
118 int bsddialog_set_theme(struct bsddialog_theme *theme);
HDtheme.c36 struct bsddialog_theme t;
39 static struct bsddialog_theme bsddialogtheme = {
86 static struct bsddialog_theme blackwhite = {
135 static struct bsddialog_theme dialogtheme = {
183 set_theme(struct bsddialog_theme *dst, struct bsddialog_theme *src) in set_theme()
235 int bsddialog_get_theme(struct bsddialog_theme *theme) in bsddialog_get_theme()
239 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_get_theme()
247 int bsddialog_set_theme(struct bsddialog_theme *theme) in bsddialog_set_theme()
251 if (sizeof(*theme) != sizeof(struct bsddialog_theme)) in bsddialog_set_theme()
HDGNUMakefile9 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
HDMakefile10 HEADERS = bsddialog.h bsddialog_theme.h bsddialog_progressview.h
HDlib_util.h37 extern struct bsddialog_theme t;
/freebsd-14-stable/lib/libbsddialog/
HDMakefile21 bsddialog_theme.h \
/freebsd-14-stable/contrib/bsddialog/
HDREADME.md84 - [bsddialog\_theme.h](https://gitlab.com/alfix/bsddialog/-/blob/main/lib/bsddialog_theme.h)
HDutil_theme.c38 static struct bsddialog_theme t;
HDCHANGELOG80 * add: bsddialog_hascolors() in bsddialog_theme.h.