Searched refs:arcs (Results 1 – 3 of 3) sorted by relevance
100 struct link *arcs; /* List of forward arcs. */ member217 n->arcs = NULL; in new_node()255 for (l = n->arcs; l != NULL; l = l->next) in dump_node()292 for (l = a->arcs; l != NULL; l = l->next) { in insert_arc()299 l->next = a->arcs; in insert_arc()300 a->arcs = l; in insert_arc()489 for (l = n->arcs; l != NULL; l = l->next) { in make_transparent()512 for (l = n->arcs; l != NULL; l = l->next) in make_transparent()617 n->traverse = n->arcs; in find_cycle_from()662 for (l = m->arcs; l != NULL; l = l->next) in find_predecessor()[all …]
15 # OID arcs for Sendmail
2555 be compiled using gcc with the flags C<-fprofile-arcs