Graphviz 13.0.0~dev.20241222.1117
|
Go to the source code of this file.
Functions | |
static int | nodecmd_internal (ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]) |
int | nodecmd (ClientData clientData, Tcl_Interp *interp, int argc, const char *argv[]) |
int nodecmd | ( | ClientData | clientData, |
Tcl_Interp * | interp, | ||
int | argc, | ||
const char * | argv[] | ||
) |
Definition at line 186 of file tcldot-nodecmd.c.
References nodecmd_internal(), tcldot_argv_dup(), and tcldot_argv_free().
Referenced by myiddisc_idregister().
|
static |
Definition at line 15 of file tcldot-nodecmd.c.
References agedge(), agfindedge, agfindnode, agfindnodeattr, agfstedge(), agfstin(), agfstout(), agnameof(), agnxtedge(), agnxtin(), agnxtout(), agraphof(), agroot(), agxget(), cmd2n(), deleteNode(), head, listNodeAttrs(), NULL, obj2cmd(), setedgeattributes(), setnodeattributes(), and streq().
Referenced by nodecmd().