Home
last modified time | relevance | path

Searched refs:ND_other (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Dflat.c273 for (j = 0; j < ND_other(n).size; j++) { in flat_edges()
274 e = ND_other(n).list[j]; in flat_edges()
311 for (j = 0; j < ND_other(n).size; j++) { in flat_edges()
313 e = ND_other(n).list[j]; in flat_edges()
H A Dfastgr.c139 elist_append(e, ND_other(agtail(e))); in other_edge()
144 safe_list_append(e, &(ND_other(agtail(e)))); in safe_other_edge()
152 zapinlist(&(ND_other(agtail(e))), e); in delete_other_edge()
H A Dposition.c241 if (ND_other(u).size > 0) { /* compute self size */ in make_LR_constraints()
251 for (k = 0; (e = ND_other(u).list[k]); k++) { in make_LR_constraints()
771 if (ND_other(n).list) in set_ycoords()
772 for (j = 0; (e = ND_other(n).list[j]); j++) { in set_ycoords()
1150 if (ND_other(n).list) in expand_leaves()
1151 for (i = 0; (e = ND_other(n).list[i]); i++) { in expand_leaves()
1156 zapinlist(&(ND_other(n)), e); in expand_leaves()
H A Ddotinit.c46 alloc_elist(2, ND_other(n)); in dot_init_node()
108 free_list(ND_other(n)); in dot_cleanup_node()
H A Ddotsplines.c210 if (ND_other(n).list) { in resetRW()
337 if (ND_other(n).list) {
348 for (k = 0; (e = ND_other(n).list[k]); k++) {
H A Dmincross.c1219 elist_append(e, ND_other(agtail(e))); in flat_rev()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h521 #define ND_other(n) (((Agnodeinfo_t*)AGDATA(n))->other) macro