Lines Matching refs:list_entry
40 #define list_entry(element, type, name) \ macro
282 hash_entry *h = list_entry(e, typeof(*h), listify); in line_order_list_freefn()
288 file_info *f = list_entry(e, typeof(*f), listify); in input_file_list_freefn()
297 coredomain_violation_entry *c = list_entry(e, typeof(*c), listify); in coredomain_violation_list_freefn()
764 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate()
960 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
1027 tmp = list_entry(cursor, typeof(*tmp), listify); in init()
1278 current = list_entry(cursor, typeof(*current), listify); in parse()
1291 e = list_entry(cursor, typeof(*e), listify); in validate()
1296 e = list_entry(cursor, typeof(*e), listify); in validate()
1302 r = list_entry(v, rule_map, listify); in validate()
1311 c = list_entry(cursor, typeof(*c), listify); in validate()
1349 e = list_entry(cursor, hash_entry, listify); in output()