blob: b14c296c15225acad4d7ca06edea5a196a178e00 [file] [log] [blame]
Pavol Vicancae54882016-03-30 12:24:43 +02001#ifndef yyHEADER_H
2#define yyHEADER_H 1
3#define yyIN_HEADER 1
4
5#line 6 "/home/xvican01/Documents/bc/libyang/src/parser_yang_lex.h"
6
Pavol Vicancae54882016-03-30 12:24:43 +02007#define YY_INT_ALIGNED short int
8
9/* A lexical scanner generated by flex */
10
11#define FLEX_SCANNER
12#define YY_FLEX_MAJOR_VERSION 2
13#define YY_FLEX_MINOR_VERSION 6
14#define YY_FLEX_SUBMINOR_VERSION 0
15#if YY_FLEX_SUBMINOR_VERSION > 0
16#define FLEX_BETA
17#endif
18
19/* First, we deal with platform-specific or compiler-specific issues. */
20
21/* begin standard C headers. */
22#include <stdio.h>
23#include <string.h>
24#include <errno.h>
25#include <stdlib.h>
26
27/* end standard C headers. */
28
29/* flex integer type definitions */
30
31#ifndef FLEXINT_H
32#define FLEXINT_H
33
34/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
35
36#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
37
38/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
39 * if you want the limit (max/min) macros for int types.
40 */
41#ifndef __STDC_LIMIT_MACROS
42#define __STDC_LIMIT_MACROS 1
43#endif
44
45#include <inttypes.h>
46typedef int8_t flex_int8_t;
47typedef uint8_t flex_uint8_t;
48typedef int16_t flex_int16_t;
49typedef uint16_t flex_uint16_t;
50typedef int32_t flex_int32_t;
51typedef uint32_t flex_uint32_t;
52#else
53typedef signed char flex_int8_t;
54typedef short int flex_int16_t;
55typedef int flex_int32_t;
56typedef unsigned char flex_uint8_t;
57typedef unsigned short int flex_uint16_t;
58typedef unsigned int flex_uint32_t;
59
60/* Limits of integral types. */
61#ifndef INT8_MIN
62#define INT8_MIN (-128)
63#endif
64#ifndef INT16_MIN
65#define INT16_MIN (-32767-1)
66#endif
67#ifndef INT32_MIN
68#define INT32_MIN (-2147483647-1)
69#endif
70#ifndef INT8_MAX
71#define INT8_MAX (127)
72#endif
73#ifndef INT16_MAX
74#define INT16_MAX (32767)
75#endif
76#ifndef INT32_MAX
77#define INT32_MAX (2147483647)
78#endif
79#ifndef UINT8_MAX
80#define UINT8_MAX (255U)
81#endif
82#ifndef UINT16_MAX
83#define UINT16_MAX (65535U)
84#endif
85#ifndef UINT32_MAX
86#define UINT32_MAX (4294967295U)
87#endif
88
89#endif /* ! C99 */
90
91#endif /* ! FLEXINT_H */
92
93#ifdef __cplusplus
94
95/* The "const" storage-class-modifier is valid. */
96#define YY_USE_CONST
97
98#else /* ! __cplusplus */
99
100/* C99 requires __STDC__ to be defined as 1. */
101#if defined (__STDC__)
102
103#define YY_USE_CONST
104
105#endif /* defined (__STDC__) */
106#endif /* ! __cplusplus */
107
108#ifdef YY_USE_CONST
109#define yyconst const
110#else
111#define yyconst
112#endif
113
114/* An opaque pointer. */
115#ifndef YY_TYPEDEF_YY_SCANNER_T
116#define YY_TYPEDEF_YY_SCANNER_T
117typedef void* yyscan_t;
118#endif
119
120/* For convenience, these vars (plus the bison vars far below)
121 are macros in the reentrant scanner. */
122#define yyin yyg->yyin_r
123#define yyout yyg->yyout_r
124#define yyextra yyg->yyextra_r
125#define yyleng yyg->yyleng_r
126#define yytext yyg->yytext_r
127#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
128#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
129#define yy_flex_debug yyg->yy_flex_debug_r
130
131/* Size of default input buffer. */
132#ifndef YY_BUF_SIZE
133#ifdef __ia64__
134/* On IA-64, the buffer size is 16k, not 8k.
135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
136 * Ditto for the __ia64__ case accordingly.
137 */
138#define YY_BUF_SIZE 32768
139#else
140#define YY_BUF_SIZE 16384
141#endif /* __ia64__ */
142#endif
143
144#ifndef YY_TYPEDEF_YY_BUFFER_STATE
145#define YY_TYPEDEF_YY_BUFFER_STATE
146typedef struct yy_buffer_state *YY_BUFFER_STATE;
147#endif
148
149#ifndef YY_TYPEDEF_YY_SIZE_T
150#define YY_TYPEDEF_YY_SIZE_T
151typedef size_t yy_size_t;
152#endif
153
154#ifndef YY_STRUCT_YY_BUFFER_STATE
155#define YY_STRUCT_YY_BUFFER_STATE
156struct yy_buffer_state
157 {
158 FILE *yy_input_file;
159
160 char *yy_ch_buf; /* input buffer */
161 char *yy_buf_pos; /* current position in input buffer */
162
163 /* Size of input buffer in bytes, not including room for EOB
164 * characters.
165 */
166 yy_size_t yy_buf_size;
167
168 /* Number of characters read into yy_ch_buf, not including EOB
169 * characters.
170 */
171 yy_size_t yy_n_chars;
172
173 /* Whether we "own" the buffer - i.e., we know we created it,
174 * and can realloc() it to grow it, and should free() it to
175 * delete it.
176 */
177 int yy_is_our_buffer;
178
179 /* Whether this is an "interactive" input source; if so, and
180 * if we're using stdio for input, then we want to use getc()
181 * instead of fread(), to make sure we stop fetching input after
182 * each newline.
183 */
184 int yy_is_interactive;
185
186 /* Whether we're considered to be at the beginning of a line.
187 * If so, '^' rules will be active on the next match, otherwise
188 * not.
189 */
190 int yy_at_bol;
191
192 int yy_bs_lineno; /**< The line count. */
193 int yy_bs_column; /**< The column count. */
194
195 /* Whether to try to fill the input buffer when we reach the
196 * end of it.
197 */
198 int yy_fill_buffer;
199
200 int yy_buffer_status;
201
202 };
203#endif /* !YY_STRUCT_YY_BUFFER_STATE */
204
205void yyrestart (FILE *input_file ,yyscan_t yyscanner );
206void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
207YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
208void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
209void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
210void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211void yypop_buffer_state (yyscan_t yyscanner );
212
213YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
214YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
215YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner );
216
217void *yyalloc (yy_size_t ,yyscan_t yyscanner );
218void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
219void yyfree (void * ,yyscan_t yyscanner );
220
221/* Begin user sect3 */
222
223#define yywrap(yyscanner) (/*CONSTCOND*/1)
224#define YY_SKIP_YYWRAP
225
226#define yytext_ptr yytext_r
227
228#ifdef YY_HEADER_EXPORT_START_CONDITIONS
229#define INITIAL 0
230#define COMMENT1 1
231#define COMMENT2 2
Pavol Vican1a1552f2016-04-04 14:15:32 +0200232#define PATH 3
Pavol Vicancae54882016-03-30 12:24:43 +0200233
234#endif
235
236#ifndef YY_NO_UNISTD_H
237/* Special case for "unistd.h", since it is non-ANSI. We include it way
238 * down here because we want the user's section 1 to have been scanned first.
239 * The user has a chance to override it with an option.
240 */
241#include <unistd.h>
242#endif
243
244#ifndef YY_EXTRA_TYPE
245#define YY_EXTRA_TYPE void *
246#endif
247
248int yylex_init (yyscan_t* scanner);
249
250int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
251
252/* Accessor methods to globals.
253 These are made visible to non-reentrant scanners for convenience. */
254
255int yylex_destroy (yyscan_t yyscanner );
256
257int yyget_debug (yyscan_t yyscanner );
258
259void yyset_debug (int debug_flag ,yyscan_t yyscanner );
260
261YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner );
262
263void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
264
265FILE *yyget_in (yyscan_t yyscanner );
266
267void yyset_in (FILE * _in_str ,yyscan_t yyscanner );
268
269FILE *yyget_out (yyscan_t yyscanner );
270
271void yyset_out (FILE * _out_str ,yyscan_t yyscanner );
272
273yy_size_t yyget_leng (yyscan_t yyscanner );
274
275char *yyget_text (yyscan_t yyscanner );
276
277int yyget_lineno (yyscan_t yyscanner );
278
279void yyset_lineno (int _line_number ,yyscan_t yyscanner );
280
281int yyget_column (yyscan_t yyscanner );
282
283void yyset_column (int _column_no ,yyscan_t yyscanner );
284
285YYSTYPE * yyget_lval (yyscan_t yyscanner );
286
287void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
288
289/* Macros after this point can all be overridden by user definitions in
290 * section 1.
291 */
292
293#ifndef YY_SKIP_YYWRAP
294#ifdef __cplusplus
295extern "C" int yywrap (yyscan_t yyscanner );
296#else
297extern int yywrap (yyscan_t yyscanner );
298#endif
299#endif
300
301#ifndef yytext_ptr
302static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
303#endif
304
305#ifdef YY_NEED_STRLEN
306static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
307#endif
308
309#ifndef YY_NO_INPUT
310
311#endif
312
313/* Amount of stuff to slurp up with each read. */
314#ifndef YY_READ_BUF_SIZE
315#ifdef __ia64__
316/* On IA-64, the buffer size is 16k, not 8k */
317#define YY_READ_BUF_SIZE 16384
318#else
319#define YY_READ_BUF_SIZE 8192
320#endif /* __ia64__ */
321#endif
322
323/* Number of entries by which start-condition stack grows. */
324#ifndef YY_START_STACK_INCR
325#define YY_START_STACK_INCR 25
326#endif
327
328/* Default declaration of generated scanner - a define so the user can
329 * easily add parameters.
330 */
331#ifndef YY_DECL
332#define YY_DECL_IS_OURS 1
333
334extern int yylex \
335 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
336
337#define YY_DECL int yylex \
338 (YYSTYPE * yylval_param , yyscan_t yyscanner)
339#endif /* !YY_DECL */
340
341/* yy_get_previous_state - get the state just before the EOB char was reached */
342
343#undef YY_NEW_FILE
344#undef YY_FLUSH_BUFFER
345#undef yy_set_bol
346#undef yy_new_buffer
347#undef yy_set_interactive
348#undef YY_DO_BEFORE_ACTION
349
350#ifdef YY_DECL_IS_OURS
351#undef YY_DECL_IS_OURS
352#undef YY_DECL
353#endif
354
Pavol Vican1a1552f2016-04-04 14:15:32 +0200355#line 356 "/home/xvican01/Documents/bc/libyang/src/parser_yang_lex.h"
Pavol Vicancae54882016-03-30 12:24:43 +0200356#undef yyIN_HEADER
357#endif /* yyHEADER_H */