Graphviz 13.0.0~dev.20241220.2304
|
Data Fields | |
Agraph_t * | g |
Agraph_t * | subg |
list_t | nodelist |
list_t | edgelist |
list_t | attrlist |
struct gstack_s * | down |
list_t gstack_s::attrlist |
Definition at line 117 of file grammar.c.
Referenced by appendattr(), applyattrs(), attrstmt(), bindattrs(), endedge(), endnode(), and freestack().
struct gstack_s* gstack_s::down |
list_t gstack_s::edgelist |
Definition at line 117 of file grammar.c.
Referenced by endedge(), endnode(), freestack(), and getedgeitems().
Agraph_t* gstack_s::g |
Definition at line 115 of file grammar.c.
Referenced by appendnode(), attrstmt(), bindattrs(), closesubg(), edgerhs(), endedge(), mkport(), newedge(), opensubg(), push(), and push().
list_t gstack_s::nodelist |
Definition at line 117 of file grammar.c.
Referenced by appendnode(), endedge(), endnode(), freestack(), and getedgeitems().
Agraph_t* gstack_s::subg |
Definition at line 116 of file grammar.c.
Referenced by closesubg(), endedge(), endnode(), and getedgeitems().