#include <cghdr.h>
#include <util/agxbuf.h>
Go to the source code of this file.
|
enum | aagtokentype {
AAGEMPTY = -2
, AAGEOF = 0
, AAGerror = 256
, AAGUNDEF = 257
,
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
} |
|
◆ AAGDEBUG
◆ AAGEMPTY
◆ AAGEOF
◆ AAGerror
◆ AAGSTYPE_IS_DECLARED
#define AAGSTYPE_IS_DECLARED 1 |
◆ AAGSTYPE_IS_TRIVIAL
#define AAGSTYPE_IS_TRIVIAL 1 |
◆ AAGTOKENTYPE
◆ AAGUNDEF
◆ T_atom
◆ T_attr
◆ T_digraph
◆ T_edge
◆ T_edgeop
◆ T_graph
◆ T_list
◆ T_node
◆ T_qatom
◆ T_strict
◆ T_subgraph
◆ AAGSTYPE
◆ aagtoken_kind_t
◆ aagtokentype
Enumerator |
---|
AAGEMPTY | |
AAGEOF | |
AAGerror | |
AAGUNDEF | |
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 87 of file grammar.h.
◆ aagerror()
void aagerror |
( |
aagscan_t |
yyscanner, |
|
|
const char * |
str |
|
) |
| |
Definition at line 151 of file scan.l.
References agerrorf(), agxbfree(), agxblen(), agxbprint(), agxbputc(), agxbuse(), BEGIN, comment, hstring, INITIAL, qstring, str, YY_BUF_SIZE, yyextra, yyg, and YYSTATE.
◆ aaglex()
◆ aagparse()