Graphviz 13.0.0~dev.20250608.0154
|
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 113 of file grammar.c.
Referenced by appendattr(), appendattr(), applyattrs(), applyattrs(), bindattrs(), bindattrs(), endedge(), endedge(), freestack(), and freestack().
struct gstack_s* gstack_s::down |
list_t gstack_s::edgelist |
Definition at line 113 of file grammar.c.
Referenced by endedge(), endedge(), freestack(), and freestack().
Agraph_t* gstack_s::g |
Definition at line 111 of file grammar.c.
Referenced by bindattrs(), bindattrs(), closesubg(), closesubg(), edgerhs(), edgerhs(), endedge(), endedge(), mkport(), mkport(), newedge(), newedge(), opensubg(), opensubg(), push(), and push().
list_t gstack_s::nodelist |
Definition at line 113 of file grammar.c.
Referenced by endedge(), endedge(), freestack(), and freestack().
Agraph_t* gstack_s::subg |
Definition at line 112 of file grammar.c.
Referenced by closesubg(), closesubg(), endedge(), and endedge().