Home
last modified time | relevance | path

Searched refs:AGDISC (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Did.c102 rv = AGDISC(g, id)->map(AGCLOS(g, id), objtype, str, result, in agmapnametoid()
118 rv = AGDISC(g, id)->map(AGCLOS(g, id), objtype, NILstr, result, in agmapnametoid()
128 return AGDISC(g, id)->alloc(AGCLOS(g, id), objtype, request); in agallocid()
134 (AGDISC(g, id)->free) (AGCLOS(g, id), objtype, id); in agfreeid()
154 if (AGDISC(g, id)->print) { in agnameof()
156 AGDISC(g, id)->print(AGCLOS(g, id), AGTYPE(obj), AGID(obj)))) in agnameof()
171 AGDISC(g, id)->idregister(AGCLOS(g, id), objtype, obj); in agregister()
H A Dmem.c66 mem = AGDISC(g, mem)->alloc(AGCLOS(g, mem), size); in agalloc()
81 AGDISC(g, mem)->resize(AGCLOS(g, mem), ptr, oldsize, size); in agrealloc()
92 (AGDISC(g, mem)->free) (AGCLOS(g, mem), ptr); in agfree()
H A Dgraph.c99 if ((par == NILgraph) && (AGDISC(g, mem)->close)) { in agclose()
103 AGDISC(g, mem)->close(AGCLOS(g, mem)); /* whoosh */ in agclose()
146 AGDISC(g, id)->close(AGCLOS(g, id)); in agclose()
148 memdisc = AGDISC(g, mem); in agclose()
H A Dcghdr.h66 #define AGDISC(g,d) ((g)->clos->disc.d) macro
H A Dwrite.c26 return AGDISC(g, io)->putstr(ofile, str); in ioput()
693 return AGDISC(g, io)->flush(ofile); in agwrite()
H A Dattr.c244 attr->str = (char **) AGDISC(g, mem)->resize(AGCLOS(g, mem), in addattr()