Tue Aug 24 2010 19:41:33

Asterisk developer's documentation


Data Structures | Defines | Typedefs | Enumerations

ael.tab.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  YYLTYPE
union  YYSTYPE

Defines

#define AMPER   267
#define AT   269
#define BAR   268
#define COLON   266
#define COMMA   265
#define EQ   264
#define EXTENMARK   280
#define KW_ABSTRACT   278
#define KW_BREAK   284
#define KW_CASE   290
#define KW_CATCH   293
#define KW_CONTEXT   258
#define KW_CONTINUE   285
#define KW_DEFAULT   292
#define KW_ELSE   276
#define KW_ESWITCHES   295
#define KW_EXTEND   279
#define KW_FOR   288
#define KW_GLOBALS   271
#define KW_GOTO   281
#define KW_HINT   287
#define KW_IF   274
#define KW_IFTIME   275
#define KW_IGNOREPAT   272
#define KW_INCLUDES   296
#define KW_JUMP   282
#define KW_LOCAL   297
#define KW_MACRO   270
#define KW_PATTERN   291
#define KW_RANDOM   277
#define KW_REGEXTEN   286
#define KW_RETURN   283
#define KW_SWITCH   273
#define KW_SWITCHES   294
#define KW_WHILE   289
#define LC   259
#define LP   261
#define RC   260
#define RP   262
#define SEMI   263
#define word   298
#define yyltype   YYLTYPE
#define YYLTYPE_IS_DECLARED   1
#define YYLTYPE_IS_TRIVIAL   1
#define yystype   YYSTYPE
#define YYSTYPE_IS_DECLARED   1
#define YYSTYPE_IS_TRIVIAL   1

Typedefs

typedef struct YYLTYPE YYLTYPE
typedef union YYSTYPE YYSTYPE

Enumerations

enum  yytokentype {
  TOK_COMMA = 258, TOK_COLONCOLON = 259, TOK_COND = 260, TOK_OR = 261,
  TOK_AND = 262, TOK_NE = 263, TOK_LE = 264, TOK_GE = 265,
  TOK_LT = 266, TOK_GT = 267, TOK_EQ = 268, TOK_MINUS = 269,
  TOK_PLUS = 270, TOK_MOD = 271, TOK_DIV = 272, TOK_MULT = 273,
  TOK_COMPL = 274, TOK_TILDETILDE = 275, TOK_EQTILDE = 276, TOK_COLON = 277,
  TOK_LP = 278, TOK_RP = 279, TOKEN = 280, TOK_COMMA = 258,
  TOK_COLONCOLON = 259, TOK_COND = 260, TOK_OR = 261, TOK_AND = 262,
  TOK_NE = 263, TOK_LE = 264, TOK_GE = 265, TOK_LT = 266,
  TOK_GT = 267, TOK_EQ = 268, TOK_MINUS = 269, TOK_PLUS = 270,
  TOK_MOD = 271, TOK_DIV = 272, TOK_MULT = 273, TOK_COMPL = 274,
  TOK_TILDETILDE = 275, TOK_EQTILDE = 276, TOK_COLON = 277, TOK_LP = 278,
  TOK_RP = 279, TOKEN = 280, KW_CONTEXT = 258, LC = 259,
  RC = 260, LP = 261, RP = 262, SEMI = 263,
  EQ = 264, COMMA = 265, COLON = 266, AMPER = 267,
  BAR = 268, AT = 269, KW_MACRO = 270, KW_GLOBALS = 271,
  KW_IGNOREPAT = 272, KW_SWITCH = 273, KW_IF = 274, KW_IFTIME = 275,
  KW_ELSE = 276, KW_RANDOM = 277, KW_ABSTRACT = 278, KW_EXTEND = 279,
  EXTENMARK = 280, KW_GOTO = 281, KW_JUMP = 282, KW_RETURN = 283,
  KW_BREAK = 284, KW_CONTINUE = 285, KW_REGEXTEN = 286, KW_HINT = 287,
  KW_FOR = 288, KW_WHILE = 289, KW_CASE = 290, KW_PATTERN = 291,
  KW_DEFAULT = 292, KW_CATCH = 293, KW_SWITCHES = 294, KW_ESWITCHES = 295,
  KW_INCLUDES = 296, KW_LOCAL = 297, word = 298, KW_CONTEXT = 258,
  LC = 259, RC = 260, LP = 261, RP = 262,
  SEMI = 263, EQ = 264, COMMA = 265, COLON = 266,
  AMPER = 267, BAR = 268, AT = 269, KW_MACRO = 270,
  KW_GLOBALS = 271, KW_IGNOREPAT = 272, KW_SWITCH = 273, KW_IF = 274,
  KW_IFTIME = 275, KW_ELSE = 276, KW_RANDOM = 277, KW_ABSTRACT = 278,
  KW_EXTEND = 279, EXTENMARK = 280, KW_GOTO = 281, KW_JUMP = 282,
  KW_RETURN = 283, KW_BREAK = 284, KW_CONTINUE = 285, KW_REGEXTEN = 286,
  KW_HINT = 287, KW_FOR = 288, KW_WHILE = 289, KW_CASE = 290,
  KW_PATTERN = 291, KW_DEFAULT = 292, KW_CATCH = 293, KW_SWITCHES = 294,
  KW_ESWITCHES = 295, KW_INCLUDES = 296, KW_LOCAL = 297, word = 298
}

