Searched refs:find_elem (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/tools/protocmp/ |
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() 305 if ((p = find_elem(list, &key, NO_FOLLOW_LINK)) == NULL) { in parse_proto_link() 329 if (!(dup = find_elem(list, e, NO_FOLLOW_LINK))) { in parse_proto_link() 341 if (find_elem(&exception_list, e, FOLLOW_LINK) == NULL) { in parse_proto_link()
|
H A D | list.c | 140 find_elem(elem_list *list, elem *key, int flag) in find_elem() function 170 e = find_elem(list, key, flag); in find_elem_isa()
|
H A D | protocmp.c | 430 find_elem(&exception_list, cur, in check_second_vs_first() 486 find_elem(&exception_list, cur, FOLLOW_LINK)) { in check_first_vs_second() 502 e = find_elem(&second_list, cur, NO_FOLLOW_LINK); in check_first_vs_second() 601 ep = find_elem(&first_list, &keyelem, NO_FOLLOW_LINK); in set_values()
|
H A D | list.h | 147 extern elem *find_elem(elem_list *, elem *, int);
|
H A D | proto_list.c | 254 if (!find_elem(list, e, FOLLOW_LINK)) { in read_in_protolist()
|