aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libical/icalitip.tab.h
blob: 197bd1c292bbae4cc2b3acae597f62bfd1b90515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
typedef union {
    float v_float;
    int   v_int;
    char* v_string;

} YYSTYPE;
#define DIGITS  257
#define INTNUMBER   258
#define FLOATNUMBER 259
#define STRING  260
#define EOL 261
#define EQUALS  262
#define CHARACTER   263
#define COLON   264
#define COMMA   265
#define SEMICOLON   266
#define TIMESEPERATOR   267
#define TRUE    268
#define FALSE   269
#define FREQ    270
#define BYDAY   271
#define BYHOUR  272
#define BYMINUTE    273
#define BYMONTH 274
#define BYMONTHDAY  275
#define BYSECOND    276
#define BYSETPOS    277
#define BYWEEKNO    278
#define BYYEARDAY   279
#define DAILY   280
#define MINUTELY    281
#define MONTHLY 282
#define SECONDLY    283
#define WEEKLY  284
#define HOURLY  285
#define YEARLY  286
#define INTERVAL    287
#define COUNT   288
#define UNTIL   289
#define WKST    290
#define MO  291
#define SA  292
#define SU  293
#define TU  294
#define WE  295
#define TH  296
#define FR  297
#define BIT8    298
#define ACCEPTED    299
#define ADD 300
#define AUDIO   301
#define BASE64  302
#define BINARY  303
#define BOOLEAN 304
#define BUSY    305
#define BUSYTENTATIVE   306
#define BUSYUNAVAILABLE 307
#define CALADDRESS  308
#define CANCEL  309
#define CANCELLED   310
#define CHAIR   311
#define CHILD   312
#define COMPLETED   313
#define CONFIDENTIAL    314
#define CONFIRMED   315
#define COUNTER 316
#define DATE    317
#define DATETIME    318
#define DECLINECOUNTER  319
#define DECLINED    320
#define DELEGATED   321
#define DISPLAY 322
#define DRAFT   323
#define DURATION    324
#define EMAIL   325
#define END 326
#define FINAL   327
#define FLOAT   328
#define FREE    329
#define GREGORIAN   330
#define GROUP   331
#define INDIVIDUAL  332
#define INPROCESS   333
#define INTEGER 334
#define NEEDSACTION 335
#define NONPARTICIPANT  336
#define OPAQUE  337
#define OPTPARTICIPANT  338
#define PARENT  339
#define PERIOD  340
#define PRIVATE 341
#define PROCEDURE   342
#define PUBLIC  343
#define PUBLISH 344
#define RECUR   345
#define REFRESH 346
#define REPLY   347
#define REQPARTICIPANT  348
#define REQUEST 349
#define RESOURCE    350
#define ROOM    351
#define SIBLING 352
#define START   353
#define TENTATIVE   354
#define TEXT    355
#define THISANDFUTURE   356
#define THISANDPRIOR    357
#define TIME    358
#define TRANSPAENT  359
#define UNKNOWN 360
#define UTCOFFSET   361
#define XNAME   362
#define ALTREP  363
#define CN  364
#define CUTYPE  365
#define DAYLIGHT    366
#define DIR 367
#define ENCODING    368
#define EVENT   369
#define FBTYPE  370
#define FMTTYPE 371
#define LANGUAGE    372
#define MEMBER  373
#define PARTSTAT    374
#define RANGE   375
#define RELATED 376
#define RELTYPE 377
#define ROLE    378
#define RSVP    379
#define SENTBY  380
#define STANDARD    381
#define URI 382
#define TIME_CHAR   383
#define UTC_CHAR    384


extern YYSTYPE icalparser_yylval;