Define Documentation

#define AMPER   267

Definition at line 95 of file ael.tab.h.

#define AT   269

Definition at line 97 of file ael.tab.h.

#define BAR   268

Definition at line 96 of file ael.tab.h.

#define COLON   266

Definition at line 94 of file ael.tab.h.

#define COMMA   265

Definition at line 93 of file ael.tab.h.

#define EQ   264

Definition at line 92 of file ael.tab.h.

#define EXTENMARK   280

Definition at line 108 of file ael.tab.h.

#define KW_ABSTRACT   278

Definition at line 106 of file ael.tab.h.

#define KW_BREAK   284

Definition at line 112 of file ael.tab.h.

#define KW_CASE   290

Definition at line 118 of file ael.tab.h.

#define KW_CATCH   293

Definition at line 121 of file ael.tab.h.

#define KW_CONTEXT   258

Definition at line 86 of file ael.tab.h.

#define KW_CONTINUE   285

Definition at line 113 of file ael.tab.h.

#define KW_DEFAULT   292

Definition at line 120 of file ael.tab.h.

#define KW_ELSE   276

Definition at line 104 of file ael.tab.h.

#define KW_ESWITCHES   295

Definition at line 123 of file ael.tab.h.

#define KW_EXTEND   279

Definition at line 107 of file ael.tab.h.

#define KW_FOR   288

Definition at line 116 of file ael.tab.h.

#define KW_GLOBALS   271

Definition at line 99 of file ael.tab.h.

#define KW_GOTO   281

Definition at line 109 of file ael.tab.h.

#define KW_HINT   287

Definition at line 115 of file ael.tab.h.

#define KW_IF   274

Definition at line 102 of file ael.tab.h.

#define KW_IFTIME   275

Definition at line 103 of file ael.tab.h.

#define KW_IGNOREPAT   272

Definition at line 100 of file ael.tab.h.

#define KW_INCLUDES   296

Definition at line 124 of file ael.tab.h.

#define KW_JUMP   282

Definition at line 110 of file ael.tab.h.

#define KW_LOCAL   297

Definition at line 125 of file ael.tab.h.

#define KW_MACRO   270

Definition at line 98 of file ael.tab.h.

#define KW_PATTERN   291

Definition at line 119 of file ael.tab.h.

#define KW_RANDOM   277

Definition at line 105 of file ael.tab.h.

#define KW_REGEXTEN   286

Definition at line 114 of file ael.tab.h.

#define KW_RETURN   283

Definition at line 111 of file ael.tab.h.

#define KW_SWITCH   273

Definition at line 101 of file ael.tab.h.

#define KW_SWITCHES   294

Definition at line 122 of file ael.tab.h.

#define KW_WHILE   289

Definition at line 117 of file ael.tab.h.

#define LC   259

Definition at line 87 of file ael.tab.h.

#define LP   261

Definition at line 89 of file ael.tab.h.

#define RC   260

Definition at line 88 of file ael.tab.h.

#define RP   262

Definition at line 90 of file ael.tab.h.

#define SEMI   263

Definition at line 91 of file ael.tab.h.

#define word   298

Definition at line 126 of file ael.tab.h.

#define yyltype   YYLTYPE

Definition at line 157 of file ael.tab.h.

#define YYLTYPE_IS_DECLARED   1

Definition at line 158 of file ael.tab.h.

#define YYLTYPE_IS_TRIVIAL   1

Definition at line 159 of file ael.tab.h.

