2 #line 3 "scripts/kconfig/zconf.lex.c_shipped"
4 #define YY_INT_ALIGNED short int
6 /* A lexical scanner generated by flex */
8 #define yy_create_buffer zconf_create_buffer
9 #define yy_delete_buffer zconf_delete_buffer
10 #define yy_flex_debug zconf_flex_debug
11 #define yy_init_buffer zconf_init_buffer
12 #define yy_flush_buffer zconf_flush_buffer
13 #define yy_load_buffer_state zconf_load_buffer_state
14 #define yy_switch_to_buffer zconf_switch_to_buffer
16 #define yyleng zconfleng
17 #define yylex zconflex
18 #define yylineno zconflineno
19 #define yyout zconfout
20 #define yyrestart zconfrestart
21 #define yytext zconftext
22 #define yywrap zconfwrap
23 #define yyalloc zconfalloc
24 #define yyrealloc zconfrealloc
25 #define yyfree zconffree
28 #define YY_FLEX_MAJOR_VERSION 2
29 #define YY_FLEX_MINOR_VERSION 5
30 #define YY_FLEX_SUBMINOR_VERSION 35
31 #if YY_FLEX_SUBMINOR_VERSION > 0
35 /* First, we deal with platform-specific or compiler-specific issues. */
37 /* begin standard C headers. */
43 /* end standard C headers. */
45 /* flex integer type definitions */
50 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
52 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
54 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
55 * if you want the limit (max/min) macros for int types.
57 #ifndef __STDC_LIMIT_MACROS
58 #define __STDC_LIMIT_MACROS 1
62 typedef int8_t flex_int8_t;
63 typedef uint8_t flex_uint8_t;
64 typedef int16_t flex_int16_t;
65 typedef uint16_t flex_uint16_t;
66 typedef int32_t flex_int32_t;
67 typedef uint32_t flex_uint32_t;
69 typedef signed char flex_int8_t;
70 typedef short int flex_int16_t;
71 typedef int flex_int32_t;
72 typedef unsigned char flex_uint8_t;
73 typedef unsigned short int flex_uint16_t;
74 typedef unsigned int flex_uint32_t;
77 /* Limits of integral types. */
79 #define INT8_MIN (-128)
82 #define INT16_MIN (-32767-1)
85 #define INT32_MIN (-2147483647-1)
88 #define INT8_MAX (127)
91 #define INT16_MAX (32767)
94 #define INT32_MAX (2147483647)
97 #define UINT8_MAX (255U)
100 #define UINT16_MAX (65535U)
103 #define UINT32_MAX (4294967295U)
106 #endif /* ! FLEXINT_H */
110 /* The "const" storage-class-modifier is valid. */
113 #else /* ! __cplusplus */
115 /* C99 requires __STDC__ to be defined as 1. */
116 #if defined (__STDC__)
120 #endif /* defined (__STDC__) */
121 #endif /* ! __cplusplus */
124 #define yyconst const
129 /* Returned upon end-of-file. */
132 /* Promotes a possibly negative, possibly signed char to an unsigned
133 * integer for use as an array index. If the signed char is negative,
134 * we want to instead treat it as an 8-bit unsigned char, hence the
137 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
139 /* Enter a start condition. This macro really ought to take a parameter,
140 * but we do it the disgusting crufty way forced on us by the ()-less
141 * definition of BEGIN.
143 #define BEGIN (yy_start) = 1 + 2 *
145 /* Translate the current start state into a value that can be later handed
146 * to BEGIN to return to the state. The YYSTATE alias is for lex
149 #define YY_START (((yy_start) - 1) / 2)
150 #define YYSTATE YY_START
152 /* Action number for EOF rule of a given start state. */
153 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
155 /* Special action meaning "start processing a new file". */
156 #define YY_NEW_FILE zconfrestart(zconfin )
158 #define YY_END_OF_BUFFER_CHAR 0
160 /* Size of default input buffer. */
162 #define YY_BUF_SIZE 16384
165 /* The state buf must be large enough to hold one state per character in the main buffer.
167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
169 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
170 #define YY_TYPEDEF_YY_BUFFER_STATE
171 typedef struct yy_buffer_state *YY_BUFFER_STATE;
174 extern int zconfleng;
176 extern FILE *zconfin, *zconfout;
178 #define EOB_ACT_CONTINUE_SCAN 0
179 #define EOB_ACT_END_OF_FILE 1
180 #define EOB_ACT_LAST_MATCH 2
182 #define YY_LESS_LINENO(n)
184 /* Return all but the first "n" matched characters back to the input stream. */
188 /* Undo effects of setting up zconftext. */ \
189 int yyless_macro_arg = (n); \
190 YY_LESS_LINENO(yyless_macro_arg);\
191 *yy_cp = (yy_hold_char); \
192 YY_RESTORE_YY_MORE_OFFSET \
193 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
194 YY_DO_BEFORE_ACTION; /* set up zconftext again */ \
198 #define unput(c) yyunput( c, (yytext_ptr) )
200 #ifndef YY_TYPEDEF_YY_SIZE_T
201 #define YY_TYPEDEF_YY_SIZE_T
202 typedef size_t yy_size_t;
205 #ifndef YY_STRUCT_YY_BUFFER_STATE
206 #define YY_STRUCT_YY_BUFFER_STATE
207 struct yy_buffer_state
211 char *yy_ch_buf; /* input buffer */
212 char *yy_buf_pos; /* current position in input buffer */
214 /* Size of input buffer in bytes, not including room for EOB
217 yy_size_t yy_buf_size;
219 /* Number of characters read into yy_ch_buf, not including EOB
224 /* Whether we "own" the buffer - i.e., we know we created it,
225 * and can realloc() it to grow it, and should free() it to
228 int yy_is_our_buffer;
230 /* Whether this is an "interactive" input source; if so, and
231 * if we're using stdio for input, then we want to use getc()
232 * instead of fread(), to make sure we stop fetching input after
235 int yy_is_interactive;
237 /* Whether we're considered to be at the beginning of a line.
238 * If so, '^' rules will be active on the next match, otherwise
243 int yy_bs_lineno; /**< The line count. */
244 int yy_bs_column; /**< The column count. */
246 /* Whether to try to fill the input buffer when we reach the
251 int yy_buffer_status;
253 #define YY_BUFFER_NEW 0
254 #define YY_BUFFER_NORMAL 1
255 /* When an EOF's been seen but there's still some text to process
256 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
257 * shouldn't try reading from the input source any more. We might
258 * still have a bunch of tokens to match, though, because of
259 * possible backing-up.
261 * When we actually see the EOF, we change the status to "new"
262 * (via zconfrestart()), so that the user can continue scanning by
263 * just pointing zconfin at a new input file.
265 #define YY_BUFFER_EOF_PENDING 2
268 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
270 /* Stack of input buffers. */
271 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
272 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
273 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
275 /* We provide macros for accessing buffer states in case in the
276 * future we want to put the buffer states in a more general
279 * Returns the top of the stack, or NULL.
281 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
282 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
285 /* Same as previous macro, but useful when we know that the buffer stack is not
286 * NULL or when we need an lvalue. For internal use only.
288 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
290 /* yy_hold_char holds the character lost when zconftext is formed. */
291 static char yy_hold_char;
292 static int yy_n_chars; /* number of characters read into yy_ch_buf */
295 /* Points to current character in buffer. */
296 static char *yy_c_buf_p = (char *) 0;
297 static int yy_init = 0; /* whether we need to initialize */
298 static int yy_start = 0; /* start state number */
300 /* Flag which is used to allow zconfwrap()'s to do buffer switches
301 * instead of setting up a fresh zconfin. A bit of a hack ...
303 static int yy_did_buffer_switch_on_eof;
305 void zconfrestart (FILE *input_file );
306 void zconf_switch_to_buffer (YY_BUFFER_STATE new_buffer );
307 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
308 void zconf_delete_buffer (YY_BUFFER_STATE b );
309 void zconf_flush_buffer (YY_BUFFER_STATE b );
310 void zconfpush_buffer_state (YY_BUFFER_STATE new_buffer );
311 void zconfpop_buffer_state (void );
313 static void zconfensure_buffer_stack (void );
314 static void zconf_load_buffer_state (void );
315 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
317 #define YY_FLUSH_BUFFER zconf_flush_buffer(YY_CURRENT_BUFFER )
319 YY_BUFFER_STATE zconf_scan_buffer (char *base,yy_size_t size );
320 YY_BUFFER_STATE zconf_scan_string (yyconst char *yy_str );
321 YY_BUFFER_STATE zconf_scan_bytes (yyconst char *bytes,int len );
323 void *zconfalloc (yy_size_t );
324 void *zconfrealloc (void *,yy_size_t );
325 void zconffree (void * );
327 #define yy_new_buffer zconf_create_buffer
329 #define yy_set_interactive(is_interactive) \
331 if ( ! YY_CURRENT_BUFFER ){ \
332 zconfensure_buffer_stack (); \
333 YY_CURRENT_BUFFER_LVALUE = \
334 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
336 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
339 #define yy_set_bol(at_bol) \
341 if ( ! YY_CURRENT_BUFFER ){\
342 zconfensure_buffer_stack (); \
343 YY_CURRENT_BUFFER_LVALUE = \
344 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
346 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
349 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
351 /* Begin user sect3 */
353 #define zconfwrap(n) 1
354 #define YY_SKIP_YYWRAP
356 typedef unsigned char YY_CHAR;
358 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
360 typedef int yy_state_type;
362 extern int zconflineno;
366 extern char *zconftext;
367 #define yytext_ptr zconftext
368 static yyconst flex_int16_t yy_nxt[][19] =
371 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
372 0, 0, 0, 0, 0, 0, 0, 0, 0
376 11, 12, 13, 14, 12, 12, 15, 12, 12, 12,
377 12, 12, 12, 12, 12, 12, 12, 12, 12
381 11, 12, 13, 14, 12, 12, 15, 12, 12, 12,
382 12, 12, 12, 12, 12, 12, 12, 12, 12
386 11, 16, 16, 17, 16, 16, 16, 16, 16, 16,
387 16, 16, 16, 18, 16, 16, 16, 16, 16
391 11, 16, 16, 17, 16, 16, 16, 16, 16, 16,
392 16, 16, 16, 18, 16, 16, 16, 16, 16
397 11, 19, 20, 21, 19, 19, 19, 19, 19, 19,
398 19, 19, 19, 19, 19, 19, 19, 19, 19
402 11, 19, 20, 21, 19, 19, 19, 19, 19, 19,
403 19, 19, 19, 19, 19, 19, 19, 19, 19
407 11, 22, 22, 23, 22, 24, 22, 22, 24, 22,
408 22, 22, 22, 22, 22, 22, 22, 25, 22
412 11, 22, 22, 23, 22, 24, 22, 22, 24, 22,
413 22, 22, 22, 22, 22, 22, 22, 25, 22
417 11, 26, 27, 28, 29, 30, 31, 32, 30, 33,
418 34, 35, 36, 36, 37, 38, 39, 40, 41
423 11, 26, 27, 28, 29, 30, 31, 32, 30, 33,
424 34, 35, 36, 36, 37, 38, 39, 40, 41
428 -11, -11, -11, -11, -11, -11, -11, -11, -11, -11,
429 -11, -11, -11, -11, -11, -11, -11, -11, -11
433 11, -12, -12, -12, -12, -12, -12, -12, -12, -12,
434 -12, -12, -12, -12, -12, -12, -12, -12, -12
438 11, -13, 42, 43, -13, -13, 44, -13, -13, -13,
439 -13, -13, -13, -13, -13, -13, -13, -13, -13
443 11, -14, -14, -14, -14, -14, -14, -14, -14, -14,
444 -14, -14, -14, -14, -14, -14, -14, -14, -14
449 11, 45, 45, 46, 45, 45, 45, 45, 45, 45,
450 45, 45, 45, 45, 45, 45, 45, 45, 45
454 11, -16, -16, -16, -16, -16, -16, -16, -16, -16,
455 -16, -16, -16, -16, -16, -16, -16, -16, -16
459 11, -17, -17, -17, -17, -17, -17, -17, -17, -17,
460 -17, -17, -17, -17, -17, -17, -17, -17, -17
464 11, -18, -18, -18, -18, -18, -18, -18, -18, -18,
465 -18, -18, -18, 47, -18, -18, -18, -18, -18
469 11, 48, 48, -19, 48, 48, 48, 48, 48, 48,
470 48, 48, 48, 48, 48, 48, 48, 48, 48
475 11, -20, 49, 50, -20, -20, -20, -20, -20, -20,
476 -20, -20, -20, -20, -20, -20, -20, -20, -20
480 11, 51, -21, -21, 51, 51, 51, 51, 51, 51,
481 51, 51, 51, 51, 51, 51, 51, 51, 51
485 11, 52, 52, 53, 52, -22, 52, 52, -22, 52,
486 52, 52, 52, 52, 52, 52, 52, -22, 52
490 11, -23, -23, -23, -23, -23, -23, -23, -23, -23,
491 -23, -23, -23, -23, -23, -23, -23, -23, -23
495 11, -24, -24, -24, -24, -24, -24, -24, -24, -24,
496 -24, -24, -24, -24, -24, -24, -24, -24, -24
501 11, 54, 54, 55, 54, 54, 54, 54, 54, 54,
502 54, 54, 54, 54, 54, 54, 54, 54, 54
506 11, -26, -26, -26, -26, -26, -26, -26, -26, -26,
507 -26, -26, -26, -26, -26, -26, -26, -26, -26
511 11, -27, 56, -27, -27, -27, -27, -27, -27, -27,
512 -27, -27, -27, -27, -27, -27, -27, -27, -27
516 11, -28, -28, -28, -28, -28, -28, -28, -28, -28,
517 -28, -28, -28, -28, -28, -28, -28, -28, -28
521 11, -29, -29, -29, -29, -29, -29, -29, -29, -29,
522 -29, -29, -29, -29, -29, 57, -29, -29, -29
527 11, -30, -30, -30, -30, -30, -30, -30, -30, -30,
528 -30, -30, -30, -30, -30, -30, -30, -30, -30
532 11, 58, 58, -31, 58, 58, 58, 58, 58, 58,
533 58, 58, 58, 58, 58, 58, 58, 58, 58
537 11, -32, -32, -32, -32, -32, -32, 59, -32, -32,
538 -32, -32, -32, -32, -32, -32, -32, -32, -32
542 11, -33, -33, -33, -33, -33, -33, -33, -33, -33,
543 -33, -33, -33, -33, -33, -33, -33, -33, -33
547 11, -34, -34, -34, -34, -34, -34, -34, -34, -34,
548 -34, -34, -34, -34, -34, -34, -34, -34, -34
553 11, -35, -35, -35, -35, -35, -35, -35, -35, -35,
554 -35, 60, 61, 61, -35, -35, -35, -35, -35
558 11, -36, -36, -36, -36, -36, -36, -36, -36, -36,
559 -36, 61, 61, 61, -36, -36, -36, -36, -36
563 11, -37, -37, -37, -37, -37, -37, -37, -37, -37,
564 -37, -37, -37, -37, -37, 62, -37, -37, -37
568 11, -38, -38, -38, -38, -38, -38, -38, -38, -38,
569 -38, -38, -38, -38, -38, -38, -38, -38, -38
573 11, -39, -39, -39, -39, -39, -39, -39, -39, -39,
574 -39, -39, -39, -39, -39, 63, -39, -39, -39
579 11, -40, -40, 64, -40, -40, -40, -40, -40, -40,
580 -40, -40, -40, -40, -40, -40, -40, -40, -40
584 11, -41, -41, -41, -41, -41, -41, -41, -41, -41,
585 -41, -41, -41, -41, -41, -41, -41, -41, 65
589 11, -42, 42, 43, -42, -42, 44, -42, -42, -42,
590 -42, -42, -42, -42, -42, -42, -42, -42, -42
594 11, -43, -43, -43, -43, -43, -43, -43, -43, -43,
595 -43, -43, -43, -43, -43, -43, -43, -43, -43
599 11, 45, 45, 46, 45, 45, 45, 45, 45, 45,
600 45, 45, 45, 45, 45, 45, 45, 45, 45
605 11, 45, 45, 46, 45, 45, 45, 45, 45, 45,
606 45, 45, 45, 45, 45, 45, 45, 45, 45
610 11, -46, -46, -46, -46, -46, -46, -46, -46, -46,
611 -46, -46, -46, -46, -46, -46, -46, -46, -46
615 11, -47, -47, -47, -47, -47, -47, -47, -47, -47,
616 -47, -47, -47, 47, -47, -47, -47, -47, -47
620 11, 48, 48, -48, 48, 48, 48, 48, 48, 48,
621 48, 48, 48, 48, 48, 48, 48, 48, 48
625 11, -49, 49, 50, -49, -49, -49, -49, -49, -49,
626 -49, -49, -49, -49, -49, -49, -49, -49, -49
631 11, 51, -50, -50, 51, 51, 51, 51, 51, 51,
632 51, 51, 51, 51, 51, 51, 51, 51, 51
636 11, -51, -51, -51, -51, -51, -51, -51, -51, -51,
637 -51, -51, -51, -51, -51, -51, -51, -51, -51
641 11, 52, 52, 53, 52, -52, 52, 52, -52, 52,
642 52, 52, 52, 52, 52, 52, 52, -52, 52
646 11, -53, -53, -53, -53, -53, -53, -53, -53, -53,
647 -53, -53, -53, -53, -53, -53, -53, -53, -53
651 11, -54, -54, 55, -54, -54, -54, -54, -54, -54,
652 -54, -54, -54, -54, -54, -54, -54, -54, -54
657 11, -55, -55, -55, -55, -55, -55, -55, -55, -55,
658 -55, -55, -55, -55, -55, -55, -55, -55, -55
662 11, -56, 56, -56, -56, -56, -56, -56, -56, -56,
663 -56, -56, -56, -56, -56, -56, -56, -56, -56
667 11, -57, -57, -57, -57, -57, -57, -57, -57, -57,
668 -57, -57, -57, -57, -57, -57, -57, -57, -57
672 11, 58, 58, -58, 58, 58, 58, 58, 58, 58,
673 58, 58, 58, 58, 58, 58, 58, 58, 58
677 11, -59, -59, -59, -59, -59, -59, -59, -59, -59,
678 -59, -59, -59, -59, -59, -59, -59, -59, -59
683 11, -60, -60, -60, -60, -60, -60, -60, -60, -60,
684 -60, 66, 61, 61, -60, -60, -60, -60, -60
688 11, -61, -61, -61, -61, -61, -61, -61, -61, -61,
689 -61, 61, 61, 61, -61, -61, -61, -61, -61
693 11, -62, -62, -62, -62, -62, -62, -62, -62, -62,
694 -62, -62, -62, -62, -62, -62, -62, -62, -62
698 11, -63, -63, -63, -63, -63, -63, -63, -63, -63,
699 -63, -63, -63, -63, -63, -63, -63, -63, -63
703 11, -64, -64, -64, -64, -64, -64, -64, -64, -64,
704 -64, -64, -64, -64, -64, -64, -64, -64, -64
709 11, -65, -65, -65, -65, -65, -65, -65, -65, -65,
710 -65, -65, -65, -65, -65, -65, -65, -65, -65
714 11, -66, -66, -66, -66, -66, -66, -66, -66, -66,
715 -66, 61, 61, 61, -66, -66, -66, -66, -66
720 static yy_state_type yy_get_previous_state (void );
721 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
722 static int yy_get_next_buffer (void );
723 static void yy_fatal_error (yyconst char msg[] );
725 /* Done after the current pattern has been matched and before the
726 * corresponding action - sets up zconftext.
728 #define YY_DO_BEFORE_ACTION \
729 (yytext_ptr) = yy_bp; \
730 zconfleng = (size_t) (yy_cp - yy_bp); \
731 (yy_hold_char) = *yy_cp; \
733 (yy_c_buf_p) = yy_cp;
735 #define YY_NUM_RULES 38
736 #define YY_END_OF_BUFFER 39
737 /* This struct is not used in this scanner,
738 but its presence is necessary. */
741 flex_int32_t yy_verify;
744 static yyconst flex_int16_t yy_accept[67] =
746 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
747 39, 5, 4, 2, 3, 7, 8, 6, 37, 34,
748 36, 29, 33, 32, 31, 27, 26, 21, 13, 20,
749 24, 27, 11, 12, 23, 23, 18, 14, 19, 27,
750 27, 4, 2, 3, 3, 1, 6, 37, 34, 36,
751 35, 29, 28, 31, 30, 26, 15, 24, 9, 23,
752 23, 16, 17, 25, 10, 22
755 static yyconst flex_int32_t yy_ec[256] =
757 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
758 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
759 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
760 1, 2, 4, 5, 6, 1, 1, 7, 8, 9,
761 10, 1, 1, 1, 11, 12, 12, 13, 13, 13,
762 13, 13, 13, 13, 13, 13, 13, 1, 1, 14,
763 15, 16, 1, 1, 13, 13, 13, 13, 13, 13,
764 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
765 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
766 1, 17, 1, 1, 13, 1, 13, 13, 13, 13,
768 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
769 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
770 13, 13, 1, 18, 1, 1, 1, 1, 1, 1,
771 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
772 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
773 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
774 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
775 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
776 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
777 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
779 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
780 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
781 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
782 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
783 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
787 extern int zconf_flex_debug;
788 int zconf_flex_debug = 0;
790 /* The intent behind this definition is that it'll catch
791 * any uses of REJECT which flex missed.
793 #define REJECT reject_used_but_not_detected
794 #define yymore() yymore_used_but_not_detected
795 #define YY_MORE_ADJ 0
796 #define YY_RESTORE_YY_MORE_OFFSET
798 #define YY_NO_INPUT 1
801 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
802 * Released under the terms of the GNU GPL v2.0.
813 #define START_STRSIZE 16
821 static int text_size, text_asize;
824 struct buffer *parent;
825 YY_BUFFER_STATE state;
828 struct buffer *current_buf;
830 static int last_ts, first_ts;
832 static void zconf_endhelp(void);
833 static void zconf_endfile(void);
835 static void new_string(void)
837 text = xmalloc(START_STRSIZE);
838 text_asize = START_STRSIZE;
843 static void append_string(const char *str, int size)
845 int new_size = text_size + size + 1;
846 if (new_size > text_asize) {
847 new_size += START_STRSIZE - 1;
848 new_size &= -START_STRSIZE;
849 text = realloc(text, new_size);
850 text_asize = new_size;
852 memcpy(text + text_size, str, size);
857 static void alloc_string(const char *str, int size)
859 text = xmalloc(size + 1);
860 memcpy(text, str, size);
870 #ifndef YY_NO_UNISTD_H
871 /* Special case for "unistd.h", since it is non-ANSI. We include it way
872 * down here because we want the user's section 1 to have been scanned first.
873 * The user has a chance to override it with an option.
878 #ifndef YY_EXTRA_TYPE
879 #define YY_EXTRA_TYPE void *
882 static int yy_init_globals (void );
884 /* Accessor methods to globals.
885 These are made visible to non-reentrant scanners for convenience. */
887 int zconflex_destroy (void );
889 int zconfget_debug (void );
891 void zconfset_debug (int debug_flag );
893 YY_EXTRA_TYPE zconfget_extra (void );
895 void zconfset_extra (YY_EXTRA_TYPE user_defined );
897 FILE *zconfget_in (void );
899 void zconfset_in (FILE * in_str );
901 FILE *zconfget_out (void );
903 void zconfset_out (FILE * out_str );
905 int zconfget_leng (void );
907 char *zconfget_text (void );
909 int zconfget_lineno (void );
911 void zconfset_lineno (int line_number );
913 /* Macros after this point can all be overridden by user definitions in
917 #ifndef YY_SKIP_YYWRAP
919 extern "C" int zconfwrap (void );
921 extern int zconfwrap (void );
925 static void yyunput (int c,char *buf_ptr );
928 static void yy_flex_strncpy (char *,yyconst char *,int );
931 #ifdef YY_NEED_STRLEN
932 static int yy_flex_strlen (yyconst char * );
938 static int yyinput (void );
940 static int input (void );
945 /* Amount of stuff to slurp up with each read. */
946 #ifndef YY_READ_BUF_SIZE
947 #define YY_READ_BUF_SIZE 8192
950 /* Copy whatever the last rule matched to the standard output. */
952 /* This used to be an fputs(), but since the string might contain NUL's,
953 * we now use fwrite().
955 #define ECHO fwrite( zconftext, zconfleng, 1, zconfout )
958 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
959 * is returned in "result".
962 #define YY_INPUT(buf,result,max_size) \
964 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
966 if( errno != EINTR) \
968 YY_FATAL_ERROR( "input in flex scanner failed" ); \
978 /* No semi-colon after return; correct usage is to write "yyterminate();" -
979 * we don't want an extra ';' after the "return" because that will cause
980 * some compilers to complain about unreachable statements.
983 #define yyterminate() return YY_NULL
986 /* Number of entries by which start-condition stack grows. */
987 #ifndef YY_START_STACK_INCR
988 #define YY_START_STACK_INCR 25
991 /* Report a fatal error. */
992 #ifndef YY_FATAL_ERROR
993 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
996 /* end tables serialization structures and prototypes */
998 /* Default declaration of generated scanner - a define so the user can
999 * easily add parameters.
1002 #define YY_DECL_IS_OURS 1
1004 extern int zconflex (void);
1006 #define YY_DECL int zconflex (void)
1007 #endif /* !YY_DECL */
1009 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1012 #ifndef YY_USER_ACTION
1013 #define YY_USER_ACTION
1016 /* Code executed at the end of each rule. */
1018 #define YY_BREAK break;
1021 #define YY_RULE_SETUP \
1024 /** The main scanner function which does all the work.
1028 register yy_state_type yy_current_state;
1029 register char *yy_cp, *yy_bp;
1030 register int yy_act;
1044 (yy_start) = 1; /* first start state */
1052 if ( ! YY_CURRENT_BUFFER ) {
1053 zconfensure_buffer_stack ();
1054 YY_CURRENT_BUFFER_LVALUE =
1055 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1058 zconf_load_buffer_state( );
1061 while ( 1 ) /* loops until end-of-file is reached */
1063 yy_cp = (yy_c_buf_p);
1065 /* Support of zconftext. */
1066 *yy_cp = (yy_hold_char);
1068 /* yy_bp points to the position in yy_ch_buf of the start of
1073 yy_current_state = (yy_start);
1075 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1078 yy_current_state = -yy_current_state;
1081 yy_act = yy_accept[yy_current_state];
1083 YY_DO_BEFORE_ACTION;
1085 do_action: /* This label is used only to access EOF actions. */
1088 { /* beginning of action switch */
1090 /* rule 1 can match eol */
1092 /* rule 2 can match eol */
1095 current_file->lineno++;
1112 unput(zconftext[0]);
1120 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1122 current_pos.file = current_file;
1123 current_pos.lineno = current_file->lineno;
1124 if (id && id->flags & TF_COMMAND) {
1128 alloc_string(zconftext, zconfleng);
1129 zconflval.string = text;
1138 /* rule 8 can match eol */
1142 current_file->lineno++;
1157 return T_OPEN_PAREN;
1161 return T_CLOSE_PAREN;
1177 return T_LESS_EQUAL;
1181 return T_GREATER_EQUAL;
1200 /* rule 21 can match eol */
1202 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1211 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1212 if (id && id->flags & TF_PARAM) {
1216 alloc_string(zconftext, zconfleng);
1217 zconflval.string = text;
1226 /* rule 25 can match eol */
1228 current_file->lineno++;
1238 "%s:%d:warning: ignoring unsupported character '%c'\n",
1239 zconf_curname(), zconf_lineno(), *zconftext);
1242 case YY_STATE_EOF(PARAM):
1249 /* rule 28 can match eol */
1250 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1251 (yy_c_buf_p) = yy_cp -= 1;
1252 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1255 append_string(zconftext, zconfleng);
1256 zconflval.string = text;
1257 return T_WORD_QUOTE;
1263 append_string(zconftext, zconfleng);
1267 /* rule 30 can match eol */
1268 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1269 (yy_c_buf_p) = yy_cp -= 1;
1270 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1273 append_string(zconftext + 1, zconfleng - 1);
1274 zconflval.string = text;
1275 return T_WORD_QUOTE;
1281 append_string(zconftext + 1, zconfleng - 1);
1287 if (str == zconftext[0]) {
1289 zconflval.string = text;
1290 return T_WORD_QUOTE;
1292 append_string(zconftext, 1);
1296 /* rule 33 can match eol */
1299 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
1300 current_file->lineno++;
1305 case YY_STATE_EOF(STRING):
1315 for (i = 0; i < zconfleng; i++) {
1316 if (zconftext[i] == '\t')
1323 if (ts < first_ts) {
1329 append_string(" ", 8);
1332 append_string(" ", ts);
1337 /* rule 35 can match eol */
1338 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1339 (yy_c_buf_p) = yy_cp -= 1;
1340 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1343 current_file->lineno++;
1349 /* rule 36 can match eol */
1352 current_file->lineno++;
1353 append_string("\n", 1);
1360 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1364 append_string(zconftext, zconfleng);
1369 case YY_STATE_EOF(HELP):
1376 case YY_STATE_EOF(INITIAL):
1377 case YY_STATE_EOF(COMMAND):
1389 YY_FATAL_ERROR( "flex scanner jammed" );
1392 case YY_END_OF_BUFFER:
1394 /* Amount of text matched not including the EOB char. */
1395 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1397 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1398 *yy_cp = (yy_hold_char);
1399 YY_RESTORE_YY_MORE_OFFSET
1401 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1403 /* We're scanning a new file or input source. It's
1404 * possible that this happened because the user
1405 * just pointed zconfin at a new source and called
1406 * zconflex(). If so, then we have to assure
1407 * consistency between YY_CURRENT_BUFFER and our
1408 * globals. Here is the right place to do so, because
1409 * this is the first action (other than possibly a
1410 * back-up) that will match for the new input source.
1412 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1413 YY_CURRENT_BUFFER_LVALUE->yy_input_file = zconfin;
1414 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1417 /* Note that here we test for yy_c_buf_p "<=" to the position
1418 * of the first EOB in the buffer, since yy_c_buf_p will
1419 * already have been incremented past the NUL character
1420 * (since all states make transitions on EOB to the
1421 * end-of-buffer state). Contrast this with the test
1424 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1425 { /* This was really a NUL. */
1426 yy_state_type yy_next_state;
1428 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1430 yy_current_state = yy_get_previous_state( );
1432 /* Okay, we're now positioned to make the NUL
1433 * transition. We couldn't have
1434 * yy_get_previous_state() go ahead and do it
1435 * for us because it doesn't know how to deal
1436 * with the possibility of jamming (and we don't
1437 * want to build jamming into it because then it
1438 * will run more slowly).
1441 yy_next_state = yy_try_NUL_trans( yy_current_state );
1443 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1445 if ( yy_next_state )
1447 /* Consume the NUL. */
1448 yy_cp = ++(yy_c_buf_p);
1449 yy_current_state = yy_next_state;
1455 yy_cp = (yy_c_buf_p);
1456 goto yy_find_action;
1460 else switch ( yy_get_next_buffer( ) )
1462 case EOB_ACT_END_OF_FILE:
1464 (yy_did_buffer_switch_on_eof) = 0;
1468 /* Note: because we've taken care in
1469 * yy_get_next_buffer() to have set up
1470 * zconftext, we can now set up
1471 * yy_c_buf_p so that if some total
1472 * hoser (like flex itself) wants to
1473 * call the scanner after we return the
1474 * YY_NULL, it'll still work - another
1475 * YY_NULL will get returned.
1477 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1479 yy_act = YY_STATE_EOF(YY_START);
1485 if ( ! (yy_did_buffer_switch_on_eof) )
1491 case EOB_ACT_CONTINUE_SCAN:
1493 (yytext_ptr) + yy_amount_of_matched_text;
1495 yy_current_state = yy_get_previous_state( );
1497 yy_cp = (yy_c_buf_p);
1498 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1501 case EOB_ACT_LAST_MATCH:
1503 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1505 yy_current_state = yy_get_previous_state( );
1507 yy_cp = (yy_c_buf_p);
1508 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1509 goto yy_find_action;
1516 "fatal flex scanner internal error--no action found" );
1517 } /* end of action switch */
1518 } /* end of scanning one token */
1519 } /* end of zconflex */
1521 /* yy_get_next_buffer - try to read in a new buffer
1523 * Returns a code representing an action:
1524 * EOB_ACT_LAST_MATCH -
1525 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1526 * EOB_ACT_END_OF_FILE - end of file
1528 static int yy_get_next_buffer (void)
1530 register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1531 register char *source = (yytext_ptr);
1532 register int number_to_move, i;
1535 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1537 "fatal flex scanner internal error--end of buffer missed" );
1539 if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1540 { /* Don't try to fill the buffer, so this is an EOF. */
1541 if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1543 /* We matched a single character, the EOB, so
1544 * treat this as a final EOF.
1546 return EOB_ACT_END_OF_FILE;
1551 /* We matched some text prior to the EOB, first
1554 return EOB_ACT_LAST_MATCH;
1558 /* Try to read more data. */
1560 /* First move last chars to start of buffer. */
1561 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1563 for ( i = 0; i < number_to_move; ++i )
1564 *(dest++) = *(source++);
1566 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1567 /* don't do the read, it's not guaranteed to return an EOF,
1570 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1575 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1577 while ( num_to_read <= 0 )
1578 { /* Not enough room in the buffer - grow it. */
1580 /* just a shorter name for the current buffer */
1581 YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1583 int yy_c_buf_p_offset =
1584 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1586 if ( b->yy_is_our_buffer )
1588 int new_size = b->yy_buf_size * 2;
1590 if ( new_size <= 0 )
1591 b->yy_buf_size += b->yy_buf_size / 8;
1593 b->yy_buf_size *= 2;
1595 b->yy_ch_buf = (char *)
1596 /* Include room in for 2 EOB chars. */
1597 zconfrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1600 /* Can't grow it, we don't own it. */
1603 if ( ! b->yy_ch_buf )
1605 "fatal error - scanner input buffer overflow" );
1607 (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
1609 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1614 if ( num_to_read > YY_READ_BUF_SIZE )
1615 num_to_read = YY_READ_BUF_SIZE;
1617 /* Read in more data. */
1618 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1619 (yy_n_chars), (size_t) num_to_read );
1621 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1624 if ( (yy_n_chars) == 0 )
1626 if ( number_to_move == YY_MORE_ADJ )
1628 ret_val = EOB_ACT_END_OF_FILE;
1629 zconfrestart(zconfin );
1634 ret_val = EOB_ACT_LAST_MATCH;
1635 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1636 YY_BUFFER_EOF_PENDING;
1641 ret_val = EOB_ACT_CONTINUE_SCAN;
1643 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1644 /* Extend the array by 50%, plus the number we really need. */
1645 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1646 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) zconfrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
1647 if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1648 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1651 (yy_n_chars) += number_to_move;
1652 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1653 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1655 (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1660 /* yy_get_previous_state - get the state just before the EOB char was reached */
1662 static yy_state_type yy_get_previous_state (void)
1664 register yy_state_type yy_current_state;
1665 register char *yy_cp;
1667 yy_current_state = (yy_start);
1669 for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1671 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];
1674 return yy_current_state;
1677 /* yy_try_NUL_trans - try to make a transition on the NUL character
1680 * next_state = yy_try_NUL_trans( current_state );
1682 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1684 register int yy_is_jam;
1686 yy_current_state = yy_nxt[yy_current_state][1];
1687 yy_is_jam = (yy_current_state <= 0);
1689 return yy_is_jam ? 0 : yy_current_state;
1692 static void yyunput (int c, register char * yy_bp )
1694 register char *yy_cp;
1696 yy_cp = (yy_c_buf_p);
1698 /* undo effects of setting up zconftext */
1699 *yy_cp = (yy_hold_char);
1701 if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1702 { /* need to shift things up to make room */
1703 /* +2 for EOB chars. */
1704 register int number_to_move = (yy_n_chars) + 2;
1705 register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1706 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1707 register char *source =
1708 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1710 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1711 *--dest = *--source;
1713 yy_cp += (int) (dest - source);
1714 yy_bp += (int) (dest - source);
1715 YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1716 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1718 if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1719 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1722 *--yy_cp = (char) c;
1724 (yytext_ptr) = yy_bp;
1725 (yy_hold_char) = *yy_cp;
1726 (yy_c_buf_p) = yy_cp;
1731 static int yyinput (void)
1733 static int input (void)
1739 *(yy_c_buf_p) = (yy_hold_char);
1741 if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1743 /* yy_c_buf_p now points to the character we want to return.
1744 * If this occurs *before* the EOB characters, then it's a
1745 * valid NUL; if not, then we've hit the end of the buffer.
1747 if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1748 /* This was really a NUL. */
1749 *(yy_c_buf_p) = '\0';
1752 { /* need more input */
1753 int offset = (yy_c_buf_p) - (yytext_ptr);
1756 switch ( yy_get_next_buffer( ) )
1758 case EOB_ACT_LAST_MATCH:
1759 /* This happens because yy_g_n_b()
1760 * sees that we've accumulated a
1761 * token and flags that we need to
1762 * try matching the token before
1763 * proceeding. But for input(),
1764 * there's no matching to consider.
1765 * So convert the EOB_ACT_LAST_MATCH
1766 * to EOB_ACT_END_OF_FILE.
1769 /* Reset buffer status. */
1770 zconfrestart(zconfin );
1774 case EOB_ACT_END_OF_FILE:
1779 if ( ! (yy_did_buffer_switch_on_eof) )
1788 case EOB_ACT_CONTINUE_SCAN:
1789 (yy_c_buf_p) = (yytext_ptr) + offset;
1795 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1796 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
1797 (yy_hold_char) = *++(yy_c_buf_p);
1801 #endif /* ifndef YY_NO_INPUT */
1803 /** Immediately switch to a different input stream.
1804 * @param input_file A readable stream.
1806 * @note This function does not reset the start condition to @c INITIAL .
1808 void zconfrestart (FILE * input_file )
1811 if ( ! YY_CURRENT_BUFFER ){
1812 zconfensure_buffer_stack ();
1813 YY_CURRENT_BUFFER_LVALUE =
1814 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1817 zconf_init_buffer(YY_CURRENT_BUFFER,input_file );
1818 zconf_load_buffer_state( );
1821 /** Switch to a different input buffer.
1822 * @param new_buffer The new input buffer.
1825 void zconf_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1828 /* TODO. We should be able to replace this entire function body
1830 * zconfpop_buffer_state();
1831 * zconfpush_buffer_state(new_buffer);
1833 zconfensure_buffer_stack ();
1834 if ( YY_CURRENT_BUFFER == new_buffer )
1837 if ( YY_CURRENT_BUFFER )
1839 /* Flush out information for old buffer. */
1840 *(yy_c_buf_p) = (yy_hold_char);
1841 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1842 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1845 YY_CURRENT_BUFFER_LVALUE = new_buffer;
1846 zconf_load_buffer_state( );
1848 /* We don't actually know whether we did this switch during
1849 * EOF (zconfwrap()) processing, but the only time this flag
1850 * is looked at is after zconfwrap() is called, so it's safe
1851 * to go ahead and always set it.
1853 (yy_did_buffer_switch_on_eof) = 1;
1856 static void zconf_load_buffer_state (void)
1858 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1859 (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1860 zconfin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1861 (yy_hold_char) = *(yy_c_buf_p);
1864 /** Allocate and initialize an input buffer state.
1865 * @param file A readable stream.
1866 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1868 * @return the allocated buffer state.
1870 YY_BUFFER_STATE zconf_create_buffer (FILE * file, int size )
1874 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
1876 YY_FATAL_ERROR( "out of dynamic memory in zconf_create_buffer()" );
1878 b->yy_buf_size = size;
1880 /* yy_ch_buf has to be 2 characters longer than the size given because
1881 * we need to put in 2 end-of-buffer characters.
1883 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 );
1884 if ( ! b->yy_ch_buf )
1885 YY_FATAL_ERROR( "out of dynamic memory in zconf_create_buffer()" );
1887 b->yy_is_our_buffer = 1;
1889 zconf_init_buffer(b,file );
1894 /** Destroy the buffer.
1895 * @param b a buffer created with zconf_create_buffer()
1898 void zconf_delete_buffer (YY_BUFFER_STATE b )
1904 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1905 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1907 if ( b->yy_is_our_buffer )
1908 zconffree((void *) b->yy_ch_buf );
1910 zconffree((void *) b );
1913 /* Initializes or reinitializes a buffer.
1914 * This function is sometimes called more than once on the same buffer,
1915 * such as during a zconfrestart() or at EOF.
1917 static void zconf_init_buffer (YY_BUFFER_STATE b, FILE * file )
1922 zconf_flush_buffer(b );
1924 b->yy_input_file = file;
1925 b->yy_fill_buffer = 1;
1927 /* If b is the current buffer, then zconf_init_buffer was _probably_
1928 * called from zconfrestart() or through yy_get_next_buffer.
1929 * In that case, we don't want to reset the lineno or column.
1931 if (b != YY_CURRENT_BUFFER){
1932 b->yy_bs_lineno = 1;
1933 b->yy_bs_column = 0;
1936 b->yy_is_interactive = 0;
1941 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1942 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1945 void zconf_flush_buffer (YY_BUFFER_STATE b )
1952 /* We always need two end-of-buffer characters. The first causes
1953 * a transition to the end-of-buffer state. The second causes
1954 * a jam in that state.
1956 b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1957 b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1959 b->yy_buf_pos = &b->yy_ch_buf[0];
1962 b->yy_buffer_status = YY_BUFFER_NEW;
1964 if ( b == YY_CURRENT_BUFFER )
1965 zconf_load_buffer_state( );
1968 /** Pushes the new state onto the stack. The new state becomes
1969 * the current state. This function will allocate the stack
1971 * @param new_buffer The new state.
1974 void zconfpush_buffer_state (YY_BUFFER_STATE new_buffer )
1976 if (new_buffer == NULL)
1979 zconfensure_buffer_stack();
1981 /* This block is copied from zconf_switch_to_buffer. */
1982 if ( YY_CURRENT_BUFFER )
1984 /* Flush out information for old buffer. */
1985 *(yy_c_buf_p) = (yy_hold_char);
1986 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1987 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1990 /* Only push if top exists. Otherwise, replace top. */
1991 if (YY_CURRENT_BUFFER)
1992 (yy_buffer_stack_top)++;
1993 YY_CURRENT_BUFFER_LVALUE = new_buffer;
1995 /* copied from zconf_switch_to_buffer. */
1996 zconf_load_buffer_state( );
1997 (yy_did_buffer_switch_on_eof) = 1;
2000 /** Removes and deletes the top of the stack, if present.
2001 * The next element becomes the new top.
2004 void zconfpop_buffer_state (void)
2006 if (!YY_CURRENT_BUFFER)
2009 zconf_delete_buffer(YY_CURRENT_BUFFER );
2010 YY_CURRENT_BUFFER_LVALUE = NULL;
2011 if ((yy_buffer_stack_top) > 0)
2012 --(yy_buffer_stack_top);
2014 if (YY_CURRENT_BUFFER) {
2015 zconf_load_buffer_state( );
2016 (yy_did_buffer_switch_on_eof) = 1;
2020 /* Allocates the stack if it does not exist.
2021 * Guarantees space for at least one push.
2023 static void zconfensure_buffer_stack (void)
2027 if (!(yy_buffer_stack)) {
2029 /* First allocation is just for 2 elements, since we don't know if this
2030 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2031 * immediate realloc on the next call.
2034 (yy_buffer_stack) = (struct yy_buffer_state**)zconfalloc
2035 (num_to_alloc * sizeof(struct yy_buffer_state*)
2037 if ( ! (yy_buffer_stack) )
2038 YY_FATAL_ERROR( "out of dynamic memory in zconfensure_buffer_stack()" );
2040 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2042 (yy_buffer_stack_max) = num_to_alloc;
2043 (yy_buffer_stack_top) = 0;
2047 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2049 /* Increase the buffer to prepare for a possible push. */
2050 int grow_size = 8 /* arbitrary grow size */;
2052 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2053 (yy_buffer_stack) = (struct yy_buffer_state**)zconfrealloc
2055 num_to_alloc * sizeof(struct yy_buffer_state*)
2057 if ( ! (yy_buffer_stack) )
2058 YY_FATAL_ERROR( "out of dynamic memory in zconfensure_buffer_stack()" );
2060 /* zero only the new slots.*/
2061 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2062 (yy_buffer_stack_max) = num_to_alloc;
2066 /** Setup the input buffer state to scan directly from a user-specified character buffer.
2067 * @param base the character buffer
2068 * @param size the size in bytes of the character buffer
2070 * @return the newly allocated buffer state object.
2072 YY_BUFFER_STATE zconf_scan_buffer (char * base, yy_size_t size )
2077 base[size-2] != YY_END_OF_BUFFER_CHAR ||
2078 base[size-1] != YY_END_OF_BUFFER_CHAR )
2079 /* They forgot to leave room for the EOB's. */
2082 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
2084 YY_FATAL_ERROR( "out of dynamic memory in zconf_scan_buffer()" );
2086 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2087 b->yy_buf_pos = b->yy_ch_buf = base;
2088 b->yy_is_our_buffer = 0;
2089 b->yy_input_file = 0;
2090 b->yy_n_chars = b->yy_buf_size;
2091 b->yy_is_interactive = 0;
2093 b->yy_fill_buffer = 0;
2094 b->yy_buffer_status = YY_BUFFER_NEW;
2096 zconf_switch_to_buffer(b );
2101 /** Setup the input buffer state to scan a string. The next call to zconflex() will
2102 * scan from a @e copy of @a str.
2103 * @param yystr a NUL-terminated string to scan
2105 * @return the newly allocated buffer state object.
2106 * @note If you want to scan bytes that may contain NUL values, then use
2107 * zconf_scan_bytes() instead.
2109 YY_BUFFER_STATE zconf_scan_string (yyconst char * yystr )
2112 return zconf_scan_bytes(yystr,strlen(yystr) );
2115 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will
2116 * scan from a @e copy of @a bytes.
2117 * @param bytes the byte buffer to scan
2118 * @param len the number of bytes in the buffer pointed to by @a bytes.
2120 * @return the newly allocated buffer state object.
2122 YY_BUFFER_STATE zconf_scan_bytes (yyconst char * yybytes, int _yybytes_len )
2129 /* Get memory for full buffer, including space for trailing EOB's. */
2130 n = _yybytes_len + 2;
2131 buf = (char *) zconfalloc(n );
2133 YY_FATAL_ERROR( "out of dynamic memory in zconf_scan_bytes()" );
2135 for ( i = 0; i < _yybytes_len; ++i )
2136 buf[i] = yybytes[i];
2138 buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
2140 b = zconf_scan_buffer(buf,n );
2142 YY_FATAL_ERROR( "bad buffer in zconf_scan_bytes()" );
2144 /* It's okay to grow etc. this buffer, and we should throw it
2145 * away when we're done.
2147 b->yy_is_our_buffer = 1;
2152 #ifndef YY_EXIT_FAILURE
2153 #define YY_EXIT_FAILURE 2
2156 static void yy_fatal_error (yyconst char* msg )
2158 (void) fprintf( stderr, "%s\n", msg );
2159 exit( YY_EXIT_FAILURE );
2162 /* Redefine yyless() so it works in section 3 code. */
2168 /* Undo effects of setting up zconftext. */ \
2169 int yyless_macro_arg = (n); \
2170 YY_LESS_LINENO(yyless_macro_arg);\
2171 zconftext[zconfleng] = (yy_hold_char); \
2172 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2173 (yy_hold_char) = *(yy_c_buf_p); \
2174 *(yy_c_buf_p) = '\0'; \
2175 zconfleng = yyless_macro_arg; \
2179 /* Accessor methods (get/set functions) to struct members. */
2181 /** Get the current line number.
2184 int zconfget_lineno (void)
2190 /** Get the input stream.
2193 FILE *zconfget_in (void)
2198 /** Get the output stream.
2201 FILE *zconfget_out (void)
2206 /** Get the length of the current token.
2209 int zconfget_leng (void)
2214 /** Get the current token.
2218 char *zconfget_text (void)
2223 /** Set the current line number.
2224 * @param line_number
2227 void zconfset_lineno (int line_number )
2230 zconflineno = line_number;
2233 /** Set the input stream. This does not discard the current
2235 * @param in_str A readable stream.
2237 * @see zconf_switch_to_buffer
2239 void zconfset_in (FILE * in_str )
2244 void zconfset_out (FILE * out_str )
2246 zconfout = out_str ;
2249 int zconfget_debug (void)
2251 return zconf_flex_debug;
2254 void zconfset_debug (int bdebug )
2256 zconf_flex_debug = bdebug ;
2259 static int yy_init_globals (void)
2261 /* Initialization is the same as for the non-reentrant scanner.
2262 * This function is called from zconflex_destroy(), so don't allocate here.
2265 (yy_buffer_stack) = 0;
2266 (yy_buffer_stack_top) = 0;
2267 (yy_buffer_stack_max) = 0;
2268 (yy_c_buf_p) = (char *) 0;
2272 /* Defined in main.c */
2277 zconfin = (FILE *) 0;
2278 zconfout = (FILE *) 0;
2281 /* For future reference: Set errno on error, since we are called by
2287 /* zconflex_destroy is for both reentrant and non-reentrant scanners. */
2288 int zconflex_destroy (void)
2291 /* Pop the buffer stack, destroying each element. */
2292 while(YY_CURRENT_BUFFER){
2293 zconf_delete_buffer(YY_CURRENT_BUFFER );
2294 YY_CURRENT_BUFFER_LVALUE = NULL;
2295 zconfpop_buffer_state();
2298 /* Destroy the stack itself. */
2299 zconffree((yy_buffer_stack) );
2300 (yy_buffer_stack) = NULL;
2302 /* Reset the globals. This is important in a non-reentrant scanner so the next time
2303 * zconflex() is called, initialization will occur. */
2310 * Internal utility routines.
2314 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2317 for ( i = 0; i < n; ++i )
2322 #ifdef YY_NEED_STRLEN
2323 static int yy_flex_strlen (yyconst char * s )
2326 for ( n = 0; s[n]; ++n )
2333 void *zconfalloc (yy_size_t size )
2335 return (void *) malloc( size );
2338 void *zconfrealloc (void * ptr, yy_size_t size )
2340 /* The cast to (char *) in the following accommodates both
2341 * implementations that use char* generic pointers, and those
2342 * that use void* generic pointers. It works with the latter
2343 * because both ANSI C and C++ allow castless assignment from
2344 * any pointer type to void*, and deal with argument conversions
2345 * as though doing an assignment.
2347 return (void *) realloc( (char *) ptr, size );
2350 void zconffree (void * ptr )
2352 free( (char *) ptr ); /* see zconfrealloc() for (char *) cast */
2355 #define YYTABLES_NAME "yytables"
2357 void zconf_starthelp(void)
2360 last_ts = first_ts = 0;
2364 static void zconf_endhelp(void)
2366 zconflval.string = text;
2371 * Try to open specified file with following names:
2374 * The latter is used when srctree is separate from objtree
2375 * when compiling the kernel.
2376 * Return NULL if file is not found.
2378 FILE *zconf_fopen(const char *name)
2380 char *env, fullname[PATH_MAX+1];
2383 f = fopen(name, "r");
2384 if (!f && name != NULL && name[0] != '/') {
2385 env = getenv(SRCTREE);
2387 sprintf(fullname, "%s/%s", env, name);
2388 f = fopen(fullname, "r");
2394 void zconf_initscan(const char *name)
2396 zconfin = zconf_fopen(name);
2398 printf("can't find file %s\n", name);
2402 current_buf = xmalloc(sizeof(*current_buf));
2403 memset(current_buf, 0, sizeof(*current_buf));
2405 current_file = file_lookup(name);
2406 current_file->lineno = 1;
2409 void zconf_nextfile(const char *name)
2412 struct file *file = file_lookup(name);
2413 struct buffer *buf = xmalloc(sizeof(*buf));
2414 memset(buf, 0, sizeof(*buf));
2416 current_buf->state = YY_CURRENT_BUFFER;
2417 zconfin = zconf_fopen(file->name);
2419 printf("%s:%d: can't open file \"%s\"\n",
2420 zconf_curname(), zconf_lineno(), file->name);
2423 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE));
2424 buf->parent = current_buf;
2427 for (iter = current_file->parent; iter; iter = iter->parent ) {
2428 if (!strcmp(current_file->name,iter->name) ) {
2429 printf("%s:%d: recursive inclusion detected. "
2430 "Inclusion path:\n current file : '%s'\n",
2431 zconf_curname(), zconf_lineno(),
2433 iter = current_file->parent;
2435 strcmp(iter->name,current_file->name)) {
2436 printf(" included from: '%s:%d'\n",
2437 iter->name, iter->lineno-1);
2438 iter = iter->parent;
2441 printf(" included from: '%s:%d'\n",
2442 iter->name, iter->lineno+1);
2447 file->parent = current_file;
2448 current_file = file;
2451 static void zconf_endfile(void)
2453 struct buffer *parent;
2455 current_file = current_file->parent;
2457 parent = current_buf->parent;
2460 zconf_delete_buffer(YY_CURRENT_BUFFER);
2461 zconf_switch_to_buffer(parent->state);
2464 current_buf = parent;
2467 int zconf_lineno(void)
2469 return current_pos.lineno;
2472 const char *zconf_curname(void)
2474 return current_pos.file ? current_pos.file->name : "<none>";