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


extern YYSTYPE ical_yylval;