Graphviz 13.0.0~dev.20241222.1117
|
Go to the source code of this file.
Functions | |
static void * | myiddisc_open (Agraph_t *g, Agdisc_t *disc) |
static long | myiddisc_map (void *state, int objtype, char *str, uint64_t *id, int createflag) |
static long | myiddisc_alloc (void *state, int objtype, uint64_t request_id) |
static void | myiddisc_free (void *state, int objtype, uint64_t id) |
static char * | myiddisc_print (void *state, int objtype, uint64_t id) |
static void | myiddisc_idregister (void *state, int objtype, void *obj) |
Variables | |
Agiddisc_t | myiddisc |
|
static |
Definition at line 47 of file tcldot-id.c.
|
static |
Definition at line 53 of file tcldot-id.c.
References agstrfree(), and gctx_t::g.
|
static |
Definition at line 82 of file tcldot-id.c.
References AGINEDGE, AGNODE, AGOUTEDGE, AGRAPH, edgecmd(), graphcmd(), gctx_t::ictx, ictx_t::interp, nodecmd(), NULL, obj2cmd(), and UNREACHABLE.
|
static |
Definition at line 26 of file tcldot-id.c.
References agstrbind(), agstrdup(), ictx_t::ctr, gctx_t::g, gctx_t::ictx, and str.
Definition at line 17 of file tcldot-id.c.
References disc, gctx_t::g, gv_alloc(), and gctx_t::ictx.
|
static |
Definition at line 73 of file tcldot-id.c.
Agiddisc_t myiddisc |
Definition at line 97 of file tcldot-id.c.
Referenced by Tcldot_Init().