Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
grammar.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
 

Macros

#define YYDEBUG   0
 
#define YYTOKENTYPE
 
#define T_graph   258
 
#define T_node   259
 
#define T_edge   260
 
#define T_digraph   261
 
#define T_subgraph   262
 
#define T_strict   263
 
#define T_edgeop   264
 
#define T_list   265
 
#define T_attr   266
 
#define T_atom   267
 
#define T_qatom   268
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define aagstype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 

Typedefs

typedef union YYSTYPE YYSTYPE
 

Enumerations

enum  aagtokentype {
  T_graph = 258, T_node = 259, T_edge = 260, T_digraph = 261,
  T_subgraph = 262, T_strict = 263, T_edgeop = 264, T_list = 265,
  T_attr = 266, T_atom = 267, T_qatom = 268, T_graph = 258,
  T_node = 259, T_edge = 260, T_digraph = 261, T_subgraph = 262,
  T_strict = 263, T_edgeop = 264, T_list = 265, T_attr = 266,
  T_atom = 267, T_qatom = 268
}
 

Functions

int aagparse ()
 

Variables

YYSTYPE aaglval
 

Macro Definition Documentation

#define aagstype   YYSTYPE /* obsolescent; will be withdrawn */

Definition at line 92 of file grammar.h.

#define T_atom   267

Definition at line 72 of file grammar.h.

#define T_attr   266

Definition at line 71 of file grammar.h.

#define T_digraph   261

Definition at line 66 of file grammar.h.

#define T_edge   260

Definition at line 65 of file grammar.h.

#define T_edgeop   264

Definition at line 69 of file grammar.h.

#define T_graph   258

Definition at line 63 of file grammar.h.

#define T_list   265

Definition at line 70 of file grammar.h.

#define T_node   259

Definition at line 64 of file grammar.h.

#define T_qatom   268

Definition at line 73 of file grammar.h.

#define T_strict   263

Definition at line 68 of file grammar.h.

#define T_subgraph   262

Definition at line 67 of file grammar.h.

#define YYDEBUG   0

Definition at line 37 of file grammar.h.

#define YYSTYPE_IS_DECLARED   1

Definition at line 93 of file grammar.h.

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 91 of file grammar.h.

#define YYTOKENTYPE

Definition at line 45 of file grammar.h.

Typedef Documentation

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator
T_graph 
T_node 
T_edge 
T_digraph 
T_subgraph 
T_strict 
T_edgeop 
T_list 
T_attr 
T_atom 
T_qatom 
T_graph 
T_node 
T_edge 
T_digraph 
T_subgraph 
T_strict 
T_edgeop 
T_list 
T_attr 
T_atom 
T_qatom 

Definition at line 48 of file grammar.h.

Function Documentation

int aagparse ( )

Variable Documentation

YYSTYPE aaglval