Searched refs:gredge (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libvgraph/ |
H A D | graph.c | 88 gredge(gr, e->tail, e->head, e->label, -1); 92 gredge(gr, e->tail, e->head, e->label, -1); 118 Gredge_t* gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) function
|
H A D | vgraph.h | 121 extern Gredge_t* gredge _ARG_((Graph_t*, Grnode_t*, Grnode_t*, Void_t*, int));
|
H A D | grbranching.c | 330 e = gredge(gr, tn, hn, 0, 1);
|
/ast/src/lib/libvcodex/ |
H A D | vcsfxsort.c | 392 !(e = gredge(gr, tl, hd, (Void_t*)0, 1)) ) 500 !(e = gredge(gr, tl, hd, (Void_t*)0, 1)) )
|
Completed in 14 milliseconds