Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dcluster.c385 if (GD_installed(clust) != pass + 1) { in install_cluster()
390 GD_installed(clust) = pass + 1; in install_cluster()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h380 #define GD_installed(g) (((Agraphinfo_t*)AGDATA(g))->installed) macro