Searched refs:GR_GRAPH (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libvgraph/ |
H A D | vgraph.h | 88 #define GR_GRAPH 000004 /* graph operation */ macro 144 _grdata(&_Grgraph(oo)->data, (al), GR_GRAPH) )
|
H A D | graph.c | 184 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 11 milliseconds