Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgc.c213 static void cc_dfs(Agraph_t * g, Agnode_t * n) in cc_dfs() function
252 cc_dfs(g, n); in cc_decompose()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvpr/
H A Dactions.c435 static void cc_dfs(Agraph_t* g, Agraph_t * comp, Agnode_t * n) in cc_dfs() function
448 cc_dfs(g, comp, other); in cc_dfs()
469 cc_dfs(g, cg, n); in compOf()