Branch data Line data Source code
1 : : #line 2 "scan_dataset.cpp"
2 : :
3 : : #line 4 "scan_dataset.cpp"
4 : :
5 : : #define YY_INT_ALIGNED short int
6 : :
7 : : /* A lexical scanner generated by flex */
8 : :
9 : : #define yy_create_buffer dataset__create_buffer
10 : : #define yy_delete_buffer dataset__delete_buffer
11 : : #define yy_flex_debug dataset__flex_debug
12 : : #define yy_init_buffer dataset__init_buffer
13 : : #define yy_flush_buffer dataset__flush_buffer
14 : : #define yy_load_buffer_state dataset__load_buffer_state
15 : : #define yy_switch_to_buffer dataset__switch_to_buffer
16 : : #define yyin dataset_in
17 : : #define yyleng dataset_leng
18 : : #define yylex dataset_lex
19 : : #define yylineno dataset_lineno
20 : : #define yyout dataset_out
21 : : #define yyrestart dataset_restart
22 : : #define yytext dataset_text
23 : : #define yywrap dataset_wrap
24 : : #define yyalloc dataset_alloc
25 : : #define yyrealloc dataset_realloc
26 : : #define yyfree dataset_free
27 : :
28 : : #define FLEX_SCANNER
29 : : #define YY_FLEX_MAJOR_VERSION 2
30 : : #define YY_FLEX_MINOR_VERSION 5
31 : : #define YY_FLEX_SUBMINOR_VERSION 37
32 : : #if YY_FLEX_SUBMINOR_VERSION > 0
33 : : #define FLEX_BETA
34 : : #endif
35 : :
36 : : /* First, we deal with platform-specific or compiler-specific issues. */
37 : :
38 : : /* begin standard C headers. */
39 : : #include <stdio.h>
40 : : #include <string.h>
41 : : #include <errno.h>
42 : : #include <stdlib.h>
43 : :
44 : : /* end standard C headers. */
45 : :
46 : : /* flex integer type definitions */
47 : :
48 : : #ifndef FLEXINT_H
49 : : #define FLEXINT_H
50 : :
51 : : /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
52 : :
53 : : #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
54 : :
55 : : /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
56 : : * if you want the limit (max/min) macros for int types.
57 : : */
58 : : #ifndef __STDC_LIMIT_MACROS
59 : : #define __STDC_LIMIT_MACROS 1
60 : : #endif
61 : :
62 : : #include <inttypes.h>
63 : : typedef int8_t flex_int8_t;
64 : : typedef uint8_t flex_uint8_t;
65 : : typedef int16_t flex_int16_t;
66 : : typedef uint16_t flex_uint16_t;
67 : : typedef int32_t flex_int32_t;
68 : : typedef uint32_t flex_uint32_t;
69 : : #else
70 : : typedef signed char flex_int8_t;
71 : : typedef short int flex_int16_t;
72 : : typedef int flex_int32_t;
73 : : typedef unsigned char flex_uint8_t;
74 : : typedef unsigned short int flex_uint16_t;
75 : : typedef unsigned int flex_uint32_t;
76 : :
77 : : /* Limits of integral types. */
78 : : #ifndef INT8_MIN
79 : : #define INT8_MIN (-128)
80 : : #endif
81 : : #ifndef INT16_MIN
82 : : #define INT16_MIN (-32767-1)
83 : : #endif
84 : : #ifndef INT32_MIN
85 : : #define INT32_MIN (-2147483647-1)
86 : : #endif
87 : : #ifndef INT8_MAX
88 : : #define INT8_MAX (127)
89 : : #endif
90 : : #ifndef INT16_MAX
91 : : #define INT16_MAX (32767)
92 : : #endif
93 : : #ifndef INT32_MAX
94 : : #define INT32_MAX (2147483647)
95 : : #endif
96 : : #ifndef UINT8_MAX
97 : : #define UINT8_MAX (255U)
98 : : #endif
99 : : #ifndef UINT16_MAX
100 : : #define UINT16_MAX (65535U)
101 : : #endif
102 : : #ifndef UINT32_MAX
103 : : #define UINT32_MAX (4294967295U)
104 : : #endif
105 : :
106 : : #endif /* ! C99 */
107 : :
108 : : #endif /* ! FLEXINT_H */
109 : :
110 : : #ifdef __cplusplus
111 : :
112 : : /* The "const" storage-class-modifier is valid. */
113 : : #define YY_USE_CONST
114 : :
115 : : #else /* ! __cplusplus */
116 : :
117 : : /* C99 requires __STDC__ to be defined as 1. */
118 : : #if defined (__STDC__)
119 : :
120 : : #define YY_USE_CONST
121 : :
122 : : #endif /* defined (__STDC__) */
123 : : #endif /* ! __cplusplus */
124 : :
125 : : #ifdef YY_USE_CONST
126 : : #define yyconst const
127 : : #else
128 : : #define yyconst
129 : : #endif
130 : :
131 : : /* Returned upon end-of-file. */
132 : : #define YY_NULL 0
133 : :
134 : : /* Promotes a possibly negative, possibly signed char to an unsigned
135 : : * integer for use as an array index. If the signed char is negative,
136 : : * we want to instead treat it as an 8-bit unsigned char, hence the
137 : : * double cast.
138 : : */
139 : : #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
140 : :
141 : : /* Enter a start condition. This macro really ought to take a parameter,
142 : : * but we do it the disgusting crufty way forced on us by the ()-less
143 : : * definition of BEGIN.
144 : : */
145 : : #define BEGIN (yy_start) = 1 + 2 *
146 : :
147 : : /* Translate the current start state into a value that can be later handed
148 : : * to BEGIN to return to the state. The YYSTATE alias is for lex
149 : : * compatibility.
150 : : */
151 : : #define YY_START (((yy_start) - 1) / 2)
152 : : #define YYSTATE YY_START
153 : :
154 : : /* Action number for EOF rule of a given start state. */
155 : : #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
156 : :
157 : : /* Special action meaning "start processing a new file". */
158 : : #define YY_NEW_FILE dataset_restart(dataset_in )
159 : :
160 : : #define YY_END_OF_BUFFER_CHAR 0
161 : :
162 : : /* Size of default input buffer. */
163 : : #ifndef YY_BUF_SIZE
164 : : #define YY_BUF_SIZE 16384
165 : : #endif
166 : :
167 : : /* The state buf must be large enough to hold one state per character in the main buffer.
168 : : */
169 : : #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
170 : :
171 : : #ifndef YY_TYPEDEF_YY_BUFFER_STATE
172 : : #define YY_TYPEDEF_YY_BUFFER_STATE
173 : : typedef struct yy_buffer_state *YY_BUFFER_STATE;
174 : : #endif
175 : :
176 : : #ifndef YY_TYPEDEF_YY_SIZE_T
177 : : #define YY_TYPEDEF_YY_SIZE_T
178 : : typedef size_t yy_size_t;
179 : : #endif
180 : :
181 : : extern yy_size_t dataset_leng;
182 : :
183 : : extern FILE *dataset_in, *dataset_out;
184 : :
185 : : #define EOB_ACT_CONTINUE_SCAN 0
186 : : #define EOB_ACT_END_OF_FILE 1
187 : : #define EOB_ACT_LAST_MATCH 2
188 : :
189 : : /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires
190 : : * access to the local variable yy_act. Since yyless() is a macro, it would break
191 : : * existing scanners that call yyless() from OUTSIDE dataset_lex.
192 : : * One obvious solution it to make yy_act a global. I tried that, and saw
193 : : * a 5% performance hit in a non-dataset_lineno scanner, because yy_act is
194 : : * normally declared as a register variable-- so it is not worth it.
195 : : */
196 : : #define YY_LESS_LINENO(n) \
197 : : do { \
198 : : int yyl;\
199 : : for ( yyl = n; yyl < dataset_leng; ++yyl )\
200 : : if ( dataset_text[yyl] == '\n' )\
201 : : --dataset_lineno;\
202 : : }while(0)
203 : :
204 : : /* Return all but the first "n" matched characters back to the input stream. */
205 : : #define yyless(n) \
206 : : do \
207 : : { \
208 : : /* Undo effects of setting up dataset_text. */ \
209 : : int yyless_macro_arg = (n); \
210 : : YY_LESS_LINENO(yyless_macro_arg);\
211 : : *yy_cp = (yy_hold_char); \
212 : : YY_RESTORE_YY_MORE_OFFSET \
213 : : (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
214 : : YY_DO_BEFORE_ACTION; /* set up dataset_text again */ \
215 : : } \
216 : : while ( 0 )
217 : :
218 : : #define unput(c) yyunput( c, (yytext_ptr) )
219 : :
220 : : #ifndef YY_STRUCT_YY_BUFFER_STATE
221 : : #define YY_STRUCT_YY_BUFFER_STATE
222 : : struct yy_buffer_state
223 : : {
224 : : FILE *yy_input_file;
225 : :
226 : : char *yy_ch_buf; /* input buffer */
227 : : char *yy_buf_pos; /* current position in input buffer */
228 : :
229 : : /* Size of input buffer in bytes, not including room for EOB
230 : : * characters.
231 : : */
232 : : yy_size_t yy_buf_size;
233 : :
234 : : /* Number of characters read into yy_ch_buf, not including EOB
235 : : * characters.
236 : : */
237 : : yy_size_t yy_n_chars;
238 : :
239 : : /* Whether we "own" the buffer - i.e., we know we created it,
240 : : * and can realloc() it to grow it, and should free() it to
241 : : * delete it.
242 : : */
243 : : int yy_is_our_buffer;
244 : :
245 : : /* Whether this is an "interactive" input source; if so, and
246 : : * if we're using stdio for input, then we want to use getc()
247 : : * instead of fread(), to make sure we stop fetching input after
248 : : * each newline.
249 : : */
250 : : int yy_is_interactive;
251 : :
252 : : /* Whether we're considered to be at the beginning of a line.
253 : : * If so, '^' rules will be active on the next match, otherwise
254 : : * not.
255 : : */
256 : : int yy_at_bol;
257 : :
258 : : int yy_bs_lineno; /**< The line count. */
259 : : int yy_bs_column; /**< The column count. */
260 : :
261 : : /* Whether to try to fill the input buffer when we reach the
262 : : * end of it.
263 : : */
264 : : int yy_fill_buffer;
265 : :
266 : : int yy_buffer_status;
267 : :
268 : : #define YY_BUFFER_NEW 0
269 : : #define YY_BUFFER_NORMAL 1
270 : : /* When an EOF's been seen but there's still some text to process
271 : : * then we mark the buffer as YY_EOF_PENDING, to indicate that we
272 : : * shouldn't try reading from the input source any more. We might
273 : : * still have a bunch of tokens to match, though, because of
274 : : * possible backing-up.
275 : : *
276 : : * When we actually see the EOF, we change the status to "new"
277 : : * (via dataset_restart()), so that the user can continue scanning by
278 : : * just pointing dataset_in at a new input file.
279 : : */
280 : : #define YY_BUFFER_EOF_PENDING 2
281 : :
282 : : };
283 : : #endif /* !YY_STRUCT_YY_BUFFER_STATE */
284 : :
285 : : /* Stack of input buffers. */
286 : : static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
287 : : static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
288 : : static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
289 : :
290 : : /* We provide macros for accessing buffer states in case in the
291 : : * future we want to put the buffer states in a more general
292 : : * "scanner state".
293 : : *
294 : : * Returns the top of the stack, or NULL.
295 : : */
296 : : #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
297 : : ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
298 : : : NULL)
299 : :
300 : : /* Same as previous macro, but useful when we know that the buffer stack is not
301 : : * NULL or when we need an lvalue. For internal use only.
302 : : */
303 : : #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
304 : :
305 : : /* yy_hold_char holds the character lost when dataset_text is formed. */
306 : : static char yy_hold_char;
307 : : static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
308 : : yy_size_t dataset_leng;
309 : :
310 : : /* Points to current character in buffer. */
311 : : static char *yy_c_buf_p = (char *) 0;
312 : : static int yy_init = 0; /* whether we need to initialize */
313 : : static int yy_start = 0; /* start state number */
314 : :
315 : : /* Flag which is used to allow dataset_wrap()'s to do buffer switches
316 : : * instead of setting up a fresh dataset_in. A bit of a hack ...
317 : : */
318 : : static int yy_did_buffer_switch_on_eof;
319 : :
320 : : void dataset_restart (FILE *input_file );
321 : : void dataset__switch_to_buffer (YY_BUFFER_STATE new_buffer );
322 : : YY_BUFFER_STATE dataset__create_buffer (FILE *file,int size );
323 : : void dataset__delete_buffer (YY_BUFFER_STATE b );
324 : : void dataset__flush_buffer (YY_BUFFER_STATE b );
325 : : void dataset_push_buffer_state (YY_BUFFER_STATE new_buffer );
326 : : void dataset_pop_buffer_state (void );
327 : :
328 : : static void dataset_ensure_buffer_stack (void );
329 : : static void dataset__load_buffer_state (void );
330 : : static void dataset__init_buffer (YY_BUFFER_STATE b,FILE *file );
331 : :
332 : : #define YY_FLUSH_BUFFER dataset__flush_buffer(YY_CURRENT_BUFFER )
333 : :
334 : : YY_BUFFER_STATE dataset__scan_buffer (char *base,yy_size_t size );
335 : : YY_BUFFER_STATE dataset__scan_string (yyconst char *yy_str );
336 : : YY_BUFFER_STATE dataset__scan_bytes (yyconst char *bytes,yy_size_t len );
337 : :
338 : : void *dataset_alloc (yy_size_t );
339 : : void *dataset_realloc (void *,yy_size_t );
340 : : void dataset_free (void * );
341 : :
342 : : #define yy_new_buffer dataset__create_buffer
343 : :
344 : : #define yy_set_interactive(is_interactive) \
345 : : { \
346 : : if ( ! YY_CURRENT_BUFFER ){ \
347 : : dataset_ensure_buffer_stack (); \
348 : : YY_CURRENT_BUFFER_LVALUE = \
349 : : dataset__create_buffer(dataset_in,YY_BUF_SIZE ); \
350 : : } \
351 : : YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
352 : : }
353 : :
354 : : #define yy_set_bol(at_bol) \
355 : : { \
356 : : if ( ! YY_CURRENT_BUFFER ){\
357 : : dataset_ensure_buffer_stack (); \
358 : : YY_CURRENT_BUFFER_LVALUE = \
359 : : dataset__create_buffer(dataset_in,YY_BUF_SIZE ); \
360 : : } \
361 : : YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
362 : : }
363 : :
364 : : #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
365 : :
366 : : /* Begin user sect3 */
367 : :
368 : : #define dataset_wrap() 1
369 : : #define YY_SKIP_YYWRAP
370 : :
371 : : typedef unsigned char YY_CHAR;
372 : :
373 : : FILE *dataset_in = (FILE *) 0, *dataset_out = (FILE *) 0;
374 : :
375 : : typedef int yy_state_type;
376 : :
377 : : extern int dataset_lineno;
378 : :
379 : : int dataset_lineno = 1;
380 : :
381 : : extern char *dataset_text;
382 : : #define yytext_ptr dataset_text
383 : :
384 : : static yy_state_type yy_get_previous_state (void );
385 : : static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
386 : : static int yy_get_next_buffer (void );
387 : : static void yy_fatal_error (yyconst char msg[] );
388 : :
389 : : /* Done after the current pattern has been matched and before the
390 : : * corresponding action - sets up dataset_text.
391 : : */
392 : : #define YY_DO_BEFORE_ACTION \
393 : : (yytext_ptr) = yy_bp; \
394 : : dataset_leng = (size_t) (yy_cp - yy_bp); \
395 : : (yy_hold_char) = *yy_cp; \
396 : : *yy_cp = '\0'; \
397 : : (yy_c_buf_p) = yy_cp;
398 : :
399 : : #define YY_NUM_RULES 19
400 : : #define YY_END_OF_BUFFER 20
401 : : /* This struct is not used in this scanner,
402 : : but its presence is necessary. */
403 : : struct yy_trans_info
404 : : {
405 : : flex_int32_t yy_verify;
406 : : flex_int32_t yy_nxt;
407 : : };
408 : : static yyconst flex_int16_t yy_accept[117] =
409 : : { 0,
410 : : 0, 0, 0, 0, 0, 0, 20, 16, 14, 13,
411 : : 16, 15, 16, 16, 7, 11, 6, 16, 6, 17,
412 : : 14, 18, 17, 17, 19, 16, 16, 10, 12, 6,
413 : : 6, 13, 0, 7, 0, 7, 0, 0, 0, 0,
414 : : 6, 0, 6, 14, 0, 0, 6, 18, 10, 0,
415 : : 0, 6, 6, 0, 8, 0, 0, 7, 0, 9,
416 : : 0, 6, 6, 6, 6, 0, 0, 2, 6, 8,
417 : : 0, 0, 7, 9, 0, 0, 6, 6, 6, 6,
418 : : 6, 0, 6, 4, 0, 6, 0, 8, 0, 0,
419 : : 9, 0, 0, 6, 0, 3, 8, 0, 9, 0,
420 : :
421 : : 5, 0, 0, 0, 0, 0, 0, 0, 0, 0,
422 : : 0, 0, 0, 0, 1, 0
423 : : } ;
424 : :
425 : : static yyconst flex_int32_t yy_ec[256] =
426 : : { 0,
427 : : 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
428 : : 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
429 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
430 : : 1, 5, 1, 1, 6, 1, 1, 1, 1, 1,
431 : : 1, 1, 7, 8, 7, 9, 10, 11, 11, 11,
432 : : 11, 11, 11, 11, 11, 11, 11, 1, 1, 12,
433 : : 1, 13, 1, 1, 14, 14, 14, 15, 16, 14,
434 : : 14, 14, 14, 14, 14, 14, 14, 14, 14, 14,
435 : : 17, 14, 14, 14, 14, 14, 14, 14, 14, 14,
436 : : 8, 18, 8, 1, 14, 1, 19, 14, 20, 21,
437 : :
438 : : 22, 14, 14, 14, 23, 24, 14, 14, 14, 25,
439 : : 14, 26, 14, 14, 27, 28, 29, 14, 14, 14,
440 : : 14, 14, 1, 1, 1, 1, 1, 1, 1, 1,
441 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
442 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
443 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
444 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
445 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
446 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
447 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
448 : :
449 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
450 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
451 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
452 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
453 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
454 : : 1, 1, 1, 1, 1
455 : : } ;
456 : :
457 : : static yyconst flex_int32_t yy_meta[30] =
458 : : { 0,
459 : : 1, 1, 1, 1, 1, 1, 1, 2, 3, 1,
460 : : 4, 1, 1, 4, 4, 4, 4, 1, 4, 4,
461 : : 4, 4, 4, 4, 4, 4, 4, 4, 4
462 : : } ;
463 : :
464 : : static yyconst flex_int16_t yy_base[124] =
465 : : { 0,
466 : : 0, 0, 28, 45, 61, 0, 240, 241, 241, 241,
467 : : 236, 241, 28, 227, 79, 220, 26, 37, 34, 241,
468 : : 241, 241, 233, 50, 241, 224, 15, 223, 241, 47,
469 : : 50, 241, 222, 0, 51, 97, 53, 50, 69, 203,
470 : : 222, 219, 83, 241, 226, 217, 114, 241, 216, 204,
471 : : 200, 85, 88, 213, 96, 72, 212, 103, 211, 122,
472 : : 201, 211, 90, 123, 139, 193, 197, 107, 120, 138,
473 : : 130, 206, 144, 141, 151, 189, 206, 205, 156, 0,
474 : : 162, 202, 205, 241, 189, 159, 165, 199, 167, 198,
475 : : 197, 202, 195, 78, 179, 168, 193, 173, 166, 141,
476 : :
477 : : 241, 134, 115, 121, 108, 102, 89, 101, 89, 150,
478 : : 70, 171, 55, 170, 241, 241, 185, 188, 191, 40,
479 : : 193, 196, 199
480 : : } ;
481 : :
482 : : static yyconst flex_int16_t yy_def[124] =
483 : : { 0,
484 : : 116, 1, 117, 117, 1, 5, 116, 116, 116, 116,
485 : : 116, 116, 116, 116, 116, 116, 118, 116, 118, 116,
486 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 118,
487 : : 118, 116, 116, 15, 116, 116, 116, 116, 116, 116,
488 : : 119, 120, 118, 116, 116, 120, 118, 116, 116, 116,
489 : : 116, 118, 118, 116, 116, 116, 116, 116, 116, 116,
490 : : 116, 121, 122, 121, 118, 116, 116, 118, 118, 116,
491 : : 116, 116, 116, 116, 116, 116, 121, 123, 122, 64,
492 : : 121, 116, 65, 116, 116, 65, 116, 116, 116, 116,
493 : : 116, 116, 116, 121, 116, 65, 116, 116, 116, 116,
494 : :
495 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
496 : : 116, 116, 116, 116, 116, 0, 116, 116, 116, 116,
497 : : 116, 116, 116
498 : : } ;
499 : :
500 : : static yyconst flex_int16_t yy_nxt[271] =
501 : : { 0,
502 : : 8, 9, 10, 11, 9, 12, 13, 8, 14, 8,
503 : : 15, 16, 8, 17, 17, 17, 17, 18, 17, 17,
504 : : 17, 17, 19, 19, 17, 17, 17, 17, 17, 21,
505 : : 22, 23, 21, 41, 42, 50, 33, 51, 34, 44,
506 : : 45, 41, 46, 63, 47, 24, 21, 22, 23, 21,
507 : : 35, 35, 44, 45, 41, 42, 57, 41, 42, 54,
508 : : 58, 55, 24, 25, 8, 114, 8, 26, 52, 8,
509 : : 27, 28, 8, 29, 53, 39, 39, 59, 72, 60,
510 : : 112, 30, 73, 31, 17, 37, 42, 33, 94, 34,
511 : : 41, 42, 41, 42, 38, 41, 42, 78, 42, 110,
512 : :
513 : : 38, 39, 39, 37, 54, 109, 55, 36, 69, 37,
514 : : 68, 71, 56, 58, 41, 42, 108, 71, 56, 39,
515 : : 39, 41, 46, 107, 47, 39, 39, 41, 42, 65,
516 : : 59, 42, 60, 80, 106, 65, 82, 75, 81, 105,
517 : : 88, 86, 104, 75, 81, 82, 41, 42, 70, 83,
518 : : 37, 74, 103, 87, 73, 102, 89, 90, 111, 87,
519 : : 110, 91, 89, 78, 42, 116, 39, 39, 93, 43,
520 : : 42, 93, 94, 98, 116, 97, 99, 99, 43, 113,
521 : : 114, 112, 115, 99, 96, 20, 20, 20, 20, 43,
522 : : 43, 43, 41, 41, 41, 77, 77, 79, 79, 79,
523 : :
524 : : 78, 78, 78, 97, 101, 97, 100, 91, 91, 88,
525 : : 95, 116, 88, 42, 42, 92, 73, 85, 84, 42,
526 : : 76, 74, 58, 70, 67, 66, 49, 64, 44, 62,
527 : : 42, 61, 36, 49, 49, 48, 40, 36, 32, 116,
528 : : 7, 116, 116, 116, 116, 116, 116, 116, 116, 116,
529 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
530 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116
531 : : } ;
532 : :
533 : : static yyconst flex_int16_t yy_chk[271] =
534 : : { 0,
535 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
536 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
537 : : 1, 1, 1, 1, 1, 1, 1, 1, 1, 3,
538 : : 3, 3, 3, 17, 17, 27, 13, 27, 13, 18,
539 : : 18, 19, 19, 120, 19, 3, 4, 4, 4, 4,
540 : : 13, 13, 24, 24, 30, 30, 38, 31, 31, 35,
541 : : 38, 35, 4, 5, 5, 113, 5, 5, 30, 5,
542 : : 5, 5, 5, 5, 31, 37, 37, 39, 56, 39,
543 : : 111, 5, 56, 5, 5, 15, 94, 15, 94, 15,
544 : : 43, 43, 52, 52, 15, 53, 53, 63, 63, 109,
545 : :
546 : : 15, 15, 15, 36, 55, 108, 55, 36, 53, 58,
547 : : 52, 55, 36, 58, 68, 68, 107, 55, 36, 36,
548 : : 36, 47, 47, 106, 47, 58, 58, 69, 69, 47,
549 : : 60, 64, 60, 64, 105, 47, 71, 60, 64, 104,
550 : : 71, 69, 103, 60, 64, 65, 65, 65, 70, 65,
551 : : 73, 74, 102, 70, 73, 100, 74, 75, 110, 70,
552 : : 110, 75, 74, 79, 79, 86, 73, 73, 81, 86,
553 : : 81, 87, 81, 89, 96, 87, 99, 89, 96, 112,
554 : : 114, 112, 114, 98, 86, 117, 117, 117, 117, 118,
555 : : 118, 118, 119, 119, 119, 121, 121, 122, 122, 122,
556 : :
557 : : 123, 123, 123, 97, 95, 93, 92, 91, 90, 88,
558 : : 85, 83, 82, 78, 77, 76, 72, 67, 66, 62,
559 : : 61, 59, 57, 54, 51, 50, 49, 46, 45, 42,
560 : : 41, 40, 33, 28, 26, 23, 16, 14, 11, 7,
561 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
562 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
563 : : 116, 116, 116, 116, 116, 116, 116, 116, 116, 116
564 : : } ;
565 : :
566 : : /* Table of booleans, true if rule could match eol. */
567 : : static yyconst flex_int32_t yy_rule_can_match_eol[20] =
568 : : { 0,
569 : : 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0,
570 : : };
571 : :
572 : : static yy_state_type yy_last_accepting_state;
573 : : static char *yy_last_accepting_cpos;
574 : :
575 : : extern int dataset__flex_debug;
576 : : int dataset__flex_debug = 0;
577 : :
578 : : /* The intent behind this definition is that it'll catch
579 : : * any uses of REJECT which flex missed.
580 : : */
581 : : #define REJECT reject_used_but_not_detected
582 : : #define yymore() yymore_used_but_not_detected
583 : : #define YY_MORE_ADJ 0
584 : : #define YY_RESTORE_YY_MORE_OFFSET
585 : : char *dataset_text;
586 : : #line 1 "scan_dataset.l"
587 : : /* -*-c-*- */
588 : : #line 4 "scan_dataset.l"
589 : : /*
590 : : * scan_dataset.l - scanner for the Qucs dataset
591 : : *
592 : : * Copyright (C) 2003, 2004, 2005, 2006, 2008 Stefan Jahn <stefan@lkcc.org>
593 : : *
594 : : * This is free software; you can redistribute it and/or modify
595 : : * it under the terms of the GNU General Public License as published by
596 : : * the Free Software Foundation; either version 2, or (at your option)
597 : : * any later version.
598 : : *
599 : : * This software is distributed in the hope that it will be useful,
600 : : * but WITHOUT ANY WARRANTY; without even the implied warranty of
601 : : * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
602 : : * GNU General Public License for more details.
603 : : *
604 : : * You should have received a copy of the GNU General Public License
605 : : * along with this package; see the file COPYING. If not, write to
606 : : * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
607 : : * Boston, MA 02110-1301, USA.
608 : : *
609 : : * $Id$
610 : : *
611 : : */
612 : :
613 : : #if HAVE_CONFIG_H
614 : : # include <config.h>
615 : : #endif
616 : :
617 : : #include <stdio.h>
618 : : #include <stdlib.h>
619 : : #include <string.h>
620 : : #include <ctype.h>
621 : :
622 : : #ifdef __MINGW32__
623 : : #include <io.h>
624 : : #endif
625 : :
626 : : #ifdef HAVE_UNISTD_H
627 : : #include <unistd.h>
628 : : #endif
629 : :
630 : : #include "logging.h"
631 : : #include "complex.h"
632 : : #include "object.h"
633 : : #include "vector.h"
634 : : #include "dataset.h"
635 : : #include "check_dataset.h"
636 : : #include "tokens_dataset.h"
637 : :
638 : : using namespace qucs;
639 : :
640 : :
641 : : #line 642 "scan_dataset.cpp"
642 : :
643 : : #define INITIAL 0
644 : : #define COMMENT 1
645 : : #define DESCRIPTION 2
646 : :
647 : : #ifndef YY_EXTRA_TYPE
648 : : #define YY_EXTRA_TYPE void *
649 : : #endif
650 : :
651 : : static int yy_init_globals (void );
652 : :
653 : : /* Accessor methods to globals.
654 : : These are made visible to non-reentrant scanners for convenience. */
655 : :
656 : : int dataset_lex_destroy (void );
657 : :
658 : : int dataset_get_debug (void );
659 : :
660 : : void dataset_set_debug (int debug_flag );
661 : :
662 : : YY_EXTRA_TYPE dataset_get_extra (void );
663 : :
664 : : void dataset_set_extra (YY_EXTRA_TYPE user_defined );
665 : :
666 : : FILE *dataset_get_in (void );
667 : :
668 : : void dataset_set_in (FILE * in_str );
669 : :
670 : : FILE *dataset_get_out (void );
671 : :
672 : : void dataset_set_out (FILE * out_str );
673 : :
674 : : yy_size_t dataset_get_leng (void );
675 : :
676 : : char *dataset_get_text (void );
677 : :
678 : : int dataset_get_lineno (void );
679 : :
680 : : void dataset_set_lineno (int line_number );
681 : :
682 : : /* Macros after this point can all be overridden by user definitions in
683 : : * section 1.
684 : : */
685 : :
686 : : #ifndef YY_SKIP_YYWRAP
687 : : #ifdef __cplusplus
688 : : extern "C" int dataset_wrap (void );
689 : : #else
690 : : extern int dataset_wrap (void );
691 : : #endif
692 : : #endif
693 : :
694 : : #ifndef yytext_ptr
695 : : static void yy_flex_strncpy (char *,yyconst char *,int );
696 : : #endif
697 : :
698 : : #ifdef YY_NEED_STRLEN
699 : : static int yy_flex_strlen (yyconst char * );
700 : : #endif
701 : :
702 : : #ifndef YY_NO_INPUT
703 : :
704 : : #ifdef __cplusplus
705 : : static int yyinput (void );
706 : : #else
707 : : static int input (void );
708 : : #endif
709 : :
710 : : #endif
711 : :
712 : : /* Amount of stuff to slurp up with each read. */
713 : : #ifndef YY_READ_BUF_SIZE
714 : : #define YY_READ_BUF_SIZE 8192
715 : : #endif
716 : :
717 : : /* Copy whatever the last rule matched to the standard output. */
718 : : #ifndef ECHO
719 : : /* This used to be an fputs(), but since the string might contain NUL's,
720 : : * we now use fwrite().
721 : : */
722 : : #define ECHO do { if (fwrite( dataset_text, dataset_leng, 1, dataset_out )) {} } while (0)
723 : : #endif
724 : :
725 : : /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
726 : : * is returned in "result".
727 : : */
728 : : #ifndef YY_INPUT
729 : : #define YY_INPUT(buf,result,max_size) \
730 : : if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
731 : : { \
732 : : int c = '*'; \
733 : : size_t n; \
734 : : for ( n = 0; n < max_size && \
735 : : (c = getc( dataset_in )) != EOF && c != '\n'; ++n ) \
736 : : buf[n] = (char) c; \
737 : : if ( c == '\n' ) \
738 : : buf[n++] = (char) c; \
739 : : if ( c == EOF && ferror( dataset_in ) ) \
740 : : YY_FATAL_ERROR( "input in flex scanner failed" ); \
741 : : result = n; \
742 : : } \
743 : : else \
744 : : { \
745 : : errno=0; \
746 : : while ( (result = fread(buf, 1, max_size, dataset_in))==0 && ferror(dataset_in)) \
747 : : { \
748 : : if( errno != EINTR) \
749 : : { \
750 : : YY_FATAL_ERROR( "input in flex scanner failed" ); \
751 : : break; \
752 : : } \
753 : : errno=0; \
754 : : clearerr(dataset_in); \
755 : : } \
756 : : }\
757 : : \
758 : :
759 : : #endif
760 : :
761 : : /* No semi-colon after return; correct usage is to write "yyterminate();" -
762 : : * we don't want an extra ';' after the "return" because that will cause
763 : : * some compilers to complain about unreachable statements.
764 : : */
765 : : #ifndef yyterminate
766 : : #define yyterminate() return YY_NULL
767 : : #endif
768 : :
769 : : /* Number of entries by which start-condition stack grows. */
770 : : #ifndef YY_START_STACK_INCR
771 : : #define YY_START_STACK_INCR 25
772 : : #endif
773 : :
774 : : /* Report a fatal error. */
775 : : #ifndef YY_FATAL_ERROR
776 : : #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
777 : : #endif
778 : :
779 : : /* end tables serialization structures and prototypes */
780 : :
781 : : /* Default declaration of generated scanner - a define so the user can
782 : : * easily add parameters.
783 : : */
784 : : #ifndef YY_DECL
785 : : #define YY_DECL_IS_OURS 1
786 : :
787 : : extern int dataset_lex (void);
788 : :
789 : : #define YY_DECL int dataset_lex (void)
790 : : #endif /* !YY_DECL */
791 : :
792 : : /* Code executed at the beginning of each rule, after dataset_text and dataset_leng
793 : : * have been set up.
794 : : */
795 : : #ifndef YY_USER_ACTION
796 : : #define YY_USER_ACTION
797 : : #endif
798 : :
799 : : /* Code executed at the end of each rule. */
800 : : #ifndef YY_BREAK
801 : : #define YY_BREAK break;
802 : : #endif
803 : :
804 : : #define YY_RULE_SETUP \
805 : : YY_USER_ACTION
806 : :
807 : : /** The main scanner function which does all the work.
808 : : */
809 : 0 : YY_DECL
810 : : {
811 : : register yy_state_type yy_current_state;
812 : : register char *yy_cp, *yy_bp;
813 : : register int yy_act;
814 : :
815 : : #line 88 "scan_dataset.l"
816 : :
817 : :
818 : : #line 819 "scan_dataset.cpp"
819 : :
820 [ # # ]: 0 : if ( !(yy_init) )
821 : : {
822 : 0 : (yy_init) = 1;
823 : :
824 : : #ifdef YY_USER_INIT
825 : : YY_USER_INIT;
826 : : #endif
827 : :
828 [ # # ]: 0 : if ( ! (yy_start) )
829 : 0 : (yy_start) = 1; /* first start state */
830 : :
831 [ # # ]: 0 : if ( ! dataset_in )
832 : 0 : dataset_in = stdin;
833 : :
834 [ # # ]: 0 : if ( ! dataset_out )
835 : 0 : dataset_out = stdout;
836 : :
837 [ # # ][ # # ]: 0 : if ( ! YY_CURRENT_BUFFER ) {
838 : 0 : dataset_ensure_buffer_stack ();
839 : 0 : YY_CURRENT_BUFFER_LVALUE =
840 : 0 : dataset__create_buffer(dataset_in,YY_BUF_SIZE );
841 : : }
842 : :
843 : 0 : dataset__load_buffer_state( );
844 : : }
845 : :
846 : 0 : while ( 1 ) /* loops until end-of-file is reached */
847 : : {
848 : 0 : yy_cp = (yy_c_buf_p);
849 : :
850 : : /* Support of dataset_text. */
851 : 0 : *yy_cp = (yy_hold_char);
852 : :
853 : : /* yy_bp points to the position in yy_ch_buf of the start of
854 : : * the current run.
855 : : */
856 : 0 : yy_bp = yy_cp;
857 : :
858 : 0 : yy_current_state = (yy_start);
859 : : yy_match:
860 [ # # ]: 0 : do
861 : : {
862 : 0 : register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
863 [ # # ]: 0 : if ( yy_accept[yy_current_state] )
864 : : {
865 : 0 : (yy_last_accepting_state) = yy_current_state;
866 : 0 : (yy_last_accepting_cpos) = yy_cp;
867 : : }
868 [ # # ]: 0 : while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
869 : : {
870 : 0 : yy_current_state = (int) yy_def[yy_current_state];
871 [ # # ]: 0 : if ( yy_current_state >= 117 )
872 : 0 : yy_c = yy_meta[(unsigned int) yy_c];
873 : : }
874 : 0 : yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
875 : 0 : ++yy_cp;
876 : : }
877 : 0 : while ( yy_base[yy_current_state] != 241 );
878 : :
879 : : yy_find_action:
880 : 0 : yy_act = yy_accept[yy_current_state];
881 [ # # ]: 0 : if ( yy_act == 0 )
882 : : { /* have to back up */
883 : 0 : yy_cp = (yy_last_accepting_cpos);
884 : 0 : yy_current_state = (yy_last_accepting_state);
885 : 0 : yy_act = yy_accept[yy_current_state];
886 : : }
887 : :
888 : 0 : YY_DO_BEFORE_ACTION;
889 : :
890 [ # # ][ # # ]: 0 : if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
891 : : {
892 : : int yyl;
893 [ # # ]: 0 : for ( yyl = 0; yyl < dataset_leng; ++yyl )
894 [ # # ]: 0 : if ( dataset_text[yyl] == '\n' )
895 : :
896 : 0 : dataset_lineno++;
897 : : ;
898 : : }
899 : :
900 : : do_action: /* This label is used only to access EOF actions. */
901 : :
902 [ # # # # : 0 : switch ( yy_act )
# # # # #
# # # # #
# # # # #
# # # # ]
903 : : { /* beginning of action switch */
904 : : case 0: /* must back up */
905 : : /* undo the effects of YY_DO_BEFORE_ACTION */
906 : 0 : *yy_cp = (yy_hold_char);
907 : 0 : yy_cp = (yy_last_accepting_cpos);
908 : 0 : yy_current_state = (yy_last_accepting_state);
909 : 0 : goto yy_find_action;
910 : :
911 : : case 1:
912 : : YY_RULE_SETUP
913 : : #line 90 "scan_dataset.l"
914 : : {
915 : : return Version;
916 : : }
917 : : YY_BREAK
918 : : case 2:
919 : : YY_RULE_SETUP
920 : : #line 94 "scan_dataset.l"
921 : : {
922 : : return DepBegin;
923 : : }
924 : : YY_BREAK
925 : : case 3:
926 : : YY_RULE_SETUP
927 : : #line 98 "scan_dataset.l"
928 : : {
929 : : return IndepBegin;
930 : : }
931 : : YY_BREAK
932 : : case 4:
933 : : YY_RULE_SETUP
934 : : #line 102 "scan_dataset.l"
935 : : {
936 : : return DepEnd;
937 : : }
938 : : YY_BREAK
939 : : case 5:
940 : : YY_RULE_SETUP
941 : : #line 106 "scan_dataset.l"
942 : : {
943 : : return IndepEnd;
944 : : }
945 : : YY_BREAK
946 : : case 6:
947 : : YY_RULE_SETUP
948 : : #line 110 "scan_dataset.l"
949 : : { /* identify identifier */
950 : : dataset_lval.ident = strdup (dataset_text);
951 : : return Identifier;
952 : : }
953 : : YY_BREAK
954 : : case 7:
955 : : YY_RULE_SETUP
956 : : #line 115 "scan_dataset.l"
957 : : { /* identify real float */
958 : : dataset_lval.f = strtod (dataset_text, NULL);
959 : : return REAL;
960 : : }
961 : : YY_BREAK
962 : : case 8:
963 : : YY_RULE_SETUP
964 : : #line 120 "scan_dataset.l"
965 : : { /* identify imaginary float */
966 : : if (dataset_text[0] == 'i' || dataset_text[0] == 'j')
967 : : dataset_text[0] = '0';
968 : : else
969 : : dataset_text[1] = '0';
970 : : dataset_lval.f = strtod (dataset_text, NULL);
971 : : return IMAG;
972 : : }
973 : : YY_BREAK
974 : : case 9:
975 : : YY_RULE_SETUP
976 : : #line 129 "scan_dataset.l"
977 : : { /* identify complete complex number */
978 : : int i = 0;
979 : : while (dataset_text[i] != 'i' && dataset_text[i] != 'j') i++;
980 : : dataset_text[i] = dataset_text[i - 1];
981 : : dataset_text[i - 1] = '\0';
982 : : dataset_lval.c.r = strtod (dataset_text, NULL);
983 : : dataset_lval.c.i = strtod (&dataset_text[i], NULL);
984 : : return COMPLEX;
985 : : }
986 : : YY_BREAK
987 : : case 10:
988 : : YY_RULE_SETUP
989 : : #line 139 "scan_dataset.l"
990 : : { /* identify integer */
991 : : dataset_lval.n = strtol (dataset_text, NULL, 10);
992 : : return Integer;
993 : : }
994 : : YY_BREAK
995 : : case 11:
996 : : YY_RULE_SETUP
997 : : #line 144 "scan_dataset.l"
998 : : { /* pass the '<' to the parser */
999 : : BEGIN(DESCRIPTION);
1000 : : return '<';
1001 : : }
1002 : : YY_BREAK
1003 : : case 12:
1004 : : YY_RULE_SETUP
1005 : : #line 148 "scan_dataset.l"
1006 : : { /* pass the '>' to the parser */
1007 : : BEGIN(INITIAL);
1008 : : return '>';
1009 : : }
1010 : : YY_BREAK
1011 : : case 13:
1012 : : /* rule 13 can match eol */
1013 : : YY_RULE_SETUP
1014 : : #line 152 "scan_dataset.l"
1015 : : { /* detect end of line */ return Eol; }
1016 : : YY_BREAK
1017 : : case 14:
1018 : : /* rule 14 can match eol */
1019 : : YY_RULE_SETUP
1020 : : #line 154 "scan_dataset.l"
1021 : : /* skip spaces and the trailing '\' */
1022 : : YY_BREAK
1023 : : case 15:
1024 : : YY_RULE_SETUP
1025 : : #line 156 "scan_dataset.l"
1026 : : { /* leave these characters */
1027 : : BEGIN(COMMENT);
1028 : : }
1029 : : YY_BREAK
1030 : : case 16:
1031 : : YY_RULE_SETUP
1032 : : #line 159 "scan_dataset.l"
1033 : : { /* any other character in invalid */
1034 : : logprint (LOG_ERROR,
1035 : : "line %d: syntax error, unrecognized character: `%s'\n",
1036 : : dataset_lineno, dataset_text);
1037 : : return InvalidCharacter;
1038 : : }
1039 : : YY_BREAK
1040 : : case 17:
1041 : : YY_RULE_SETUP
1042 : : #line 166 "scan_dataset.l"
1043 : : { /* skip any character in here */ }
1044 : : YY_BREAK
1045 : : case 18:
1046 : : /* rule 18 can match eol */
1047 : : YY_RULE_SETUP
1048 : : #line 167 "scan_dataset.l"
1049 : : { BEGIN(INITIAL); /* skipping ends here */ }
1050 : : YY_BREAK
1051 : : case 19:
1052 : : YY_RULE_SETUP
1053 : : #line 169 "scan_dataset.l"
1054 : : ECHO;
1055 : : YY_BREAK
1056 : : #line 1057 "scan_dataset.cpp"
1057 : : case YY_STATE_EOF(INITIAL):
1058 : : case YY_STATE_EOF(COMMENT):
1059 : : case YY_STATE_EOF(DESCRIPTION):
1060 : 0 : yyterminate();
1061 : :
1062 : : case YY_END_OF_BUFFER:
1063 : : {
1064 : : /* Amount of text matched not including the EOB char. */
1065 : 0 : int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1066 : :
1067 : : /* Undo the effects of YY_DO_BEFORE_ACTION. */
1068 : 0 : *yy_cp = (yy_hold_char);
1069 : : YY_RESTORE_YY_MORE_OFFSET
1070 : :
1071 [ # # ]: 0 : if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1072 : : {
1073 : : /* We're scanning a new file or input source. It's
1074 : : * possible that this happened because the user
1075 : : * just pointed dataset_in at a new source and called
1076 : : * dataset_lex(). If so, then we have to assure
1077 : : * consistency between YY_CURRENT_BUFFER and our
1078 : : * globals. Here is the right place to do so, because
1079 : : * this is the first action (other than possibly a
1080 : : * back-up) that will match for the new input source.
1081 : : */
1082 : 0 : (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1083 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_input_file = dataset_in;
1084 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1085 : : }
1086 : :
1087 : : /* Note that here we test for yy_c_buf_p "<=" to the position
1088 : : * of the first EOB in the buffer, since yy_c_buf_p will
1089 : : * already have been incremented past the NUL character
1090 : : * (since all states make transitions on EOB to the
1091 : : * end-of-buffer state). Contrast this with the test
1092 : : * in input().
1093 : : */
1094 [ # # ]: 0 : if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1095 : : { /* This was really a NUL. */
1096 : : yy_state_type yy_next_state;
1097 : :
1098 : 0 : (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1099 : :
1100 : 0 : yy_current_state = yy_get_previous_state( );
1101 : :
1102 : : /* Okay, we're now positioned to make the NUL
1103 : : * transition. We couldn't have
1104 : : * yy_get_previous_state() go ahead and do it
1105 : : * for us because it doesn't know how to deal
1106 : : * with the possibility of jamming (and we don't
1107 : : * want to build jamming into it because then it
1108 : : * will run more slowly).
1109 : : */
1110 : :
1111 : 0 : yy_next_state = yy_try_NUL_trans( yy_current_state );
1112 : :
1113 : 0 : yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1114 : :
1115 [ # # ]: 0 : if ( yy_next_state )
1116 : : {
1117 : : /* Consume the NUL. */
1118 : 0 : yy_cp = ++(yy_c_buf_p);
1119 : 0 : yy_current_state = yy_next_state;
1120 : 0 : goto yy_match;
1121 : : }
1122 : :
1123 : : else
1124 : : {
1125 : 0 : yy_cp = (yy_c_buf_p);
1126 : 0 : goto yy_find_action;
1127 : : }
1128 : : }
1129 : :
1130 [ # # # # ]: 0 : else switch ( yy_get_next_buffer( ) )
1131 : : {
1132 : : case EOB_ACT_END_OF_FILE:
1133 : : {
1134 : 0 : (yy_did_buffer_switch_on_eof) = 0;
1135 : :
1136 : : if ( dataset_wrap( ) )
1137 : : {
1138 : : /* Note: because we've taken care in
1139 : : * yy_get_next_buffer() to have set up
1140 : : * dataset_text, we can now set up
1141 : : * yy_c_buf_p so that if some total
1142 : : * hoser (like flex itself) wants to
1143 : : * call the scanner after we return the
1144 : : * YY_NULL, it'll still work - another
1145 : : * YY_NULL will get returned.
1146 : : */
1147 : 0 : (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1148 : :
1149 : 0 : yy_act = YY_STATE_EOF(YY_START);
1150 : 0 : goto do_action;
1151 : : }
1152 : :
1153 : : else
1154 : : {
1155 : : if ( ! (yy_did_buffer_switch_on_eof) )
1156 : : YY_NEW_FILE;
1157 : : }
1158 : : break;
1159 : : }
1160 : :
1161 : : case EOB_ACT_CONTINUE_SCAN:
1162 : : (yy_c_buf_p) =
1163 : 0 : (yytext_ptr) + yy_amount_of_matched_text;
1164 : :
1165 : 0 : yy_current_state = yy_get_previous_state( );
1166 : :
1167 : 0 : yy_cp = (yy_c_buf_p);
1168 : 0 : yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1169 : 0 : goto yy_match;
1170 : :
1171 : : case EOB_ACT_LAST_MATCH:
1172 : : (yy_c_buf_p) =
1173 : 0 : &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1174 : :
1175 : 0 : yy_current_state = yy_get_previous_state( );
1176 : :
1177 : 0 : yy_cp = (yy_c_buf_p);
1178 : 0 : yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1179 : 0 : goto yy_find_action;
1180 : : }
1181 : 0 : break;
1182 : : }
1183 : :
1184 : : default:
1185 : : YY_FATAL_ERROR(
1186 : 0 : "fatal flex scanner internal error--no action found" );
1187 : : } /* end of action switch */
1188 : : } /* end of scanning one token */
1189 : : } /* end of dataset_lex */
1190 : :
1191 : : /* yy_get_next_buffer - try to read in a new buffer
1192 : : *
1193 : : * Returns a code representing an action:
1194 : : * EOB_ACT_LAST_MATCH -
1195 : : * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1196 : : * EOB_ACT_END_OF_FILE - end of file
1197 : : */
1198 : 0 : static int yy_get_next_buffer (void)
1199 : : {
1200 : 0 : register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1201 : 0 : register char *source = (yytext_ptr);
1202 : : register int number_to_move, i;
1203 : : int ret_val;
1204 : :
1205 [ # # ]: 0 : if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1206 : : YY_FATAL_ERROR(
1207 : 0 : "fatal flex scanner internal error--end of buffer missed" );
1208 : :
1209 [ # # ]: 0 : if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1210 : : { /* Don't try to fill the buffer, so this is an EOF. */
1211 [ # # ]: 0 : if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1212 : : {
1213 : : /* We matched a single character, the EOB, so
1214 : : * treat this as a final EOF.
1215 : : */
1216 : 0 : return EOB_ACT_END_OF_FILE;
1217 : : }
1218 : :
1219 : : else
1220 : : {
1221 : : /* We matched some text prior to the EOB, first
1222 : : * process it.
1223 : : */
1224 : 0 : return EOB_ACT_LAST_MATCH;
1225 : : }
1226 : : }
1227 : :
1228 : : /* Try to read more data. */
1229 : :
1230 : : /* First move last chars to start of buffer. */
1231 : 0 : number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1232 : :
1233 [ # # ]: 0 : for ( i = 0; i < number_to_move; ++i )
1234 : 0 : *(dest++) = *(source++);
1235 : :
1236 [ # # ]: 0 : if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1237 : : /* don't do the read, it's not guaranteed to return an EOF,
1238 : : * just force an EOF
1239 : : */
1240 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1241 : :
1242 : : else
1243 : : {
1244 : : yy_size_t num_to_read =
1245 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1246 : :
1247 [ # # ]: 0 : while ( num_to_read <= 0 )
1248 : : { /* Not enough room in the buffer - grow it. */
1249 : :
1250 : : /* just a shorter name for the current buffer */
1251 : 0 : YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
1252 : :
1253 : : int yy_c_buf_p_offset =
1254 : 0 : (int) ((yy_c_buf_p) - b->yy_ch_buf);
1255 : :
1256 [ # # ]: 0 : if ( b->yy_is_our_buffer )
1257 : : {
1258 : 0 : yy_size_t new_size = b->yy_buf_size * 2;
1259 : :
1260 [ # # ]: 0 : if ( new_size <= 0 )
1261 : 0 : b->yy_buf_size += b->yy_buf_size / 8;
1262 : : else
1263 : 0 : b->yy_buf_size *= 2;
1264 : :
1265 : : b->yy_ch_buf = (char *)
1266 : : /* Include room in for 2 EOB chars. */
1267 : 0 : dataset_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1268 : : }
1269 : : else
1270 : : /* Can't grow it, we don't own it. */
1271 : 0 : b->yy_ch_buf = 0;
1272 : :
1273 [ # # ]: 0 : if ( ! b->yy_ch_buf )
1274 : : YY_FATAL_ERROR(
1275 : 0 : "fatal error - scanner input buffer overflow" );
1276 : :
1277 : 0 : (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
1278 : :
1279 : 0 : num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1280 : 0 : number_to_move - 1;
1281 : :
1282 : : }
1283 : :
1284 [ # # ]: 0 : if ( num_to_read > YY_READ_BUF_SIZE )
1285 : 0 : num_to_read = YY_READ_BUF_SIZE;
1286 : :
1287 : : /* Read in more data. */
1288 [ # # ][ # # ]: 0 : YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ]
1289 : : (yy_n_chars), num_to_read );
1290 : :
1291 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1292 : : }
1293 : :
1294 [ # # ]: 0 : if ( (yy_n_chars) == 0 )
1295 : : {
1296 [ # # ]: 0 : if ( number_to_move == YY_MORE_ADJ )
1297 : : {
1298 : 0 : ret_val = EOB_ACT_END_OF_FILE;
1299 : 0 : dataset_restart(dataset_in );
1300 : : }
1301 : :
1302 : : else
1303 : : {
1304 : 0 : ret_val = EOB_ACT_LAST_MATCH;
1305 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1306 : 0 : YY_BUFFER_EOF_PENDING;
1307 : : }
1308 : : }
1309 : :
1310 : : else
1311 : 0 : ret_val = EOB_ACT_CONTINUE_SCAN;
1312 : :
1313 [ # # ]: 0 : if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1314 : : /* Extend the array by 50%, plus the number we really need. */
1315 : 0 : yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1316 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) dataset_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
1317 [ # # ]: 0 : if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1318 : 0 : YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1319 : : }
1320 : :
1321 : 0 : (yy_n_chars) += number_to_move;
1322 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1323 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1324 : :
1325 : 0 : (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1326 : :
1327 : 0 : return ret_val;
1328 : : }
1329 : :
1330 : : /* yy_get_previous_state - get the state just before the EOB char was reached */
1331 : :
1332 : 0 : static yy_state_type yy_get_previous_state (void)
1333 : : {
1334 : : register yy_state_type yy_current_state;
1335 : : register char *yy_cp;
1336 : :
1337 : 0 : yy_current_state = (yy_start);
1338 : :
1339 [ # # ]: 0 : for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1340 : : {
1341 [ # # ]: 0 : register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1342 [ # # ]: 0 : if ( yy_accept[yy_current_state] )
1343 : : {
1344 : 0 : (yy_last_accepting_state) = yy_current_state;
1345 : 0 : (yy_last_accepting_cpos) = yy_cp;
1346 : : }
1347 [ # # ]: 0 : while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1348 : : {
1349 : 0 : yy_current_state = (int) yy_def[yy_current_state];
1350 [ # # ]: 0 : if ( yy_current_state >= 117 )
1351 : 0 : yy_c = yy_meta[(unsigned int) yy_c];
1352 : : }
1353 : 0 : yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1354 : : }
1355 : :
1356 : 0 : return yy_current_state;
1357 : : }
1358 : :
1359 : : /* yy_try_NUL_trans - try to make a transition on the NUL character
1360 : : *
1361 : : * synopsis
1362 : : * next_state = yy_try_NUL_trans( current_state );
1363 : : */
1364 : 0 : static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1365 : : {
1366 : : register int yy_is_jam;
1367 : 0 : register char *yy_cp = (yy_c_buf_p);
1368 : :
1369 : 0 : register YY_CHAR yy_c = 1;
1370 [ # # ]: 0 : if ( yy_accept[yy_current_state] )
1371 : : {
1372 : 0 : (yy_last_accepting_state) = yy_current_state;
1373 : 0 : (yy_last_accepting_cpos) = yy_cp;
1374 : : }
1375 [ # # ]: 0 : while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1376 : : {
1377 : 0 : yy_current_state = (int) yy_def[yy_current_state];
1378 [ # # ]: 0 : if ( yy_current_state >= 117 )
1379 : 0 : yy_c = yy_meta[(unsigned int) yy_c];
1380 : : }
1381 : 0 : yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1382 : 0 : yy_is_jam = (yy_current_state == 116);
1383 : :
1384 [ # # ]: 0 : return yy_is_jam ? 0 : yy_current_state;
1385 : : }
1386 : :
1387 : : #ifndef YY_NO_INPUT
1388 : : #ifdef __cplusplus
1389 : 0 : static int yyinput (void)
1390 : : #else
1391 : : static int input (void)
1392 : : #endif
1393 : :
1394 : : {
1395 : : int c;
1396 : :
1397 : 0 : *(yy_c_buf_p) = (yy_hold_char);
1398 : :
1399 [ # # ]: 0 : if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1400 : : {
1401 : : /* yy_c_buf_p now points to the character we want to return.
1402 : : * If this occurs *before* the EOB characters, then it's a
1403 : : * valid NUL; if not, then we've hit the end of the buffer.
1404 : : */
1405 [ # # ]: 0 : if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1406 : : /* This was really a NUL. */
1407 : 0 : *(yy_c_buf_p) = '\0';
1408 : :
1409 : : else
1410 : : { /* need more input */
1411 : 0 : yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
1412 : 0 : ++(yy_c_buf_p);
1413 : :
1414 [ # # # # ]: 0 : switch ( yy_get_next_buffer( ) )
1415 : : {
1416 : : case EOB_ACT_LAST_MATCH:
1417 : : /* This happens because yy_g_n_b()
1418 : : * sees that we've accumulated a
1419 : : * token and flags that we need to
1420 : : * try matching the token before
1421 : : * proceeding. But for input(),
1422 : : * there's no matching to consider.
1423 : : * So convert the EOB_ACT_LAST_MATCH
1424 : : * to EOB_ACT_END_OF_FILE.
1425 : : */
1426 : :
1427 : : /* Reset buffer status. */
1428 : 0 : dataset_restart(dataset_in );
1429 : :
1430 : : /*FALLTHROUGH*/
1431 : :
1432 : : case EOB_ACT_END_OF_FILE:
1433 : : {
1434 : : if ( dataset_wrap( ) )
1435 : 0 : return EOF;
1436 : :
1437 : : if ( ! (yy_did_buffer_switch_on_eof) )
1438 : : YY_NEW_FILE;
1439 : : #ifdef __cplusplus
1440 : : return yyinput();
1441 : : #else
1442 : : return input();
1443 : : #endif
1444 : : }
1445 : :
1446 : : case EOB_ACT_CONTINUE_SCAN:
1447 : 0 : (yy_c_buf_p) = (yytext_ptr) + offset;
1448 : 0 : break;
1449 : : }
1450 : : }
1451 : : }
1452 : :
1453 : 0 : c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1454 : 0 : *(yy_c_buf_p) = '\0'; /* preserve dataset_text */
1455 : 0 : (yy_hold_char) = *++(yy_c_buf_p);
1456 : :
1457 [ # # ]: 0 : if ( c == '\n' )
1458 : :
1459 : 0 : dataset_lineno++;
1460 : : ;
1461 : :
1462 : 0 : return c;
1463 : : }
1464 : : #endif /* ifndef YY_NO_INPUT */
1465 : :
1466 : : /** Immediately switch to a different input stream.
1467 : : * @param input_file A readable stream.
1468 : : *
1469 : : * @note This function does not reset the start condition to @c INITIAL .
1470 : : */
1471 : 0 : void dataset_restart (FILE * input_file )
1472 : : {
1473 : :
1474 [ # # ][ # # ]: 0 : if ( ! YY_CURRENT_BUFFER ){
1475 : 0 : dataset_ensure_buffer_stack ();
1476 : 0 : YY_CURRENT_BUFFER_LVALUE =
1477 : 0 : dataset__create_buffer(dataset_in,YY_BUF_SIZE );
1478 : : }
1479 : :
1480 [ # # ]: 0 : dataset__init_buffer(YY_CURRENT_BUFFER,input_file );
1481 : 0 : dataset__load_buffer_state( );
1482 : 0 : }
1483 : :
1484 : : /** Switch to a different input buffer.
1485 : : * @param new_buffer The new input buffer.
1486 : : *
1487 : : */
1488 : 0 : void dataset__switch_to_buffer (YY_BUFFER_STATE new_buffer )
1489 : : {
1490 : :
1491 : : /* TODO. We should be able to replace this entire function body
1492 : : * with
1493 : : * dataset_pop_buffer_state();
1494 : : * dataset_push_buffer_state(new_buffer);
1495 : : */
1496 : 0 : dataset_ensure_buffer_stack ();
1497 [ # # ][ # # ]: 0 : if ( YY_CURRENT_BUFFER == new_buffer )
1498 : 0 : return;
1499 : :
1500 [ # # ][ # # ]: 0 : if ( YY_CURRENT_BUFFER )
1501 : : {
1502 : : /* Flush out information for old buffer. */
1503 : 0 : *(yy_c_buf_p) = (yy_hold_char);
1504 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1505 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1506 : : }
1507 : :
1508 : 0 : YY_CURRENT_BUFFER_LVALUE = new_buffer;
1509 : 0 : dataset__load_buffer_state( );
1510 : :
1511 : : /* We don't actually know whether we did this switch during
1512 : : * EOF (dataset_wrap()) processing, but the only time this flag
1513 : : * is looked at is after dataset_wrap() is called, so it's safe
1514 : : * to go ahead and always set it.
1515 : : */
1516 : 0 : (yy_did_buffer_switch_on_eof) = 1;
1517 : : }
1518 : :
1519 : 0 : static void dataset__load_buffer_state (void)
1520 : : {
1521 : 0 : (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1522 : 0 : (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1523 : 0 : dataset_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1524 : 0 : (yy_hold_char) = *(yy_c_buf_p);
1525 : 0 : }
1526 : :
1527 : : /** Allocate and initialize an input buffer state.
1528 : : * @param file A readable stream.
1529 : : * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1530 : : *
1531 : : * @return the allocated buffer state.
1532 : : */
1533 : 0 : YY_BUFFER_STATE dataset__create_buffer (FILE * file, int size )
1534 : : {
1535 : : YY_BUFFER_STATE b;
1536 : :
1537 : 0 : b = (YY_BUFFER_STATE) dataset_alloc(sizeof( struct yy_buffer_state ) );
1538 [ # # ]: 0 : if ( ! b )
1539 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset__create_buffer()" );
1540 : :
1541 : 0 : b->yy_buf_size = size;
1542 : :
1543 : : /* yy_ch_buf has to be 2 characters longer than the size given because
1544 : : * we need to put in 2 end-of-buffer characters.
1545 : : */
1546 : 0 : b->yy_ch_buf = (char *) dataset_alloc(b->yy_buf_size + 2 );
1547 [ # # ]: 0 : if ( ! b->yy_ch_buf )
1548 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset__create_buffer()" );
1549 : :
1550 : 0 : b->yy_is_our_buffer = 1;
1551 : :
1552 : 0 : dataset__init_buffer(b,file );
1553 : :
1554 : 0 : return b;
1555 : : }
1556 : :
1557 : : /** Destroy the buffer.
1558 : : * @param b a buffer created with dataset__create_buffer()
1559 : : *
1560 : : */
1561 : 0 : void dataset__delete_buffer (YY_BUFFER_STATE b )
1562 : : {
1563 : :
1564 [ # # ]: 0 : if ( ! b )
1565 : 0 : return;
1566 : :
1567 [ # # ][ # # ]: 0 : if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1568 : 0 : YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1569 : :
1570 [ # # ]: 0 : if ( b->yy_is_our_buffer )
1571 : 0 : dataset_free((void *) b->yy_ch_buf );
1572 : :
1573 : 0 : dataset_free((void *) b );
1574 : : }
1575 : :
1576 : : /* Initializes or reinitializes a buffer.
1577 : : * This function is sometimes called more than once on the same buffer,
1578 : : * such as during a dataset_restart() or at EOF.
1579 : : */
1580 : 0 : static void dataset__init_buffer (YY_BUFFER_STATE b, FILE * file )
1581 : :
1582 : : {
1583 : 0 : int oerrno = errno;
1584 : :
1585 : 0 : dataset__flush_buffer(b );
1586 : :
1587 : 0 : b->yy_input_file = file;
1588 : 0 : b->yy_fill_buffer = 1;
1589 : :
1590 : : /* If b is the current buffer, then dataset__init_buffer was _probably_
1591 : : * called from dataset_restart() or through yy_get_next_buffer.
1592 : : * In that case, we don't want to reset the lineno or column.
1593 : : */
1594 [ # # ][ # # ]: 0 : if (b != YY_CURRENT_BUFFER){
1595 : 0 : b->yy_bs_lineno = 1;
1596 : 0 : b->yy_bs_column = 0;
1597 : : }
1598 : :
1599 [ # # ][ # # ]: 0 : b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1600 : :
1601 : 0 : errno = oerrno;
1602 : 0 : }
1603 : :
1604 : : /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1605 : : * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1606 : : *
1607 : : */
1608 : 0 : void dataset__flush_buffer (YY_BUFFER_STATE b )
1609 : : {
1610 [ # # ]: 0 : if ( ! b )
1611 : 0 : return;
1612 : :
1613 : 0 : b->yy_n_chars = 0;
1614 : :
1615 : : /* We always need two end-of-buffer characters. The first causes
1616 : : * a transition to the end-of-buffer state. The second causes
1617 : : * a jam in that state.
1618 : : */
1619 : 0 : b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1620 : 0 : b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1621 : :
1622 : 0 : b->yy_buf_pos = &b->yy_ch_buf[0];
1623 : :
1624 : 0 : b->yy_at_bol = 1;
1625 : 0 : b->yy_buffer_status = YY_BUFFER_NEW;
1626 : :
1627 [ # # ][ # # ]: 0 : if ( b == YY_CURRENT_BUFFER )
1628 : 0 : dataset__load_buffer_state( );
1629 : : }
1630 : :
1631 : : /** Pushes the new state onto the stack. The new state becomes
1632 : : * the current state. This function will allocate the stack
1633 : : * if necessary.
1634 : : * @param new_buffer The new state.
1635 : : *
1636 : : */
1637 : 0 : void dataset_push_buffer_state (YY_BUFFER_STATE new_buffer )
1638 : : {
1639 [ # # ]: 0 : if (new_buffer == NULL)
1640 : 0 : return;
1641 : :
1642 : 0 : dataset_ensure_buffer_stack();
1643 : :
1644 : : /* This block is copied from dataset__switch_to_buffer. */
1645 [ # # ][ # # ]: 0 : if ( YY_CURRENT_BUFFER )
1646 : : {
1647 : : /* Flush out information for old buffer. */
1648 : 0 : *(yy_c_buf_p) = (yy_hold_char);
1649 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1650 : 0 : YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1651 : : }
1652 : :
1653 : : /* Only push if top exists. Otherwise, replace top. */
1654 [ # # ][ # # ]: 0 : if (YY_CURRENT_BUFFER)
1655 : 0 : (yy_buffer_stack_top)++;
1656 : 0 : YY_CURRENT_BUFFER_LVALUE = new_buffer;
1657 : :
1658 : : /* copied from dataset__switch_to_buffer. */
1659 : 0 : dataset__load_buffer_state( );
1660 : 0 : (yy_did_buffer_switch_on_eof) = 1;
1661 : : }
1662 : :
1663 : : /** Removes and deletes the top of the stack, if present.
1664 : : * The next element becomes the new top.
1665 : : *
1666 : : */
1667 : 0 : void dataset_pop_buffer_state (void)
1668 : : {
1669 [ # # ][ # # ]: 0 : if (!YY_CURRENT_BUFFER)
1670 : 0 : return;
1671 : :
1672 [ # # ]: 0 : dataset__delete_buffer(YY_CURRENT_BUFFER );
1673 : 0 : YY_CURRENT_BUFFER_LVALUE = NULL;
1674 [ # # ]: 0 : if ((yy_buffer_stack_top) > 0)
1675 : 0 : --(yy_buffer_stack_top);
1676 : :
1677 [ # # ][ # # ]: 0 : if (YY_CURRENT_BUFFER) {
1678 : 0 : dataset__load_buffer_state( );
1679 : 0 : (yy_did_buffer_switch_on_eof) = 1;
1680 : : }
1681 : : }
1682 : :
1683 : : /* Allocates the stack if it does not exist.
1684 : : * Guarantees space for at least one push.
1685 : : */
1686 : 0 : static void dataset_ensure_buffer_stack (void)
1687 : : {
1688 : : yy_size_t num_to_alloc;
1689 : :
1690 [ # # ]: 0 : if (!(yy_buffer_stack)) {
1691 : :
1692 : : /* First allocation is just for 2 elements, since we don't know if this
1693 : : * scanner will even need a stack. We use 2 instead of 1 to avoid an
1694 : : * immediate realloc on the next call.
1695 : : */
1696 : 0 : num_to_alloc = 1;
1697 : : (yy_buffer_stack) = (struct yy_buffer_state**)dataset_alloc
1698 : : (num_to_alloc * sizeof(struct yy_buffer_state*)
1699 : 0 : );
1700 [ # # ]: 0 : if ( ! (yy_buffer_stack) )
1701 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset_ensure_buffer_stack()" );
1702 : :
1703 : 0 : memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1704 : :
1705 : 0 : (yy_buffer_stack_max) = num_to_alloc;
1706 : 0 : (yy_buffer_stack_top) = 0;
1707 : 0 : return;
1708 : : }
1709 : :
1710 [ # # ]: 0 : if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1711 : :
1712 : : /* Increase the buffer to prepare for a possible push. */
1713 : 0 : int grow_size = 8 /* arbitrary grow size */;
1714 : :
1715 : 0 : num_to_alloc = (yy_buffer_stack_max) + grow_size;
1716 : : (yy_buffer_stack) = (struct yy_buffer_state**)dataset_realloc
1717 : : ((yy_buffer_stack),
1718 : : num_to_alloc * sizeof(struct yy_buffer_state*)
1719 : 0 : );
1720 [ # # ]: 0 : if ( ! (yy_buffer_stack) )
1721 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset_ensure_buffer_stack()" );
1722 : :
1723 : : /* zero only the new slots.*/
1724 : 0 : memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1725 : 0 : (yy_buffer_stack_max) = num_to_alloc;
1726 : : }
1727 : : }
1728 : :
1729 : : /** Setup the input buffer state to scan directly from a user-specified character buffer.
1730 : : * @param base the character buffer
1731 : : * @param size the size in bytes of the character buffer
1732 : : *
1733 : : * @return the newly allocated buffer state object.
1734 : : */
1735 : 0 : YY_BUFFER_STATE dataset__scan_buffer (char * base, yy_size_t size )
1736 : : {
1737 : : YY_BUFFER_STATE b;
1738 : :
1739 [ # # ][ # # ]: 0 : if ( size < 2 ||
[ # # ]
1740 : 0 : base[size-2] != YY_END_OF_BUFFER_CHAR ||
1741 : 0 : base[size-1] != YY_END_OF_BUFFER_CHAR )
1742 : : /* They forgot to leave room for the EOB's. */
1743 : 0 : return 0;
1744 : :
1745 : 0 : b = (YY_BUFFER_STATE) dataset_alloc(sizeof( struct yy_buffer_state ) );
1746 [ # # ]: 0 : if ( ! b )
1747 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset__scan_buffer()" );
1748 : :
1749 : 0 : b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1750 : 0 : b->yy_buf_pos = b->yy_ch_buf = base;
1751 : 0 : b->yy_is_our_buffer = 0;
1752 : 0 : b->yy_input_file = 0;
1753 : 0 : b->yy_n_chars = b->yy_buf_size;
1754 : 0 : b->yy_is_interactive = 0;
1755 : 0 : b->yy_at_bol = 1;
1756 : 0 : b->yy_fill_buffer = 0;
1757 : 0 : b->yy_buffer_status = YY_BUFFER_NEW;
1758 : :
1759 : 0 : dataset__switch_to_buffer(b );
1760 : :
1761 : 0 : return b;
1762 : : }
1763 : :
1764 : : /** Setup the input buffer state to scan a string. The next call to dataset_lex() will
1765 : : * scan from a @e copy of @a str.
1766 : : * @param yystr a NUL-terminated string to scan
1767 : : *
1768 : : * @return the newly allocated buffer state object.
1769 : : * @note If you want to scan bytes that may contain NUL values, then use
1770 : : * dataset__scan_bytes() instead.
1771 : : */
1772 : 0 : YY_BUFFER_STATE dataset__scan_string (yyconst char * yystr )
1773 : : {
1774 : :
1775 : 0 : return dataset__scan_bytes(yystr,strlen(yystr) );
1776 : : }
1777 : :
1778 : : /** Setup the input buffer state to scan the given bytes. The next call to dataset_lex() will
1779 : : * scan from a @e copy of @a bytes.
1780 : : * @param yybytes the byte buffer to scan
1781 : : * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
1782 : : *
1783 : : * @return the newly allocated buffer state object.
1784 : : */
1785 : 0 : YY_BUFFER_STATE dataset__scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
1786 : : {
1787 : : YY_BUFFER_STATE b;
1788 : : char *buf;
1789 : : yy_size_t n;
1790 : : int i;
1791 : :
1792 : : /* Get memory for full buffer, including space for trailing EOB's. */
1793 : 0 : n = _yybytes_len + 2;
1794 : 0 : buf = (char *) dataset_alloc(n );
1795 [ # # ]: 0 : if ( ! buf )
1796 : 0 : YY_FATAL_ERROR( "out of dynamic memory in dataset__scan_bytes()" );
1797 : :
1798 [ # # ]: 0 : for ( i = 0; i < _yybytes_len; ++i )
1799 : 0 : buf[i] = yybytes[i];
1800 : :
1801 : 0 : buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
1802 : :
1803 : 0 : b = dataset__scan_buffer(buf,n );
1804 [ # # ]: 0 : if ( ! b )
1805 : 0 : YY_FATAL_ERROR( "bad buffer in dataset__scan_bytes()" );
1806 : :
1807 : : /* It's okay to grow etc. this buffer, and we should throw it
1808 : : * away when we're done.
1809 : : */
1810 : 0 : b->yy_is_our_buffer = 1;
1811 : :
1812 : 0 : return b;
1813 : : }
1814 : :
1815 : : #ifndef YY_EXIT_FAILURE
1816 : : #define YY_EXIT_FAILURE 2
1817 : : #endif
1818 : :
1819 : 0 : static void yy_fatal_error (yyconst char* msg )
1820 : : {
1821 : 0 : (void) fprintf( stderr, "%s\n", msg );
1822 : 0 : exit( YY_EXIT_FAILURE );
1823 : : }
1824 : :
1825 : : /* Redefine yyless() so it works in section 3 code. */
1826 : :
1827 : : #undef yyless
1828 : : #define yyless(n) \
1829 : : do \
1830 : : { \
1831 : : /* Undo effects of setting up dataset_text. */ \
1832 : : int yyless_macro_arg = (n); \
1833 : : YY_LESS_LINENO(yyless_macro_arg);\
1834 : : dataset_text[dataset_leng] = (yy_hold_char); \
1835 : : (yy_c_buf_p) = dataset_text + yyless_macro_arg; \
1836 : : (yy_hold_char) = *(yy_c_buf_p); \
1837 : : *(yy_c_buf_p) = '\0'; \
1838 : : dataset_leng = yyless_macro_arg; \
1839 : : } \
1840 : : while ( 0 )
1841 : :
1842 : : /* Accessor methods (get/set functions) to struct members. */
1843 : :
1844 : : /** Get the current line number.
1845 : : *
1846 : : */
1847 : 0 : int dataset_get_lineno (void)
1848 : : {
1849 : :
1850 : 0 : return dataset_lineno;
1851 : : }
1852 : :
1853 : : /** Get the input stream.
1854 : : *
1855 : : */
1856 : 0 : FILE *dataset_get_in (void)
1857 : : {
1858 : 0 : return dataset_in;
1859 : : }
1860 : :
1861 : : /** Get the output stream.
1862 : : *
1863 : : */
1864 : 0 : FILE *dataset_get_out (void)
1865 : : {
1866 : 0 : return dataset_out;
1867 : : }
1868 : :
1869 : : /** Get the length of the current token.
1870 : : *
1871 : : */
1872 : 0 : yy_size_t dataset_get_leng (void)
1873 : : {
1874 : 0 : return dataset_leng;
1875 : : }
1876 : :
1877 : : /** Get the current token.
1878 : : *
1879 : : */
1880 : :
1881 : 0 : char *dataset_get_text (void)
1882 : : {
1883 : 0 : return dataset_text;
1884 : : }
1885 : :
1886 : : /** Set the current line number.
1887 : : * @param line_number
1888 : : *
1889 : : */
1890 : 0 : void dataset_set_lineno (int line_number )
1891 : : {
1892 : :
1893 : 0 : dataset_lineno = line_number;
1894 : 0 : }
1895 : :
1896 : : /** Set the input stream. This does not discard the current
1897 : : * input buffer.
1898 : : * @param in_str A readable stream.
1899 : : *
1900 : : * @see dataset__switch_to_buffer
1901 : : */
1902 : 0 : void dataset_set_in (FILE * in_str )
1903 : : {
1904 : 0 : dataset_in = in_str ;
1905 : 0 : }
1906 : :
1907 : 0 : void dataset_set_out (FILE * out_str )
1908 : : {
1909 : 0 : dataset_out = out_str ;
1910 : 0 : }
1911 : :
1912 : 0 : int dataset_get_debug (void)
1913 : : {
1914 : 0 : return dataset__flex_debug;
1915 : : }
1916 : :
1917 : 0 : void dataset_set_debug (int bdebug )
1918 : : {
1919 : 0 : dataset__flex_debug = bdebug ;
1920 : 0 : }
1921 : :
1922 : 0 : static int yy_init_globals (void)
1923 : : {
1924 : : /* Initialization is the same as for the non-reentrant scanner.
1925 : : * This function is called from dataset_lex_destroy(), so don't allocate here.
1926 : : */
1927 : :
1928 : : /* We do not touch dataset_lineno unless the option is enabled. */
1929 : 0 : dataset_lineno = 1;
1930 : :
1931 : 0 : (yy_buffer_stack) = 0;
1932 : 0 : (yy_buffer_stack_top) = 0;
1933 : 0 : (yy_buffer_stack_max) = 0;
1934 : 0 : (yy_c_buf_p) = (char *) 0;
1935 : 0 : (yy_init) = 0;
1936 : 0 : (yy_start) = 0;
1937 : :
1938 : : /* Defined in main.c */
1939 : : #ifdef YY_STDINIT
1940 : : dataset_in = stdin;
1941 : : dataset_out = stdout;
1942 : : #else
1943 : 0 : dataset_in = (FILE *) 0;
1944 : 0 : dataset_out = (FILE *) 0;
1945 : : #endif
1946 : :
1947 : : /* For future reference: Set errno on error, since we are called by
1948 : : * dataset_lex_init()
1949 : : */
1950 : 0 : return 0;
1951 : : }
1952 : :
1953 : : /* dataset_lex_destroy is for both reentrant and non-reentrant scanners. */
1954 : 0 : int dataset_lex_destroy (void)
1955 : : {
1956 : :
1957 : : /* Pop the buffer stack, destroying each element. */
1958 [ # # ][ # # ]: 0 : while(YY_CURRENT_BUFFER){
[ # # ]
1959 [ # # ]: 0 : dataset__delete_buffer(YY_CURRENT_BUFFER );
1960 : 0 : YY_CURRENT_BUFFER_LVALUE = NULL;
1961 : 0 : dataset_pop_buffer_state();
1962 : : }
1963 : :
1964 : : /* Destroy the stack itself. */
1965 : 0 : dataset_free((yy_buffer_stack) );
1966 : 0 : (yy_buffer_stack) = NULL;
1967 : :
1968 : : /* Reset the globals. This is important in a non-reentrant scanner so the next time
1969 : : * dataset_lex() is called, initialization will occur. */
1970 : 0 : yy_init_globals( );
1971 : :
1972 : 0 : return 0;
1973 : : }
1974 : :
1975 : : /*
1976 : : * Internal utility routines.
1977 : : */
1978 : :
1979 : : #ifndef yytext_ptr
1980 : : static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
1981 : : {
1982 : : register int i;
1983 : : for ( i = 0; i < n; ++i )
1984 : : s1[i] = s2[i];
1985 : : }
1986 : : #endif
1987 : :
1988 : : #ifdef YY_NEED_STRLEN
1989 : : static int yy_flex_strlen (yyconst char * s )
1990 : : {
1991 : : register int n;
1992 : : for ( n = 0; s[n]; ++n )
1993 : : ;
1994 : :
1995 : : return n;
1996 : : }
1997 : : #endif
1998 : :
1999 : 0 : void *dataset_alloc (yy_size_t size )
2000 : : {
2001 : 0 : return (void *) malloc( size );
2002 : : }
2003 : :
2004 : 0 : void *dataset_realloc (void * ptr, yy_size_t size )
2005 : : {
2006 : : /* The cast to (char *) in the following accommodates both
2007 : : * implementations that use char* generic pointers, and those
2008 : : * that use void* generic pointers. It works with the latter
2009 : : * because both ANSI C and C++ allow castless assignment from
2010 : : * any pointer type to void*, and deal with argument conversions
2011 : : * as though doing an assignment.
2012 : : */
2013 : 0 : return (void *) realloc( (char *) ptr, size );
2014 : : }
2015 : :
2016 : 0 : void dataset_free (void * ptr )
2017 : : {
2018 : 0 : free( (char *) ptr ); /* see dataset_realloc() for (char *) cast */
2019 : 0 : }
2020 : :
2021 : : #define YYTABLES_NAME "yytables"
2022 : :
2023 : : #line 169 "scan_dataset.l"
2024 : :
2025 : :
2026 : :
|