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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c138 #define NF_ACYCLIC 0x2 /* this node is cycle free */ macro
287 if (from->n_flags & (NF_NODEST | NF_MARK | NF_ACYCLIC))
300 if ((*np)->n_flags & (NF_MARK | NF_ACYCLIC | NF_NODEST))
363 if (!(n->n_flags & NF_ACYCLIC)) {
373 n->n_flags |= NF_ACYCLIC;

Completed in 2 milliseconds