|
Graphviz 15.1.1~dev.20260628.0906
|
#include "config.h"#include <common/globals.h>#include <common/types.h>#include <fdpgen/fdp.h>#include <math.h>#include <util/list.h>Go to the source code of this file.
Macros | |
| #define | EXTERN |
Variables | |
| show_boxes_t | Show_boxes = {.dtor = LIST_DTOR_FREE} |
| static fdpParms_t | fdpParms |
| Default layout values, possibly set via command line; -1 indicates unset. | |
| struct fdpParms_s * | fdp_parms = &fdpParms |
| struct fdpParms_s* fdp_parms = &fdpParms |
Definition at line 38 of file globals.c.
Referenced by doRep(), doRep(), init_edge(), and setFDPAttr().
|
static |
| show_boxes_t Show_boxes = {.dtor = LIST_DTOR_FREE} |
Definition at line 23 of file globals.c.
Referenced by gv_postprocess(), gvRenderJobs(), and routesplinesinit().