Searched refs:FOLLOW_LINK (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/tools/protocmp/ |
H A D | list.c | 147 if (e->link_parent && flag == FOLLOW_LINK) in find_elem() 188 if (e->link_parent && flag == FOLLOW_LINK) in find_elem_mach()
|
H A D | list.h | 46 #define FOLLOW_LINK 1 macro
|
H A D | protodir.c | 208 if (!(dup = find_elem(list, e, FOLLOW_LINK))) { in parse_proto_line() 245 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) { in parse_proto_line() 341 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) { in parse_proto_link()
|
H A D | protocmp.c | 431 FOLLOW_LINK)) { in check_second_vs_first() 486 find_elem(&exception_list, cur, FOLLOW_LINK)) { in check_first_vs_second()
|
H A D | proto_list.c | 254 if (!find_elem(list, e, FOLLOW_LINK)) { in read_in_protolist()
|