Home
last modified time | relevance | path

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

/freebsd/usr.bin/tsort/
H A Dtsort.c65 #define NF_MARK 0x1 /* marker for cycle detection */ macro
378 if (from->n_flags & (NF_NODEST|NF_MARK|NF_ACYCLIC)) in find_cycle()
380 from->n_flags |= NF_MARK; in find_cycle()
392 if ((*np)->n_flags & (NF_MARK|NF_ACYCLIC|NF_NODEST)) in find_cycle()
410 from->n_flags &= ~NF_MARK; in find_cycle()