Home
last modified time | relevance | path

Searched refs:ND_has_port (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dsameport.c258 ND_has_port(u) = TRUE; /* kinda pointless, because mincross is already done */ in sameport()
H A Dmincross.c1728 if (ND_has_port(v)) in rcross()
1733 if (ND_has_port(v)) in rcross()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h501 #define ND_has_port(n) (((Agnodeinfo_t*)AGDATA(n))->has_port) macro
H A Dutils.c770 ND_has_port(agtail(e)) = TRUE; in common_init_edge()
778 ND_has_port(aghead(e)) = TRUE; in common_init_edge()
H A Dshapes.c2389 if (ND_label(n)->html && ND_has_port(n)) { in poly_path()