Lines Matching refs:macro_entry
44 struct macro_entry { struct
54 static struct macro_entry argument
76 offsetof(struct macro_entry, value)); in dba_new()
87 struct macro_entry *entry; in dba_free()
340 static struct macro_entry *
343 struct macro_entry *entry; in get_macro_entry()
367 struct macro_entry *entry; in dba_macro_new()
389 struct macro_entry *entry; in dba_macro_add()
434 struct macro_entry **entries, *entry; in dba_macro_write()
503 const struct macro_entry *ep1, *ep2; in compare_entries()
505 ep1 = *(const struct macro_entry * const *)vp1; in compare_entries()
506 ep2 = *(const struct macro_entry * const *)vp2; in compare_entries()