Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Drank.c845 GD_maxrep(clust) = union_one(leader, GD_maxrep(clust)); in compile_samerank()
860 if (GD_minrep(ug) == GD_maxrep(ug)) { in compile_samerank()
863 GD_maxrep(ug) = up; in compile_samerank()
994 if ((find(agtail(e)) == GD_maxrep(ND_clust(agtail(e)))) in compile_edges()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h394 #define GD_maxrep(g) (((Agraphinfo_t*)AGDATA(g))->maxrep) macro