Lines Matching defs:config_t
113 typedef struct config_t struct
129 } config_t; argument
246 #define /* const char * */ config_get_include_dir(/* const config_t * */ C) \ argument
249 #define /* void */ config_set_auto_convert(/* config_t * */ C, F) \ argument
251 #define /* int */ config_get_auto_convert(/* const config_t * */ C) \ argument
321 /* const config_t * */ C) \ argument
324 #define /* void */ config_set_default_format(/* config_t * */ C, \ argument
328 #define /* short */ config_get_default_format(/* config_t * */ C) \ argument
339 #define /* const char * */ config_error_text(/* const config_t * */ C) \ argument
342 #define /* const char * */ config_error_file(/* const config_t * */ C) \ argument
345 #define /* int */ config_error_line(/* const config_t * */ C) \ argument
348 #define /* config_error_t */ config_error_type(/* const config_t * */ C) \ argument