Lines Matching refs:name
12 const char *name;
16 #define DEF_STRUCT_STR(name, struct_name) \
18 ((struct struct_name *)0)->name, const char *), \
19 #name, offsetof(struct struct_name, name) }
20 #define DEF_STRUCT_INT(name, struct_name) \
22 ((struct struct_name *)0)->name, unsigned int), \
23 #name, offsetof(struct struct_name, name) }
24 #define DEF_STRUCT_BOOL(name, struct_name) \
26 ((struct struct_name *)0)->name, bool), \
27 #name, offsetof(struct struct_name, name) }
34 typedef bool settings_section_callback_t(const char *type, const char *name,