Searched refs:GR_GRAPH (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvgraph/
H A Dvgraph.h88 #define GR_GRAPH 000004 /* graph operation */ macro
144 _grdata(&_Grgraph(oo)->data, (al), GR_GRAPH) )
H A Dgraph.c184 if(type != GR_NODE && type != GR_EDGE && type != GR_GRAPH)
233 if((*gr->disc->eventf)(gr, GR_GRAPH|GR_CLOSING, 0, gr->disc) < 0)
243 (*dt->algo->dataf)(dt->algo, GR_GRAPH|GR_CLOSING, dt);
271 if((gr->disc = disc) && (*gr->disc->eventf)(gr, GR_GRAPH|GR_OPENING, 0, gr->disc) < 0)

Completed in 12 milliseconds