Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Enumerations
ast_expr2.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
 

Macros

#define yyltype   YYLTYPE /* obsolescent; will be withdrawn */
 
#define YYLTYPE_IS_DECLARED   1
 
#define YYLTYPE_IS_TRIVIAL   1
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#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
}
 

Macro Definition Documentation

◆ yyltype

#define yyltype   YYLTYPE /* obsolescent; will be withdrawn */

Definition at line 100 of file ast_expr2.h.

◆ YYLTYPE_IS_DECLARED

#define YYLTYPE_IS_DECLARED   1

Definition at line 101 of file ast_expr2.h.

◆ YYLTYPE_IS_TRIVIAL

#define YYLTYPE_IS_TRIVIAL   1

Definition at line 102 of file ast_expr2.h.

◆ yystype

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

Definition at line 86 of file ast_expr2.h.

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

Definition at line 87 of file ast_expr2.h.

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 85 of file ast_expr2.h.

Typedef Documentation

◆ YYLTYPE

typedef struct YYLTYPE YYLTYPE

◆ YYSTYPE

typedef union YYSTYPE YYSTYPE

Enumeration Type Documentation

◆ yytokentype

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 

Definition at line 41 of file ast_expr2.h.

41 {
42 TOK_COMMA = 258,
43 TOK_COLONCOLON = 259,
44 TOK_COND = 260,
45 TOK_OR = 261,
46 TOK_AND = 262,
47 TOK_NE = 263,
48 TOK_LE = 264,
49 TOK_GE = 265,
50 TOK_LT = 266,
51 TOK_GT = 267,
52 TOK_EQ = 268,
53 TOK_MINUS = 269,
54 TOK_PLUS = 270,
55 TOK_MOD = 271,
56 TOK_DIV = 272,
57 TOK_MULT = 273,
58 TOK_COMPL = 274,
59 TOK_TILDETILDE = 275,
60 TOK_EQTILDE = 276,
61 TOK_COLON = 277,
62 TOK_LP = 278,
63 TOK_RP = 279,
64 TOKEN = 280
65 };
@ TOK_COLONCOLON
Definition ast_expr2.h:43
@ TOK_TILDETILDE
Definition ast_expr2.h:59
@ TOK_EQTILDE
Definition ast_expr2.h:60
@ TOKEN
Definition ast_expr2.h:64
@ TOK_LE
Definition ast_expr2.h:48
@ TOK_COLON
Definition ast_expr2.h:61
@ TOK_GT
Definition ast_expr2.h:51
@ TOK_PLUS
Definition ast_expr2.h:54
@ TOK_NE
Definition ast_expr2.h:47
@ TOK_EQ
Definition ast_expr2.h:52
@ TOK_LP
Definition ast_expr2.h:62
@ TOK_COMMA
Definition ast_expr2.h:42
@ TOK_DIV
Definition ast_expr2.h:56
@ TOK_GE
Definition ast_expr2.h:49
@ TOK_OR
Definition ast_expr2.h:45
@ TOK_LT
Definition ast_expr2.h:50
@ TOK_COND
Definition ast_expr2.h:44
@ TOK_COMPL
Definition ast_expr2.h:58
@ TOK_MINUS
Definition ast_expr2.h:53
@ TOK_AND
Definition ast_expr2.h:46
@ TOK_RP
Definition ast_expr2.h:63
@ TOK_MOD
Definition ast_expr2.h:55
@ TOK_MULT
Definition ast_expr2.h:57