Searched refs:BFS_RMATCH (Results 1 – 1 of 1) sorted by relevance
1584 * BFS_RMATCH: Find the matched node in the graph, and put that node into1593 BFS_RMATCH = 0, enumerator 1805 return BFS_RMATCH; in __bfs() 2146 * Print an error and return BFS_RMATCH if it does.2162 if (unlikely(ret == BFS_RMATCH)) { in check_noncircular() 2922 * Return BFS_RMATCH if it does, or BFS_RNOMATCH if it does not, return BFS_E* if2954 if (ret == BFS_RMATCH) in check_redundant() 3166 if (unlikely(bfs_error(ret) || ret == BFS_RMATCH)) in check_prev_add() 3222 else if (ret == BFS_RMATCH) in check_prev_add()