Home
last modified time | relevance | path

Searched refs:loadtheme (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c221 void loadtheme(const char *file, bool compatibility) in loadtheme() function
352 loadtheme(path, false); in startuptheme()
358 loadtheme(path, true); in startuptheme()
363 loadtheme(file, false); in startuptheme()
H A Dutil.h120 void loadtheme(const char *file, bool compatibility);
H A Dbsddialog.c235 loadtheme(opt.loadthemefile, false); in main()