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

Go to the source code of this file.

Functions

static int edgecmd_internal (ClientData clientData, Tcl_Interp *interp, int argc, char *argv[])
 
int edgecmd (ClientData clientData, Tcl_Interp *interp, int argc, const char *argv[])
 

Function Documentation

◆ edgecmd()

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

Definition at line 129 of file tcldot-edgecmd.c.

References edgecmd_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:

◆ edgecmd_internal()

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

Definition at line 15 of file tcldot-edgecmd.c.

References agfindedgeattr, aghead, agisdirected(), agnameof(), agraphof(), agroot(), agtail, agxget(), cmd2e(), deleteEdge(), listEdgeAttrs(), NULL, obj2cmd(), setedgeattributes(), and streq().

Referenced by edgecmd().

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