Graphviz 13.0.0~dev.20250424.1043
Loading...
Searching...
No Matches
tcldot-nodecmd.c File Reference
#include "../tcl-compat.h"
#include "tcldot.h"
#include <stdlib.h>
#include <string.h>
#include <util/streq.h>
Include dependency graph for tcldot-nodecmd.c:

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[])
 

Function Documentation

◆ nodecmd()

int nodecmd ( ClientData  clientData,
Tcl_Interp *  interp,
int  argc,
const char *  argv[] 
)

Definition at line 194 of file tcldot-nodecmd.c.

References nodecmd_internal(), tcldot_argv_dup(), and tcldot_argv_free().

Referenced by myiddisc_idregister().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nodecmd_internal()

static int nodecmd_internal ( ClientData  clientData,
Tcl_Interp *  interp,
int  argc,
char *  argv[] 
)
static

Definition at line 17 of file tcldot-nodecmd.c.

References agedge(), agfindedge, agfindnode, agfindnodeattr, agfstedge(), agfstin(), agfstout(), agnameof(), agnxtedge(), agnxtin(), agnxtout(), agraphof(), agroot(), agxget(), cmd2n(), deleteNode(), free(), head, listNodeAttrs(), NULL, obj2cmd(), setedgeattributes(), setnodeattributes(), streq(), Tcl_Size, tcldot_argv_dup(), and tcldot_argv_free().

Referenced by nodecmd().

Here is the call graph for this function:
Here is the caller graph for this function: