Graphviz 13.0.0~dev.20250204.0809
|
Go to the source code of this file.
Data Structures | |
struct | Agmarknodeinfo_t |
Macros | |
#define | MARK(n) (((Agmarknodeinfo_t*)(n->base.data))->mark) |
#define | agrootof(n) ((n)->root) |
Functions | |
static int | dfs (Agnode_t *n, Agedge_t *link, int warn) |
int | gvToolTred (Agraph_t *g) |
#define agrootof | ( | n | ) | ((n)->root) |
Definition at line 34 of file gvtool_tred.c.
#define MARK | ( | n | ) | (((Agmarknodeinfo_t*)(n->base.data))->mark) |
Definition at line 32 of file gvtool_tred.c.
Definition at line 36 of file gvtool_tred.c.
References agdelete(), agfstin(), agfstout(), aghead, agnameof(), agnxtin(), agnxtout(), AGOUT2IN, agrootof, agtail, dfs(), and MARK.
Referenced by dfs(), and gvToolTred().