Searched defs:_default (Results 1 – 2 of 2) sorted by relevance
66 int config_bool(cnode *root, const char *name, int _default) in config_bool()84 const char* config_str(cnode *root, const char *name, const char *_default) in config_str()
78 static const char _default[] = "default"; in init() local