Searched refs:Graph_t (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libvgraph/ |
H A D | grsearch.c | 19 Grnode_t* grdfs(Graph_t* gr)
|
H A D | vgraph.h | 8 typedef struct _graph_s Graph_t; typedef in typeref:struct:_graph_s 13 typedef int (*Grevent_f)_ARG_((Graph_t*, int, Void_t*, Grdisc_t*)); 63 ssize_t graphsz; /* size to allocate Graph_t */ 116 extern Graph_t* gropen _ARG_((Grdisc_t*, int)); 117 extern int grclose _ARG_((Graph_t*)); 118 extern int grrestore _ARG_((Graph_t*)); 120 extern Grnode_t* grnode _ARG_((Graph_t*, Void_t*, int)); 121 extern Gredge_t* gredge _ARG_((Graph_t*, Grnode_t*, Grnode_t*, Void_t*, int)); 171 extern ssize_t grbranching _ARG_((Graph_t*));
|
H A D | graph.c | 21 Graph_t *gr = GRSTRUCTOF(Graph_t, nddc, disc); 54 Graph_t *gr = GRSTRUCTOF(Graph_t, eddc, disc); 71 Grnode_t* grnode(Graph_t* gr, Void_t* label, int type) 118 Gredge_t* gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) 205 int grrestore(Graph_t* gr) 225 int grclose(Graph_t* gr) 250 Graph_t* gropen(Grdisc_t* disc, int type) 252 Graph_t *g [all...] |
H A D | grbranching.c | 81 static int prid(Graph_t* gr, ssize_t id) 93 static int prgraph(Graph_t* gr) 106 ssize_t grbranching(Graph_t* gr) 306 Graph_t *gr;
|
/ast/src/lib/libvcodex/ |
H A D | vcsfxsort.c | 366 Graph_t *gr; 485 Graph_t *gr = NIL(Graph_t*);
|
Completed in 30 milliseconds