PIPS
step_lexer.h
Go to the documentation of this file.
1 #ifndef step_lexerHEADER_H
2 #define step_lexerHEADER_H 1
3 #define step_lexerIN_HEADER 1
4 
5 #line 6 "step_lexer.h"
6 
7 #define YY_NO_INPUT 1
8 #define YY_INT_ALIGNED short int
9 
10 /* A lexical scanner generated by flex */
11 
12 #define FLEX_SCANNER
13 #define YY_FLEX_MAJOR_VERSION 2
14 #define YY_FLEX_MINOR_VERSION 6
15 #define YY_FLEX_SUBMINOR_VERSION 4
16 #if YY_FLEX_SUBMINOR_VERSION > 0
17 #define FLEX_BETA
18 #endif
19 
20 #ifdef yy_create_buffer
21 #define step_lexer_create_buffer_ALREADY_DEFINED
22 #else
23 #define yy_create_buffer step_lexer_create_buffer
24 #endif
25 
26 #ifdef yy_delete_buffer
27 #define step_lexer_delete_buffer_ALREADY_DEFINED
28 #else
29 #define yy_delete_buffer step_lexer_delete_buffer
30 #endif
31 
32 #ifdef yy_scan_buffer
33 #define step_lexer_scan_buffer_ALREADY_DEFINED
34 #else
35 #define yy_scan_buffer step_lexer_scan_buffer
36 #endif
37 
38 #ifdef yy_scan_string
39 #define step_lexer_scan_string_ALREADY_DEFINED
40 #else
41 #define yy_scan_string step_lexer_scan_string
42 #endif
43 
44 #ifdef yy_scan_bytes
45 #define step_lexer_scan_bytes_ALREADY_DEFINED
46 #else
47 #define yy_scan_bytes step_lexer_scan_bytes
48 #endif
49 
50 #ifdef yy_init_buffer
51 #define step_lexer_init_buffer_ALREADY_DEFINED
52 #else
53 #define yy_init_buffer step_lexer_init_buffer
54 #endif
55 
56 #ifdef yy_flush_buffer
57 #define step_lexer_flush_buffer_ALREADY_DEFINED
58 #else
59 #define yy_flush_buffer step_lexer_flush_buffer
60 #endif
61 
62 #ifdef yy_load_buffer_state
63 #define step_lexer_load_buffer_state_ALREADY_DEFINED
64 #else
65 #define yy_load_buffer_state step_lexer_load_buffer_state
66 #endif
67 
68 #ifdef yy_switch_to_buffer
69 #define step_lexer_switch_to_buffer_ALREADY_DEFINED
70 #else
71 #define yy_switch_to_buffer step_lexer_switch_to_buffer
72 #endif
73 
74 #ifdef yypush_buffer_state
75 #define step_lexerpush_buffer_state_ALREADY_DEFINED
76 #else
77 #define yypush_buffer_state step_lexerpush_buffer_state
78 #endif
79 
80 #ifdef yypop_buffer_state
81 #define step_lexerpop_buffer_state_ALREADY_DEFINED
82 #else
83 #define yypop_buffer_state step_lexerpop_buffer_state
84 #endif
85 
86 #ifdef yyensure_buffer_stack
87 #define step_lexerensure_buffer_stack_ALREADY_DEFINED
88 #else
89 #define yyensure_buffer_stack step_lexerensure_buffer_stack
90 #endif
91 
92 #ifdef yylex
93 #define step_lexerlex_ALREADY_DEFINED
94 #else
95 #define yylex step_lexerlex
96 #endif
97 
98 #ifdef yyrestart
99 #define step_lexerrestart_ALREADY_DEFINED
100 #else
101 #define yyrestart step_lexerrestart
102 #endif
103 
104 #ifdef yylex_init
105 #define step_lexerlex_init_ALREADY_DEFINED
106 #else
107 #define yylex_init step_lexerlex_init
108 #endif
109 
110 #ifdef yylex_init_extra
111 #define step_lexerlex_init_extra_ALREADY_DEFINED
112 #else
113 #define yylex_init_extra step_lexerlex_init_extra
114 #endif
115 
116 #ifdef yylex_destroy
117 #define step_lexerlex_destroy_ALREADY_DEFINED
118 #else
119 #define yylex_destroy step_lexerlex_destroy
120 #endif
121 
122 #ifdef yyget_debug
123 #define step_lexerget_debug_ALREADY_DEFINED
124 #else
125 #define yyget_debug step_lexerget_debug
126 #endif
127 
128 #ifdef yyset_debug
129 #define step_lexerset_debug_ALREADY_DEFINED
130 #else
131 #define yyset_debug step_lexerset_debug
132 #endif
133 
134 #ifdef yyget_extra
135 #define step_lexerget_extra_ALREADY_DEFINED
136 #else
137 #define yyget_extra step_lexerget_extra
138 #endif
139 
140 #ifdef yyset_extra
141 #define step_lexerset_extra_ALREADY_DEFINED
142 #else
143 #define yyset_extra step_lexerset_extra
144 #endif
145 
146 #ifdef yyget_in
147 #define step_lexerget_in_ALREADY_DEFINED
148 #else
149 #define yyget_in step_lexerget_in
150 #endif
151 
152 #ifdef yyset_in
153 #define step_lexerset_in_ALREADY_DEFINED
154 #else
155 #define yyset_in step_lexerset_in
156 #endif
157 
158 #ifdef yyget_out
159 #define step_lexerget_out_ALREADY_DEFINED
160 #else
161 #define yyget_out step_lexerget_out
162 #endif
163 
164 #ifdef yyset_out
165 #define step_lexerset_out_ALREADY_DEFINED
166 #else
167 #define yyset_out step_lexerset_out
168 #endif
169 
170 #ifdef yyget_leng
171 #define step_lexerget_leng_ALREADY_DEFINED
172 #else
173 #define yyget_leng step_lexerget_leng
174 #endif
175 
176 #ifdef yyget_text
177 #define step_lexerget_text_ALREADY_DEFINED
178 #else
179 #define yyget_text step_lexerget_text
180 #endif
181 
182 #ifdef yyget_lineno
183 #define step_lexerget_lineno_ALREADY_DEFINED
184 #else
185 #define yyget_lineno step_lexerget_lineno
186 #endif
187 
188 #ifdef yyset_lineno
189 #define step_lexerset_lineno_ALREADY_DEFINED
190 #else
191 #define yyset_lineno step_lexerset_lineno
192 #endif
193 
194 #ifdef yywrap
195 #define step_lexerwrap_ALREADY_DEFINED
196 #else
197 #define yywrap step_lexerwrap
198 #endif
199 
200 #ifdef yyalloc
201 #define step_lexeralloc_ALREADY_DEFINED
202 #else
203 #define yyalloc step_lexeralloc
204 #endif
205 
206 #ifdef yyrealloc
207 #define step_lexerrealloc_ALREADY_DEFINED
208 #else
209 #define yyrealloc step_lexerrealloc
210 #endif
211 
212 #ifdef yyfree
213 #define step_lexerfree_ALREADY_DEFINED
214 #else
215 #define yyfree step_lexerfree
216 #endif
217 
218 #ifdef yytext
219 #define step_lexertext_ALREADY_DEFINED
220 #else
221 #define yytext step_lexertext
222 #endif
223 
224 #ifdef yyleng
225 #define step_lexerleng_ALREADY_DEFINED
226 #else
227 #define yyleng step_lexerleng
228 #endif
229 
230 #ifdef yyin
231 #define step_lexerin_ALREADY_DEFINED
232 #else
233 #define yyin step_lexerin
234 #endif
235 
236 #ifdef yyout
237 #define step_lexerout_ALREADY_DEFINED
238 #else
239 #define yyout step_lexerout
240 #endif
241 
242 #ifdef yy_flex_debug
243 #define step_lexer_flex_debug_ALREADY_DEFINED
244 #else
245 #define yy_flex_debug step_lexer_flex_debug
246 #endif
247 
248 #ifdef yylineno
249 #define step_lexerlineno_ALREADY_DEFINED
250 #else
251 #define yylineno step_lexerlineno
252 #endif
253 
254 /* First, we deal with platform-specific or compiler-specific issues. */
255 
256 /* begin standard C headers. */
257 #include <stdio.h>
258 #include <string.h>
259 #include <errno.h>
260 #include <stdlib.h>
261 
262 /* end standard C headers. */
263 
264 /* flex integer type definitions */
265 
266 #ifndef FLEXINT_H
267 #define FLEXINT_H
268 
269 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
270 
271 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
272 
273 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
274  * if you want the limit (max/min) macros for int types.
275  */
276 #ifndef __STDC_LIMIT_MACROS
277 #define __STDC_LIMIT_MACROS 1
278 #endif
279 
280 #include <inttypes.h>
281 typedef int8_t flex_int8_t;
282 typedef uint8_t flex_uint8_t;
283 typedef int16_t flex_int16_t;
284 typedef uint16_t flex_uint16_t;
285 typedef int32_t flex_int32_t;
286 typedef uint32_t flex_uint32_t;
287 #else
288 typedef signed char flex_int8_t;
289 typedef short int flex_int16_t;
290 typedef int flex_int32_t;
291 typedef unsigned char flex_uint8_t;
292 typedef unsigned short int flex_uint16_t;
293 typedef unsigned int flex_uint32_t;
294 
295 /* Limits of integral types. */
296 #ifndef INT8_MIN
297 #define INT8_MIN (-128)
298 #endif
299 #ifndef INT16_MIN
300 #define INT16_MIN (-32767-1)
301 #endif
302 #ifndef INT32_MIN
303 #define INT32_MIN (-2147483647-1)
304 #endif
305 #ifndef INT8_MAX
306 #define INT8_MAX (127)
307 #endif
308 #ifndef INT16_MAX
309 #define INT16_MAX (32767)
310 #endif
311 #ifndef INT32_MAX
312 #define INT32_MAX (2147483647)
313 #endif
314 #ifndef UINT8_MAX
315 #define UINT8_MAX (255U)
316 #endif
317 #ifndef UINT16_MAX
318 #define UINT16_MAX (65535U)
319 #endif
320 #ifndef UINT32_MAX
321 #define UINT32_MAX (4294967295U)
322 #endif
323 
324 #ifndef SIZE_MAX
325 #define SIZE_MAX (~(size_t)0)
326 #endif
327 
328 #endif /* ! C99 */
329 
330 #endif /* ! FLEXINT_H */
331 
332 /* begin standard C++ headers. */
333 
334 /* TODO: this is always defined, so inline it */
335 #define yyconst const
336 
337 #if defined(__GNUC__) && __GNUC__ >= 3
338 #define yynoreturn __attribute__((__noreturn__))
339 #else
340 #define yynoreturn
341 #endif
342 
343 /* Size of default input buffer. */
344 #ifndef YY_BUF_SIZE
345 #ifdef __ia64__
346 /* On IA-64, the buffer size is 16k, not 8k.
347  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
348  * Ditto for the __ia64__ case accordingly.
349  */
350 #define YY_BUF_SIZE 32768
351 #else
352 #define YY_BUF_SIZE 16384
353 #endif /* __ia64__ */
354 #endif
355 
356 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
357 #define YY_TYPEDEF_YY_BUFFER_STATE
359 #endif
360 
361 #ifndef YY_TYPEDEF_YY_SIZE_T
362 #define YY_TYPEDEF_YY_SIZE_T
363 typedef size_t yy_size_t;
364 #endif
365 
366 extern int yyleng;
367 
368 extern FILE *yyin, *yyout;
369 
370 #ifndef YY_STRUCT_YY_BUFFER_STATE
371 #define YY_STRUCT_YY_BUFFER_STATE
372 struct yy_buffer_state
373  {
374  FILE *yy_input_file;
375 
376  char *yy_ch_buf; /* input buffer */
377  char *yy_buf_pos; /* current position in input buffer */
378 
379  /* Size of input buffer in bytes, not including room for EOB
380  * characters.
381  */
382  int yy_buf_size;
383 
384  /* Number of characters read into yy_ch_buf, not including EOB
385  * characters.
386  */
387  int yy_n_chars;
388 
389  /* Whether we "own" the buffer - i.e., we know we created it,
390  * and can realloc() it to grow it, and should free() it to
391  * delete it.
392  */
393  int yy_is_our_buffer;
394 
395  /* Whether this is an "interactive" input source; if so, and
396  * if we're using stdio for input, then we want to use getc()
397  * instead of fread(), to make sure we stop fetching input after
398  * each newline.
399  */
400  int yy_is_interactive;
401 
402  /* Whether we're considered to be at the beginning of a line.
403  * If so, '^' rules will be active on the next match, otherwise
404  * not.
405  */
406  int yy_at_bol;
407 
408  int yy_bs_lineno; /**< The line count. */
409  int yy_bs_column; /**< The column count. */
410 
411  /* Whether to try to fill the input buffer when we reach the
412  * end of it.
413  */
414  int yy_fill_buffer;
415 
416  int yy_buffer_status;
417 
418  };
419 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
420 
421 void yyrestart ( FILE *input_file );
423 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
427 void yypop_buffer_state ( void );
428 
430 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
431 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
432 
433 void *yyalloc ( yy_size_t );
434 void *yyrealloc ( void *, yy_size_t );
435 void yyfree ( void * );
436 
437 /* Begin user sect3 */
438 
439 #define step_lexerwrap() (/*CONSTCOND*/1)
440 #define YY_SKIP_YYWRAP
441 
442 extern int yylineno;
443 
444 extern char *yytext;
445 #ifdef yytext_ptr
446 #undef yytext_ptr
447 #endif
448 #define yytext_ptr yytext
449 
450 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
451 #define INITIAL 0
452 #define unknow_pragma 1
453 #define omp_pragma 2
454 #define omp_reduction 3
455 #define step_pragma 4
456 #define variable_list 5
457 #define schedule_arg 6
458 
459 #endif
460 
461 #ifndef YY_NO_UNISTD_H
462 /* Special case for "unistd.h", since it is non-ANSI. We include it way
463  * down here because we want the user's section 1 to have been scanned first.
464  * The user has a chance to override it with an option.
465  */
466 #include <unistd.h>
467 #endif
468 
469 #ifndef YY_EXTRA_TYPE
470 #define YY_EXTRA_TYPE void *
471 #endif
472 
473 /* Accessor methods to globals.
474  These are made visible to non-reentrant scanners for convenience. */
475 
476 int yylex_destroy ( void );
477 
478 int yyget_debug ( void );
479 
480 void yyset_debug ( int debug_flag );
481 
482 YY_EXTRA_TYPE yyget_extra ( void );
483 
484 void yyset_extra ( YY_EXTRA_TYPE user_defined );
485 
486 FILE *yyget_in ( void );
487 
488 void yyset_in ( FILE * _in_str );
489 
490 FILE *yyget_out ( void );
491 
492 void yyset_out ( FILE * _out_str );
493 
494  int yyget_leng ( void );
495 
496 char *yyget_text ( void );
497 
498 int yyget_lineno ( void );
499 
500 void yyset_lineno ( int _line_number );
501 
502 /* Macros after this point can all be overridden by user definitions in
503  * section 1.
504  */
505 
506 #ifndef YY_SKIP_YYWRAP
507 #ifdef __cplusplus
508 extern "C" int yywrap ( void );
509 #else
510 extern int yywrap ( void );
511 #endif
512 #endif
513 
514 #ifndef yytext_ptr
515 static void yy_flex_strncpy ( char *, const char *, int );
516 #endif
517 
518 #ifdef YY_NEED_STRLEN
519 static int yy_flex_strlen ( const char * );
520 #endif
521 
522 #ifndef YY_NO_INPUT
523 
524 #endif
525 
526 /* Amount of stuff to slurp up with each read. */
527 #ifndef YY_READ_BUF_SIZE
528 #ifdef __ia64__
529 /* On IA-64, the buffer size is 16k, not 8k */
530 #define YY_READ_BUF_SIZE 16384
531 #else
532 #define YY_READ_BUF_SIZE 8192
533 #endif /* __ia64__ */
534 #endif
535 
536 /* Number of entries by which start-condition stack grows. */
537 #ifndef YY_START_STACK_INCR
538 #define YY_START_STACK_INCR 25
539 #endif
540 
541 /* Default declaration of generated scanner - a define so the user can
542  * easily add parameters.
543  */
544 #ifndef YY_DECL
545 #define YY_DECL_IS_OURS 1
546 
547 extern int yylex (void);
548 
549 #define YY_DECL int yylex (void)
550 #endif /* !YY_DECL */
551 
552 /* yy_get_previous_state - get the state just before the EOB char was reached */
553 
554 #undef YY_NEW_FILE
555 #undef YY_FLUSH_BUFFER
556 #undef yy_set_bol
557 #undef yy_new_buffer
558 #undef yy_set_interactive
559 #undef YY_DO_BEFORE_ACTION
560 
561 #ifdef YY_DECL_IS_OURS
562 #undef YY_DECL_IS_OURS
563 #undef YY_DECL
564 #endif
565 
566 #ifndef step_lexer_create_buffer_ALREADY_DEFINED
567 #undef yy_create_buffer
568 #endif
569 #ifndef step_lexer_delete_buffer_ALREADY_DEFINED
570 #undef yy_delete_buffer
571 #endif
572 #ifndef step_lexer_scan_buffer_ALREADY_DEFINED
573 #undef yy_scan_buffer
574 #endif
575 #ifndef step_lexer_scan_string_ALREADY_DEFINED
576 #undef yy_scan_string
577 #endif
578 #ifndef step_lexer_scan_bytes_ALREADY_DEFINED
579 #undef yy_scan_bytes
580 #endif
581 #ifndef step_lexer_init_buffer_ALREADY_DEFINED
582 #undef yy_init_buffer
583 #endif
584 #ifndef step_lexer_flush_buffer_ALREADY_DEFINED
585 #undef yy_flush_buffer
586 #endif
587 #ifndef step_lexer_load_buffer_state_ALREADY_DEFINED
588 #undef yy_load_buffer_state
589 #endif
590 #ifndef step_lexer_switch_to_buffer_ALREADY_DEFINED
591 #undef yy_switch_to_buffer
592 #endif
593 #ifndef step_lexerpush_buffer_state_ALREADY_DEFINED
594 #undef yypush_buffer_state
595 #endif
596 #ifndef step_lexerpop_buffer_state_ALREADY_DEFINED
597 #undef yypop_buffer_state
598 #endif
599 #ifndef step_lexerensure_buffer_stack_ALREADY_DEFINED
600 #undef yyensure_buffer_stack
601 #endif
602 #ifndef step_lexerlex_ALREADY_DEFINED
603 #undef yylex
604 #endif
605 #ifndef step_lexerrestart_ALREADY_DEFINED
606 #undef yyrestart
607 #endif
608 #ifndef step_lexerlex_init_ALREADY_DEFINED
609 #undef yylex_init
610 #endif
611 #ifndef step_lexerlex_init_extra_ALREADY_DEFINED
612 #undef yylex_init_extra
613 #endif
614 #ifndef step_lexerlex_destroy_ALREADY_DEFINED
615 #undef yylex_destroy
616 #endif
617 #ifndef step_lexerget_debug_ALREADY_DEFINED
618 #undef yyget_debug
619 #endif
620 #ifndef step_lexerset_debug_ALREADY_DEFINED
621 #undef yyset_debug
622 #endif
623 #ifndef step_lexerget_extra_ALREADY_DEFINED
624 #undef yyget_extra
625 #endif
626 #ifndef step_lexerset_extra_ALREADY_DEFINED
627 #undef yyset_extra
628 #endif
629 #ifndef step_lexerget_in_ALREADY_DEFINED
630 #undef yyget_in
631 #endif
632 #ifndef step_lexerset_in_ALREADY_DEFINED
633 #undef yyset_in
634 #endif
635 #ifndef step_lexerget_out_ALREADY_DEFINED
636 #undef yyget_out
637 #endif
638 #ifndef step_lexerset_out_ALREADY_DEFINED
639 #undef yyset_out
640 #endif
641 #ifndef step_lexerget_leng_ALREADY_DEFINED
642 #undef yyget_leng
643 #endif
644 #ifndef step_lexerget_text_ALREADY_DEFINED
645 #undef yyget_text
646 #endif
647 #ifndef step_lexerget_lineno_ALREADY_DEFINED
648 #undef yyget_lineno
649 #endif
650 #ifndef step_lexerset_lineno_ALREADY_DEFINED
651 #undef yyset_lineno
652 #endif
653 #ifndef step_lexerget_column_ALREADY_DEFINED
654 #undef yyget_column
655 #endif
656 #ifndef step_lexerset_column_ALREADY_DEFINED
657 #undef yyset_column
658 #endif
659 #ifndef step_lexerwrap_ALREADY_DEFINED
660 #undef yywrap
661 #endif
662 #ifndef step_lexerget_lval_ALREADY_DEFINED
663 #undef yyget_lval
664 #endif
665 #ifndef step_lexerset_lval_ALREADY_DEFINED
666 #undef yyset_lval
667 #endif
668 #ifndef step_lexerget_lloc_ALREADY_DEFINED
669 #undef yyget_lloc
670 #endif
671 #ifndef step_lexerset_lloc_ALREADY_DEFINED
672 #undef yyset_lloc
673 #endif
674 #ifndef step_lexeralloc_ALREADY_DEFINED
675 #undef yyalloc
676 #endif
677 #ifndef step_lexerrealloc_ALREADY_DEFINED
678 #undef yyrealloc
679 #endif
680 #ifndef step_lexerfree_ALREADY_DEFINED
681 #undef yyfree
682 #endif
683 #ifndef step_lexertext_ALREADY_DEFINED
684 #undef yytext
685 #endif
686 #ifndef step_lexerleng_ALREADY_DEFINED
687 #undef yyleng
688 #endif
689 #ifndef step_lexerin_ALREADY_DEFINED
690 #undef yyin
691 #endif
692 #ifndef step_lexerout_ALREADY_DEFINED
693 #undef yyout
694 #endif
695 #ifndef step_lexer_flex_debug_ALREADY_DEFINED
696 #undef yy_flex_debug
697 #endif
698 #ifndef step_lexerlineno_ALREADY_DEFINED
699 #undef yylineno
700 #endif
701 #ifndef step_lexertables_fload_ALREADY_DEFINED
702 #undef yytables_fload
703 #endif
704 #ifndef step_lexertables_destroy_ALREADY_DEFINED
705 #undef yytables_destroy
706 #endif
707 #ifndef step_lexerTABLES_NAME_ALREADY_DEFINED
708 #undef yyTABLES_NAME
709 #endif
710 
711 #line 92 "step_lexer.l"
712 
713 
714 #line 715 "step_lexer.h"
715 #undef step_lexerIN_HEADER
716 #endif /* step_lexerHEADER_H */
bdt base
Current expression.
Definition: bdt_read_paf.c:100
size_t yy_size_t
Definition: genread_lex.c:413
#define uint32_t
Definition: stdint.in.h:156
#define int32_t
Definition: stdint.in.h:155
#define uint16_t
Definition: stdint.in.h:149
#define int8_t
Definition: stdint.in.h:141
#define uint8_t
Definition: stdint.in.h:142
#define int16_t
Definition: stdint.in.h:148
#define yyset_extra
Definition: step_lexer.h:143
#define yytext
Definition: step_lexer.h:221
unsigned char flex_uint8_t
Definition: step_lexer.h:291
#define yyset_lineno
Definition: step_lexer.h:191
#define yyrestart
Definition: step_lexer.h:101
#define yyset_debug
Definition: step_lexer.h:131
#define YY_EXTRA_TYPE
Special case for "unistd.h", since it is non-ANSI.
Definition: step_lexer.h:470
short int flex_int16_t
Definition: step_lexer.h:289
#define yyget_out
Definition: step_lexer.h:161
unsigned int flex_uint32_t
Definition: step_lexer.h:293
#define yy_scan_bytes
Definition: step_lexer.h:47
#define yyget_debug
Definition: step_lexer.h:125
#define yypush_buffer_state
Definition: step_lexer.h:77
struct yy_buffer_state * YY_BUFFER_STATE
Definition: step_lexer.h:358
#define yyfree
Definition: step_lexer.h:215
#define yyout
Definition: step_lexer.h:239
#define yyget_lineno
Definition: step_lexer.h:185
#define yylex
Definition: step_lexer.h:95
#define yywrap
Definition: step_lexer.h:197
#define yyget_text
Definition: step_lexer.h:179
#define yy_scan_buffer
Definition: step_lexer.h:35
#define yy_scan_string
Definition: step_lexer.h:41
signed char flex_int8_t
C99 systems have <inttypes.h>.
Definition: step_lexer.h:288
#define yyget_leng
Definition: step_lexer.h:173
#define yyalloc
Definition: step_lexer.h:203
#define yypop_buffer_state
Definition: step_lexer.h:83
int flex_int32_t
Definition: step_lexer.h:290
#define yy_switch_to_buffer
Definition: step_lexer.h:71
#define yyget_extra
Definition: step_lexer.h:137
#define yyin
Definition: step_lexer.h:233
#define yy_flush_buffer
Definition: step_lexer.h:59
#define yyrealloc
Definition: step_lexer.h:209
unsigned short int flex_uint16_t
Definition: step_lexer.h:292
#define yy_create_buffer
Definition: step_lexer.h:23
#define yy_delete_buffer
Definition: step_lexer.h:29
#define yyget_in
Definition: step_lexer.h:149
size_t yy_size_t
Definition: step_lexer.h:363
#define yylineno
Definition: step_lexer.h:251
#define yylex_destroy
Accessor methods to globals.
Definition: step_lexer.h:119
#define yyset_out
Definition: step_lexer.h:167
#define yyleng
Definition: step_lexer.h:227
#define yyset_in
Definition: step_lexer.h:155
int yy_n_chars
Number of characters read into yy_ch_buf, not including EOB characters.
Definition: genread_lex.c:459
int yy_bs_column
The column count.
Definition: genread_lex.c:481
FILE * yy_input_file
Definition: genread_lex.c:446
int yy_buf_size
current position in input buffer
Definition: genread_lex.c:454
int yy_fill_buffer
Whether to try to fill the input buffer when we reach the end of it.
Definition: genread_lex.c:486
int yy_is_our_buffer
Whether we "own" the buffer - i.e., we know we created it, and can realloc() it to grow it,...
Definition: genread_lex.c:465
int yy_bs_lineno
The line count.
Definition: genread_lex.c:480
char * yy_buf_pos
input buffer
Definition: genread_lex.c:449
int yy_at_bol
Whether we're considered to be at the beginning of a line.
Definition: genread_lex.c:478
int yy_is_interactive
Whether this is an "interactive" input source; if so, and if we're using stdio for input,...
Definition: genread_lex.c:472