Home
last modified time | relevance | path

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

/freebsd/usr.bin/tsort/
H A Dtsort.c66 #define NF_ACYCLIC 0x2 /* this node is cycle free */ macro
327 if (!(n->n_flags & NF_ACYCLIC)) { in tsort()
340 n->n_flags |= NF_ACYCLIC; in tsort()
378 if (from->n_flags & (NF_NODEST|NF_MARK|NF_ACYCLIC)) in find_cycle()
392 if ((*np)->n_flags & (NF_MARK|NF_ACYCLIC|NF_NODEST)) in find_cycle()