#define yystype   YYSTYPE

Definition at line 142 of file ael.tab.h.

#define YYSTYPE_IS_DECLARED   1

Definition at line 143 of file ael.tab.h.

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 144 of file ael.tab.h.


Typedef Documentation

typedef struct YYLTYPE YYLTYPE
typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

Enumerator:
TOK_COMMA 
TOK_COLONCOLON 
TOK_COND 
TOK_OR 
TOK_AND 
TOK_NE 
TOK_LE 
TOK_GE 
TOK_LT 
TOK_GT 
TOK_EQ 
TOK_MINUS 
TOK_PLUS 
TOK_MOD 
TOK_DIV 
TOK_MULT 
TOK_COMPL 
TOK_TILDETILDE 
TOK_EQTILDE 
TOK_COLON 
TOK_LP 
TOK_RP 
TOKEN 
TOK_COMMA 
TOK_COLONCOLON 
TOK_COND 
TOK_OR 
TOK_AND 
TOK_NE 
TOK_LE 
TOK_GE 
TOK_LT 
TOK_GT 
TOK_EQ 
TOK_MINUS 
TOK_PLUS 
TOK_MOD 
TOK_DIV 
TOK_MULT 
TOK_COMPL 
TOK_TILDETILDE 
TOK_EQTILDE 
TOK_COLON 
TOK_LP 
TOK_RP 
TOKEN 
KW_CONTEXT 
LC 
RC 
LP 
RP 
SEMI 
EQ 
COMMA 
COLON 
AMPER 
BAR 
AT 
KW_MACRO 
KW_GLOBALS 
KW_IGNOREPAT 
KW_SWITCH 
KW_IF 
KW_IFTIME 
KW_ELSE 
KW_RANDOM 
KW_ABSTRACT 
KW_EXTEND 
EXTENMARK 
KW_GOTO 
KW_JUMP 
KW_RETURN 
KW_BREAK 
KW_CONTINUE 
KW_REGEXTEN 
KW_HINT 
KW_FOR 
KW_WHILE 
KW_CASE 
KW_PATTERN 
KW_DEFAULT 
KW_CATCH 
KW_SWITCHES 
KW_ESWITCHES 
KW_INCLUDES 
KW_LOCAL 
word 
KW_CONTEXT 
LC 
RC 
LP 
RP 
SEMI 
EQ 
COMMA 
COLON 
AMPER 
BAR 
AT 
KW_MACRO 
KW_GLOBALS 
KW_IGNOREPAT 
KW_SWITCH 
KW_IF 
KW_IFTIME 
KW_ELSE 
KW_RANDOM 
KW_ABSTRACT 
KW_EXTEND 
EXTENMARK 
KW_GOTO 
KW_JUMP 
KW_RETURN 
KW_BREAK 
KW_CONTINUE 
KW_REGEXTEN 
KW_HINT 
KW_FOR 
KW_WHILE 
KW_CASE 
KW_PATTERN 
KW_DEFAULT 
KW_CATCH 
KW_SWITCHES 
KW_ESWITCHES 
KW_INCLUDES 
KW_LOCAL 
word 

Definition at line 41 of file ael.tab.h.

                    {
     KW_CONTEXT = 258,
     LC = 259,
     RC = 260,
     LP = 261,
     RP = 262,
     SEMI = 263,
     EQ = 264,
     COMMA = 265,
     COLON = 266,
     AMPER = 267,
     BAR = 268,
     AT = 269,
     KW_MACRO = 270,
     KW_GLOBALS = 271,
     KW_IGNOREPAT = 272,
     KW_SWITCH = 273,
     KW_IF = 274,
     KW_IFTIME = 275,
     KW_ELSE = 276,
     KW_RANDOM = 277,
     KW_ABSTRACT = 278,
     KW_EXTEND = 279,
     EXTENMARK = 280,
     KW_GOTO = 281,
     KW_JUMP = 282,
     KW_RETURN = 283,
     KW_BREAK = 284,
     KW_CONTINUE = 285,
     KW_REGEXTEN = 286,
     KW_HINT = 287,
     KW_FOR = 288,
     KW_WHILE = 289,
     KW_CASE = 290,
     KW_PATTERN = 291,
     KW_DEFAULT = 292,
     KW_CATCH = 293,
     KW_SWITCHES = 294,
     KW_ESWITCHES = 295,
     KW_INCLUDES = 296,
     KW_LOCAL = 297,
     word = 298
   };