Graphviz  2.29.20120524.0446
Data Structures | Defines | Typedefs | Enumerations | Variables
lib/graph/parser.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  YYSTYPE

Defines

#define T_graph   258
#define T_digraph   259
#define T_strict   260
#define T_node   261
#define T_edge   262
#define T_edgeop   263
#define T_symbol   264
#define T_qsymbol   265
#define T_subgraph   266
#define YYSTYPE_IS_TRIVIAL   1
#define agstype   YYSTYPE
#define YYSTYPE_IS_DECLARED   1

Typedefs

typedef union YYSTYPE YYSTYPE

Enumerations

enum  agtokentype {
  T_graph = 258, T_digraph = 259, T_strict = 260, T_node = 261,
  T_edge = 262, T_edgeop = 263, T_symbol = 264, T_qsymbol = 265,
  T_subgraph = 266, T_graph = 258, T_digraph = 259, T_strict = 260,
  T_node = 261, T_edge = 262, T_edgeop = 263, T_symbol = 264,
  T_qsymbol = 265, T_subgraph = 266
}

Variables

YYSTYPE aglval

Define Documentation

#define agstype   YYSTYPE

Definition at line 83 of file parser.h.

#define T_digraph   259

Definition at line 53 of file parser.h.

#define T_edge   262

Definition at line 56 of file parser.h.

#define T_edgeop   263

Definition at line 57 of file parser.h.

#define T_graph   258

Definition at line 52 of file parser.h.

#define T_node   261

Definition at line 55 of file parser.h.

#define T_qsymbol   265

Definition at line 59 of file parser.h.

#define T_strict   260

Definition at line 54 of file parser.h.

#define T_subgraph   266

Definition at line 60 of file parser.h.

#define T_symbol   264

Definition at line 58 of file parser.h.

#define YYSTYPE_IS_DECLARED   1

Definition at line 84 of file parser.h.

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 82 of file parser.h.


Typedef Documentation

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator:
T_graph 
T_digraph 
T_strict 
T_node 
T_edge 
T_edgeop 
T_symbol 
T_qsymbol 
T_subgraph 
T_graph 
T_digraph 
T_strict 
T_node 
T_edge 
T_edgeop 
T_symbol 
T_qsymbol 
T_subgraph 

Definition at line 39 of file parser.h.


Variable Documentation

Definition at line 1478 of file parser.c.

Referenced by myaglex(), aglex(), and agparse().