Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/tsort/
Dtsort.c143 static struct node *find_longest_cycle(struct array *, struct array *);
754 find_longest_cycle(struct array *h, struct array *c) in find_longest_cycle() function
931 n = find_longest_cycle(&remaining, &aux); in main()