Graphviz  2.41.20171026.1811
Functions
input.c File Reference
#include <ctype.h>
#include "render.h"
#include "htmltable.h"
#include "gvc.h"
#include "xdot.h"
#include "agxbuf.h"
Include dependency graph for input.c:

Go to the source code of this file.

Functions

int dotneato_usage (int exval)
 
graph_tgvPluginsGraph (GVC_t *gvc)
 
int dotneato_args_initialize (GVC_t *gvc, int argc, char **argv)
 
void getdouble (graph_t *g, char *name, double *result)
 
graph_tgvNextInputGraph (GVC_t *gvc)
 
void graph_init (graph_t *g, boolean use_rankdir)
 
void graph_cleanup (graph_t *g)
 
char * charsetToStr (int c)
 
void do_graph_label (graph_t *sg)
 

Function Documentation

char* charsetToStr ( int  c)

Definition at line 866 of file input.c.

References agerr(), AGERR, CHAR_BIG5, CHAR_LATIN1, and CHAR_UTF8.

Referenced by initHTMLlexer().

void do_graph_label ( graph_t sg)
int dotneato_args_initialize ( GVC_t gvc,
int  argc,
char **  argv 
)
int dotneato_usage ( int  exval)

Definition at line 71 of file input.c.

References CmdName, and GvExitOnUsage.

Referenced by dotneato_args_initialize().

void getdouble ( graph_t g,
char *  name,
double *  result 
)

Definition at line 475 of file input.c.

References agget().

Referenced by scan_graph_mode().

void graph_cleanup ( graph_t g)

Definition at line 847 of file input.c.

References agclean(), AGRAPH, free_label(), freeXDot(), GD_drawing, GD_label, and NULL.

Referenced by gvFreeLayout().

void graph_init ( graph_t g,
boolean  use_rankdir 
)
graph_t* gvNextInputGraph ( GVC_t gvc)
graph_t* gvPluginsGraph ( GVC_t gvc)

Definition at line 213 of file input.c.

Referenced by main().