Home
last modified time | relevance | path

Searched refs:arcs (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/tsort/
Dtsort.c100 struct link *arcs; /* List of forward arcs. */ member
217 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 …]
/mirbsd/src/gnu/usr.sbin/sendmail/cf/
Dsendmail.schema15 # OID arcs for Sendmail
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhack.pod2555 be compiled using gcc with the flags C<-fprofile-arcs