Searched refs:find_cycle (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/tsort/ |
H A D | tsort.c | 93 static int find_cycle(NODE *, NODE *, int, int); 328 if ((cnt = find_cycle(n, n, 0, 0))) { in tsort() 369 find_cycle(NODE *from, NODE *to, int longest_len, int depth) in find_cycle() function 394 len = find_cycle(*np, to, longest_len, depth + 1); in find_cycle()
|