4 #define YY_INT_ALIGNED short int
6 /* A lexical scanner generated by flex */
9 #define YY_FLEX_MAJOR_VERSION 2
10 #define YY_FLEX_MINOR_VERSION 5
11 #define YY_FLEX_SUBMINOR_VERSION 33
12 #if YY_FLEX_SUBMINOR_VERSION > 0
16 /* First, we deal with platform-specific or compiler-specific issues. */
18 /* begin standard C headers. */
24 /* end standard C headers. */
26 /* flex integer type definitions */
31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
33 #if __STDC_VERSION__ >= 199901L
35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
36 * if you want the limit (max/min) macros for int types.
38 #ifndef __STDC_LIMIT_MACROS
39 #define __STDC_LIMIT_MACROS 1
43 typedef int8_t flex_int8_t
;
44 typedef uint8_t flex_uint8_t
;
45 typedef int16_t flex_int16_t
;
46 typedef uint16_t flex_uint16_t
;
47 typedef int32_t flex_int32_t
;
48 typedef uint32_t flex_uint32_t
;
50 typedef signed char flex_int8_t
;
51 typedef short int flex_int16_t
;
52 typedef int flex_int32_t
;
53 typedef unsigned char flex_uint8_t
;
54 typedef unsigned short int flex_uint16_t
;
55 typedef unsigned int flex_uint32_t
;
58 /* Limits of integral types. */
60 #define INT8_MIN (-128)
63 #define INT16_MIN (-32767-1)
66 #define INT32_MIN (-2147483647-1)
69 #define INT8_MAX (127)
72 #define INT16_MAX (32767)
75 #define INT32_MAX (2147483647)
78 #define UINT8_MAX (255U)
81 #define UINT16_MAX (65535U)
84 #define UINT32_MAX (4294967295U)
87 #endif /* ! FLEXINT_H */
91 /* The "const" storage-class-modifier is valid. */
94 #else /* ! __cplusplus */
100 #endif /* __STDC__ */
101 #endif /* ! __cplusplus */
104 #define yyconst const
109 /* Returned upon end-of-file. */
112 /* Promotes a possibly negative, possibly signed char to an unsigned
113 * integer for use as an array index. If the signed char is negative,
114 * we want to instead treat it as an 8-bit unsigned char, hence the
117 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
119 /* Enter a start condition. This macro really ought to take a parameter,
120 * but we do it the disgusting crufty way forced on us by the ()-less
121 * definition of BEGIN.
123 #define BEGIN (yy_start) = 1 + 2 *
125 /* Translate the current start state into a value that can be later handed
126 * to BEGIN to return to the state. The YYSTATE alias is for lex
129 #define YY_START (((yy_start) - 1) / 2)
130 #define YYSTATE YY_START
132 /* Action number for EOF rule of a given start state. */
133 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
135 /* Special action meaning "start processing a new file". */
136 #define YY_NEW_FILE yyrestart(yyin )
138 #define YY_END_OF_BUFFER_CHAR 0
140 /* Size of default input buffer. */
142 #define YY_BUF_SIZE 16384
145 /* The state buf must be large enough to hold one state per character in the main buffer.
147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
149 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
150 #define YY_TYPEDEF_YY_BUFFER_STATE
151 typedef struct yy_buffer_state
*YY_BUFFER_STATE
;
156 extern FILE *yyin
, *yyout
;
158 #define EOB_ACT_CONTINUE_SCAN 0
159 #define EOB_ACT_END_OF_FILE 1
160 #define EOB_ACT_LAST_MATCH 2
162 #define YY_LESS_LINENO(n)
164 /* Return all but the first "n" matched characters back to the input stream. */
168 /* Undo effects of setting up yytext. */ \
169 int yyless_macro_arg = (n); \
170 YY_LESS_LINENO(yyless_macro_arg);\
171 *yy_cp = (yy_hold_char); \
172 YY_RESTORE_YY_MORE_OFFSET \
173 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
174 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
178 #define unput(c) yyunput( c, (yytext_ptr) )
180 /* The following is because we cannot portably get our hands on size_t
181 * (without autoconf's help, which isn't available because we want
182 * flex-generated scanners to compile on their own).
185 #ifndef YY_TYPEDEF_YY_SIZE_T
186 #define YY_TYPEDEF_YY_SIZE_T
187 typedef unsigned int yy_size_t
;
190 #ifndef YY_STRUCT_YY_BUFFER_STATE
191 #define YY_STRUCT_YY_BUFFER_STATE
192 struct yy_buffer_state
196 char *yy_ch_buf
; /* input buffer */
197 char *yy_buf_pos
; /* current position in input buffer */
199 /* Size of input buffer in bytes, not including room for EOB
202 yy_size_t yy_buf_size
;
204 /* Number of characters read into yy_ch_buf, not including EOB
209 /* Whether we "own" the buffer - i.e., we know we created it,
210 * and can realloc() it to grow it, and should free() it to
213 int yy_is_our_buffer
;
215 /* Whether this is an "interactive" input source; if so, and
216 * if we're using stdio for input, then we want to use getc()
217 * instead of fread(), to make sure we stop fetching input after
220 int yy_is_interactive
;
222 /* Whether we're considered to be at the beginning of a line.
223 * If so, '^' rules will be active on the next match, otherwise
228 int yy_bs_lineno
; /**< The line count. */
229 int yy_bs_column
; /**< The column count. */
231 /* Whether to try to fill the input buffer when we reach the
236 int yy_buffer_status
;
238 #define YY_BUFFER_NEW 0
239 #define YY_BUFFER_NORMAL 1
240 /* When an EOF's been seen but there's still some text to process
241 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
242 * shouldn't try reading from the input source any more. We might
243 * still have a bunch of tokens to match, though, because of
244 * possible backing-up.
246 * When we actually see the EOF, we change the status to "new"
247 * (via yyrestart()), so that the user can continue scanning by
248 * just pointing yyin at a new input file.
250 #define YY_BUFFER_EOF_PENDING 2
253 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
255 /* Stack of input buffers. */
256 static size_t yy_buffer_stack_top
= 0; /**< index of top of stack. */
257 static size_t yy_buffer_stack_max
= 0; /**< capacity of stack. */
258 static YY_BUFFER_STATE
* yy_buffer_stack
= 0; /**< Stack as an array. */
260 /* We provide macros for accessing buffer states in case in the
261 * future we want to put the buffer states in a more general
264 * Returns the top of the stack, or NULL.
266 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
267 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
270 /* Same as previous macro, but useful when we know that the buffer stack is not
271 * NULL or when we need an lvalue. For internal use only.
273 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
275 /* yy_hold_char holds the character lost when yytext is formed. */
276 static char yy_hold_char
;
277 static int yy_n_chars
; /* number of characters read into yy_ch_buf */
280 /* Points to current character in buffer. */
281 static char *yy_c_buf_p
= (char *) 0;
282 static int yy_init
= 0; /* whether we need to initialize */
283 static int yy_start
= 0; /* start state number */
285 /* Flag which is used to allow yywrap()'s to do buffer switches
286 * instead of setting up a fresh yyin. A bit of a hack ...
288 static int yy_did_buffer_switch_on_eof
;
290 void yyrestart (FILE *input_file
);
291 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer
);
292 YY_BUFFER_STATE
yy_create_buffer (FILE *file
,int size
);
293 void yy_delete_buffer (YY_BUFFER_STATE b
);
294 void yy_flush_buffer (YY_BUFFER_STATE b
);
295 void yypush_buffer_state (YY_BUFFER_STATE new_buffer
);
296 void yypop_buffer_state (void );
298 static void yyensure_buffer_stack (void );
299 static void yy_load_buffer_state (void );
300 static void yy_init_buffer (YY_BUFFER_STATE b
,FILE *file
);
302 #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
304 YY_BUFFER_STATE
yy_scan_buffer (char *base
,yy_size_t size
);
305 YY_BUFFER_STATE
yy_scan_string (yyconst
char *yy_str
);
306 YY_BUFFER_STATE
yy_scan_bytes (yyconst
char *bytes
,int len
);
308 void *yyalloc (yy_size_t
);
309 void *yyrealloc (void *,yy_size_t
);
310 void yyfree (void * );
312 #define yy_new_buffer yy_create_buffer
314 #define yy_set_interactive(is_interactive) \
316 if ( ! YY_CURRENT_BUFFER ){ \
317 yyensure_buffer_stack (); \
318 YY_CURRENT_BUFFER_LVALUE = \
319 yy_create_buffer(yyin,YY_BUF_SIZE ); \
321 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
324 #define yy_set_bol(at_bol) \
326 if ( ! YY_CURRENT_BUFFER ){\
327 yyensure_buffer_stack (); \
328 YY_CURRENT_BUFFER_LVALUE = \
329 yy_create_buffer(yyin,YY_BUF_SIZE ); \
331 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
334 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
336 /* Begin user sect3 */
338 typedef unsigned char YY_CHAR
;
340 FILE *yyin
= (FILE *) 0, *yyout
= (FILE *) 0;
342 typedef int yy_state_type
;
349 #define yytext_ptr yytext
351 static yy_state_type
yy_get_previous_state (void );
352 static yy_state_type
yy_try_NUL_trans (yy_state_type current_state
);
353 static int yy_get_next_buffer (void );
354 static void yy_fatal_error (yyconst
char msg
[] );
356 /* Done after the current pattern has been matched and before the
357 * corresponding action - sets up yytext.
359 #define YY_DO_BEFORE_ACTION \
360 (yytext_ptr) = yy_bp; \
361 yyleng = (size_t) (yy_cp - yy_bp); \
362 (yy_hold_char) = *yy_cp; \
364 (yy_c_buf_p) = yy_cp;
366 #define YY_NUM_RULES 16
367 #define YY_END_OF_BUFFER 17
368 /* This struct is not used in this scanner,
369 but its presence is necessary. */
372 flex_int32_t yy_verify
;
375 static yyconst flex_int16_t yy_accept
[46] =
377 0, 0, 17, 15, 11, 12, 13, 10, 9, 14,
378 14, 14, 14, 10, 9, 14, 3, 14, 14, 1,
379 7, 14, 14, 8, 14, 14, 14, 14, 14, 14,
380 14, 6, 14, 14, 5, 14, 14, 14, 14, 14,
384 static yyconst flex_int32_t yy_ec
[256] =
386 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
387 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
388 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
389 1, 2, 1, 4, 5, 1, 1, 1, 1, 1,
390 1, 1, 1, 1, 1, 1, 1, 6, 6, 6,
391 6, 6, 6, 6, 6, 6, 6, 1, 1, 1,
392 1, 1, 1, 1, 7, 7, 7, 7, 7, 7,
393 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
394 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
395 1, 1, 1, 1, 8, 1, 9, 10, 11, 12,
397 13, 14, 7, 7, 15, 7, 7, 16, 7, 17,
398 18, 19, 7, 20, 7, 21, 7, 7, 7, 22,
399 7, 7, 1, 1, 1, 1, 1, 1, 1, 1,
400 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
401 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
402 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
403 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
404 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
405 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
406 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
408 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
409 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
410 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
411 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
412 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
416 static yyconst flex_int32_t yy_meta
[23] =
418 1, 1, 2, 1, 1, 3, 3, 3, 3, 3,
419 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
423 static yyconst flex_int16_t yy_base
[48] =
425 0, 0, 56, 57, 57, 57, 57, 0, 49, 0,
426 12, 13, 34, 0, 47, 0, 0, 40, 31, 0,
427 0, 38, 36, 0, 30, 34, 32, 25, 22, 28,
428 34, 0, 19, 13, 0, 22, 30, 26, 26, 18,
429 12, 0, 14, 0, 57, 34, 23
432 static yyconst flex_int16_t yy_def
[48] =
434 45, 1, 45, 45, 45, 45, 45, 46, 47, 47,
435 47, 47, 47, 46, 47, 47, 47, 47, 47, 47,
436 47, 47, 47, 47, 47, 47, 47, 47, 47, 47,
437 47, 47, 47, 47, 47, 47, 47, 47, 47, 47,
438 47, 47, 47, 47, 0, 45, 45
441 static yyconst flex_int16_t yy_nxt
[80] =
443 4, 5, 6, 7, 8, 9, 10, 10, 10, 10,
444 10, 10, 11, 10, 12, 10, 10, 10, 13, 10,
445 10, 10, 17, 36, 21, 16, 44, 43, 18, 22,
446 42, 19, 20, 37, 14, 41, 14, 40, 39, 38,
447 35, 34, 33, 32, 31, 30, 29, 28, 27, 26,
448 25, 24, 15, 23, 15, 45, 3, 45, 45, 45,
449 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
450 45, 45, 45, 45, 45, 45, 45, 45, 45
453 static yyconst flex_int16_t yy_chk
[80] =
455 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
456 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
457 1, 1, 11, 34, 12, 47, 43, 41, 11, 12,
458 40, 11, 11, 34, 46, 39, 46, 38, 37, 36,
459 33, 31, 30, 29, 28, 27, 26, 25, 23, 22,
460 19, 18, 15, 13, 9, 3, 45, 45, 45, 45,
461 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
462 45, 45, 45, 45, 45, 45, 45, 45, 45
465 static yy_state_type yy_last_accepting_state
;
466 static char *yy_last_accepting_cpos
;
468 extern int yy_flex_debug
;
469 int yy_flex_debug
= 0;
471 /* The intent behind this definition is that it'll catch
472 * any uses of REJECT which flex missed.
474 #define REJECT reject_used_but_not_detected
475 #define yymore() yymore_used_but_not_detected
476 #define YY_MORE_ADJ 0
477 #define YY_RESTORE_YY_MORE_OFFSET
482 * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan
483 * (Royal Institute of Technology, Stockholm, Sweden).
484 * All rights reserved.
486 * Redistribution and use in source and binary forms, with or without
487 * modification, are permitted provided that the following conditions
490 * 1. Redistributions of source code must retain the above copyright
491 * notice, this list of conditions and the following disclaimer.
493 * 2. Redistributions in binary form must reproduce the above copyright
494 * notice, this list of conditions and the following disclaimer in the
495 * documentation and/or other materials provided with the distribution.
497 * 3. Neither the name of the Institute nor the names of its contributors
498 * may be used to endorse or promote products derived from this software
499 * without specific prior written permission.
501 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
502 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
503 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
504 * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
505 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
506 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
507 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
508 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
509 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
510 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
515 * This is to handle the definition of this symbol in some AIX
516 * headers, which will conflict with the definition that lex will
517 * generate for it. It's only a problem for AIX lex.
522 #include "compile_et.h"
526 RCSID("$Id: lex.l 15143 2005-05-16 08:52:54Z lha $");
528 static unsigned lineno
= 1;
529 static int getstring(void);
539 #ifndef YY_NO_UNISTD_H
540 /* Special case for "unistd.h", since it is non-ANSI. We include it way
541 * down here because we want the user's section 1 to have been scanned first.
542 * The user has a chance to override it with an option.
547 #ifndef YY_EXTRA_TYPE
548 #define YY_EXTRA_TYPE void *
551 static int yy_init_globals (void );
553 /* Macros after this point can all be overridden by user definitions in
557 #ifndef YY_SKIP_YYWRAP
559 extern "C" int yywrap (void );
561 extern int yywrap (void );
565 static void yyunput (int c
,char *buf_ptr
);
568 static void yy_flex_strncpy (char *,yyconst
char *,int );
571 #ifdef YY_NEED_STRLEN
572 static int yy_flex_strlen (yyconst
char * );
578 static int yyinput (void );
580 static int input (void );
585 /* Amount of stuff to slurp up with each read. */
586 #ifndef YY_READ_BUF_SIZE
587 #define YY_READ_BUF_SIZE 8192
590 /* Copy whatever the last rule matched to the standard output. */
592 /* This used to be an fputs(), but since the string might contain NUL's,
593 * we now use fwrite().
595 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
598 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
599 * is returned in "result".
602 #define YY_INPUT(buf,result,max_size) \
603 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
607 for ( n = 0; n < max_size && \
608 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
611 buf[n++] = (char) c; \
612 if ( c == EOF && ferror( yyin ) ) \
613 YY_FATAL_ERROR( "input in flex scanner failed" ); \
619 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
621 if( errno != EINTR) \
623 YY_FATAL_ERROR( "input in flex scanner failed" ); \
634 /* No semi-colon after return; correct usage is to write "yyterminate();" -
635 * we don't want an extra ';' after the "return" because that will cause
636 * some compilers to complain about unreachable statements.
639 #define yyterminate() return YY_NULL
642 /* Number of entries by which start-condition stack grows. */
643 #ifndef YY_START_STACK_INCR
644 #define YY_START_STACK_INCR 25
647 /* Report a fatal error. */
648 #ifndef YY_FATAL_ERROR
649 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
652 /* end tables serialization structures and prototypes */
654 /* Default declaration of generated scanner - a define so the user can
655 * easily add parameters.
658 #define YY_DECL_IS_OURS 1
660 extern int yylex (void);
662 #define YY_DECL int yylex (void)
663 #endif /* !YY_DECL */
665 /* Code executed at the beginning of each rule, after yytext and yyleng
668 #ifndef YY_USER_ACTION
669 #define YY_USER_ACTION
672 /* Code executed at the end of each rule. */
674 #define YY_BREAK break;
677 #define YY_RULE_SETUP \
680 /** The main scanner function which does all the work.
684 register yy_state_type yy_current_state
;
685 register char *yy_cp
, *yy_bp
;
701 (yy_start
) = 1; /* first start state */
709 if ( ! YY_CURRENT_BUFFER
) {
710 yyensure_buffer_stack ();
711 YY_CURRENT_BUFFER_LVALUE
=
712 yy_create_buffer(yyin
,YY_BUF_SIZE
);
715 yy_load_buffer_state( );
718 while ( 1 ) /* loops until end-of-file is reached */
720 yy_cp
= (yy_c_buf_p
);
722 /* Support of yytext. */
723 *yy_cp
= (yy_hold_char
);
725 /* yy_bp points to the position in yy_ch_buf of the start of
730 yy_current_state
= (yy_start
);
734 register YY_CHAR yy_c
= yy_ec
[YY_SC_TO_UI(*yy_cp
)];
735 if ( yy_accept
[yy_current_state
] )
737 (yy_last_accepting_state
) = yy_current_state
;
738 (yy_last_accepting_cpos
) = yy_cp
;
740 while ( yy_chk
[yy_base
[yy_current_state
] + yy_c
] != yy_current_state
)
742 yy_current_state
= (int) yy_def
[yy_current_state
];
743 if ( yy_current_state
>= 46 )
744 yy_c
= yy_meta
[(unsigned int) yy_c
];
746 yy_current_state
= yy_nxt
[yy_base
[yy_current_state
] + (unsigned int) yy_c
];
749 while ( yy_base
[yy_current_state
] != 57 );
752 yy_act
= yy_accept
[yy_current_state
];
754 { /* have to back up */
755 yy_cp
= (yy_last_accepting_cpos
);
756 yy_current_state
= (yy_last_accepting_state
);
757 yy_act
= yy_accept
[yy_current_state
];
762 do_action
: /* This label is used only to access EOF actions. */
765 { /* beginning of action switch */
766 case 0: /* must back up */
767 /* undo the effects of YY_DO_BEFORE_ACTION */
768 *yy_cp
= (yy_hold_char
);
769 yy_cp
= (yy_last_accepting_cpos
);
770 yy_current_state
= (yy_last_accepting_state
);
816 { yylval
.number
= atoi(yytext
); return NUMBER
; }
829 /* rule 12 can match eol */
837 { return getstring(); }
842 { yylval
.string
= strdup(yytext
); return STRING
; }
855 case YY_STATE_EOF(INITIAL
):
858 case YY_END_OF_BUFFER
:
860 /* Amount of text matched not including the EOB char. */
861 int yy_amount_of_matched_text
= (int) (yy_cp
- (yytext_ptr
)) - 1;
863 /* Undo the effects of YY_DO_BEFORE_ACTION. */
864 *yy_cp
= (yy_hold_char
);
865 YY_RESTORE_YY_MORE_OFFSET
867 if ( YY_CURRENT_BUFFER_LVALUE
->yy_buffer_status
== YY_BUFFER_NEW
)
869 /* We're scanning a new file or input source. It's
870 * possible that this happened because the user
871 * just pointed yyin at a new source and called
872 * yylex(). If so, then we have to assure
873 * consistency between YY_CURRENT_BUFFER and our
874 * globals. Here is the right place to do so, because
875 * this is the first action (other than possibly a
876 * back-up) that will match for the new input source.
878 (yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
;
879 YY_CURRENT_BUFFER_LVALUE
->yy_input_file
= yyin
;
880 YY_CURRENT_BUFFER_LVALUE
->yy_buffer_status
= YY_BUFFER_NORMAL
;
883 /* Note that here we test for yy_c_buf_p "<=" to the position
884 * of the first EOB in the buffer, since yy_c_buf_p will
885 * already have been incremented past the NUL character
886 * (since all states make transitions on EOB to the
887 * end-of-buffer state). Contrast this with the test
890 if ( (yy_c_buf_p
) <= &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
)] )
891 { /* This was really a NUL. */
892 yy_state_type yy_next_state
;
894 (yy_c_buf_p
) = (yytext_ptr
) + yy_amount_of_matched_text
;
896 yy_current_state
= yy_get_previous_state( );
898 /* Okay, we're now positioned to make the NUL
899 * transition. We couldn't have
900 * yy_get_previous_state() go ahead and do it
901 * for us because it doesn't know how to deal
902 * with the possibility of jamming (and we don't
903 * want to build jamming into it because then it
904 * will run more slowly).
907 yy_next_state
= yy_try_NUL_trans( yy_current_state
);
909 yy_bp
= (yytext_ptr
) + YY_MORE_ADJ
;
913 /* Consume the NUL. */
914 yy_cp
= ++(yy_c_buf_p
);
915 yy_current_state
= yy_next_state
;
921 yy_cp
= (yy_c_buf_p
);
926 else switch ( yy_get_next_buffer( ) )
928 case EOB_ACT_END_OF_FILE
:
930 (yy_did_buffer_switch_on_eof
) = 0;
934 /* Note: because we've taken care in
935 * yy_get_next_buffer() to have set up
936 * yytext, we can now set up
937 * yy_c_buf_p so that if some total
938 * hoser (like flex itself) wants to
939 * call the scanner after we return the
940 * YY_NULL, it'll still work - another
941 * YY_NULL will get returned.
943 (yy_c_buf_p
) = (yytext_ptr
) + YY_MORE_ADJ
;
945 yy_act
= YY_STATE_EOF(YY_START
);
951 if ( ! (yy_did_buffer_switch_on_eof
) )
957 case EOB_ACT_CONTINUE_SCAN
:
959 (yytext_ptr
) + yy_amount_of_matched_text
;
961 yy_current_state
= yy_get_previous_state( );
963 yy_cp
= (yy_c_buf_p
);
964 yy_bp
= (yytext_ptr
) + YY_MORE_ADJ
;
967 case EOB_ACT_LAST_MATCH
:
969 &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
)];
971 yy_current_state
= yy_get_previous_state( );
973 yy_cp
= (yy_c_buf_p
);
974 yy_bp
= (yytext_ptr
) + YY_MORE_ADJ
;
982 "fatal flex scanner internal error--no action found" );
983 } /* end of action switch */
984 } /* end of scanning one token */
987 /* yy_get_next_buffer - try to read in a new buffer
989 * Returns a code representing an action:
990 * EOB_ACT_LAST_MATCH -
991 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
992 * EOB_ACT_END_OF_FILE - end of file
994 static int yy_get_next_buffer (void)
996 register char *dest
= YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
;
997 register char *source
= (yytext_ptr
);
998 register int number_to_move
, i
;
1001 if ( (yy_c_buf_p
) > &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
) + 1] )
1003 "fatal flex scanner internal error--end of buffer missed" );
1005 if ( YY_CURRENT_BUFFER_LVALUE
->yy_fill_buffer
== 0 )
1006 { /* Don't try to fill the buffer, so this is an EOF. */
1007 if ( (yy_c_buf_p
) - (yytext_ptr
) - YY_MORE_ADJ
== 1 )
1009 /* We matched a single character, the EOB, so
1010 * treat this as a final EOF.
1012 return EOB_ACT_END_OF_FILE
;
1017 /* We matched some text prior to the EOB, first
1020 return EOB_ACT_LAST_MATCH
;
1024 /* Try to read more data. */
1026 /* First move last chars to start of buffer. */
1027 number_to_move
= (int) ((yy_c_buf_p
) - (yytext_ptr
)) - 1;
1029 for ( i
= 0; i
< number_to_move
; ++i
)
1030 *(dest
++) = *(source
++);
1032 if ( YY_CURRENT_BUFFER_LVALUE
->yy_buffer_status
== YY_BUFFER_EOF_PENDING
)
1033 /* don't do the read, it's not guaranteed to return an EOF,
1036 YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
= (yy_n_chars
) = 0;
1041 YY_CURRENT_BUFFER_LVALUE
->yy_buf_size
- number_to_move
- 1;
1043 while ( num_to_read
<= 0 )
1044 { /* Not enough room in the buffer - grow it. */
1046 /* just a shorter name for the current buffer */
1047 YY_BUFFER_STATE b
= YY_CURRENT_BUFFER
;
1049 int yy_c_buf_p_offset
=
1050 (int) ((yy_c_buf_p
) - b
->yy_ch_buf
);
1052 if ( b
->yy_is_our_buffer
)
1054 int new_size
= b
->yy_buf_size
* 2;
1056 if ( new_size
<= 0 )
1057 b
->yy_buf_size
+= b
->yy_buf_size
/ 8;
1059 b
->yy_buf_size
*= 2;
1061 b
->yy_ch_buf
= (char *)
1062 /* Include room in for 2 EOB chars. */
1063 yyrealloc((void *) b
->yy_ch_buf
,b
->yy_buf_size
+ 2 );
1066 /* Can't grow it, we don't own it. */
1069 if ( ! b
->yy_ch_buf
)
1071 "fatal error - scanner input buffer overflow" );
1073 (yy_c_buf_p
) = &b
->yy_ch_buf
[yy_c_buf_p_offset
];
1075 num_to_read
= YY_CURRENT_BUFFER_LVALUE
->yy_buf_size
-
1080 if ( num_to_read
> YY_READ_BUF_SIZE
)
1081 num_to_read
= YY_READ_BUF_SIZE
;
1083 /* Read in more data. */
1084 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[number_to_move
]),
1085 (yy_n_chars
), num_to_read
);
1087 YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
= (yy_n_chars
);
1090 if ( (yy_n_chars
) == 0 )
1092 if ( number_to_move
== YY_MORE_ADJ
)
1094 ret_val
= EOB_ACT_END_OF_FILE
;
1100 ret_val
= EOB_ACT_LAST_MATCH
;
1101 YY_CURRENT_BUFFER_LVALUE
->yy_buffer_status
=
1102 YY_BUFFER_EOF_PENDING
;
1107 ret_val
= EOB_ACT_CONTINUE_SCAN
;
1109 (yy_n_chars
) += number_to_move
;
1110 YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
)] = YY_END_OF_BUFFER_CHAR
;
1111 YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
) + 1] = YY_END_OF_BUFFER_CHAR
;
1113 (yytext_ptr
) = &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[0];
1118 /* yy_get_previous_state - get the state just before the EOB char was reached */
1120 static yy_state_type
yy_get_previous_state (void)
1122 register yy_state_type yy_current_state
;
1123 register char *yy_cp
;
1125 yy_current_state
= (yy_start
);
1127 for ( yy_cp
= (yytext_ptr
) + YY_MORE_ADJ
; yy_cp
< (yy_c_buf_p
); ++yy_cp
)
1129 register YY_CHAR yy_c
= (*yy_cp
? yy_ec
[YY_SC_TO_UI(*yy_cp
)] : 1);
1130 if ( yy_accept
[yy_current_state
] )
1132 (yy_last_accepting_state
) = yy_current_state
;
1133 (yy_last_accepting_cpos
) = yy_cp
;
1135 while ( yy_chk
[yy_base
[yy_current_state
] + yy_c
] != yy_current_state
)
1137 yy_current_state
= (int) yy_def
[yy_current_state
];
1138 if ( yy_current_state
>= 46 )
1139 yy_c
= yy_meta
[(unsigned int) yy_c
];
1141 yy_current_state
= yy_nxt
[yy_base
[yy_current_state
] + (unsigned int) yy_c
];
1144 return yy_current_state
;
1147 /* yy_try_NUL_trans - try to make a transition on the NUL character
1150 * next_state = yy_try_NUL_trans( current_state );
1152 static yy_state_type
yy_try_NUL_trans (yy_state_type yy_current_state
)
1154 register int yy_is_jam
;
1155 register char *yy_cp
= (yy_c_buf_p
);
1157 register YY_CHAR yy_c
= 1;
1158 if ( yy_accept
[yy_current_state
] )
1160 (yy_last_accepting_state
) = yy_current_state
;
1161 (yy_last_accepting_cpos
) = yy_cp
;
1163 while ( yy_chk
[yy_base
[yy_current_state
] + yy_c
] != yy_current_state
)
1165 yy_current_state
= (int) yy_def
[yy_current_state
];
1166 if ( yy_current_state
>= 46 )
1167 yy_c
= yy_meta
[(unsigned int) yy_c
];
1169 yy_current_state
= yy_nxt
[yy_base
[yy_current_state
] + (unsigned int) yy_c
];
1170 yy_is_jam
= (yy_current_state
== 45);
1172 return yy_is_jam
? 0 : yy_current_state
;
1175 static void yyunput (int c
, register char * yy_bp
)
1177 register char *yy_cp
;
1179 yy_cp
= (yy_c_buf_p
);
1181 /* undo effects of setting up yytext */
1182 *yy_cp
= (yy_hold_char
);
1184 if ( yy_cp
< YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
+ 2 )
1185 { /* need to shift things up to make room */
1186 /* +2 for EOB chars. */
1187 register int number_to_move
= (yy_n_chars
) + 2;
1188 register char *dest
= &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[
1189 YY_CURRENT_BUFFER_LVALUE
->yy_buf_size
+ 2];
1190 register char *source
=
1191 &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[number_to_move
];
1193 while ( source
> YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
)
1194 *--dest
= *--source
;
1196 yy_cp
+= (int) (dest
- source
);
1197 yy_bp
+= (int) (dest
- source
);
1198 YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
=
1199 (yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE
->yy_buf_size
;
1201 if ( yy_cp
< YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
+ 2 )
1202 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1205 *--yy_cp
= (char) c
;
1207 (yytext_ptr
) = yy_bp
;
1208 (yy_hold_char
) = *yy_cp
;
1209 (yy_c_buf_p
) = yy_cp
;
1214 static int yyinput (void)
1216 static int input (void)
1222 *(yy_c_buf_p
) = (yy_hold_char
);
1224 if ( *(yy_c_buf_p
) == YY_END_OF_BUFFER_CHAR
)
1226 /* yy_c_buf_p now points to the character we want to return.
1227 * If this occurs *before* the EOB characters, then it's a
1228 * valid NUL; if not, then we've hit the end of the buffer.
1230 if ( (yy_c_buf_p
) < &YY_CURRENT_BUFFER_LVALUE
->yy_ch_buf
[(yy_n_chars
)] )
1231 /* This was really a NUL. */
1232 *(yy_c_buf_p
) = '\0';
1235 { /* need more input */
1236 int offset
= (yy_c_buf_p
) - (yytext_ptr
);
1239 switch ( yy_get_next_buffer( ) )
1241 case EOB_ACT_LAST_MATCH
:
1242 /* This happens because yy_g_n_b()
1243 * sees that we've accumulated a
1244 * token and flags that we need to
1245 * try matching the token before
1246 * proceeding. But for input(),
1247 * there's no matching to consider.
1248 * So convert the EOB_ACT_LAST_MATCH
1249 * to EOB_ACT_END_OF_FILE.
1252 /* Reset buffer status. */
1257 case EOB_ACT_END_OF_FILE
:
1262 if ( ! (yy_did_buffer_switch_on_eof
) )
1271 case EOB_ACT_CONTINUE_SCAN
:
1272 (yy_c_buf_p
) = (yytext_ptr
) + offset
;
1278 c
= *(unsigned char *) (yy_c_buf_p
); /* cast for 8-bit char's */
1279 *(yy_c_buf_p
) = '\0'; /* preserve yytext */
1280 (yy_hold_char
) = *++(yy_c_buf_p
);
1284 #endif /* ifndef YY_NO_INPUT */
1286 /** Immediately switch to a different input stream.
1287 * @param input_file A readable stream.
1289 * @note This function does not reset the start condition to @c INITIAL .
1291 void yyrestart (FILE * input_file
)
1294 if ( ! YY_CURRENT_BUFFER
){
1295 yyensure_buffer_stack ();
1296 YY_CURRENT_BUFFER_LVALUE
=
1297 yy_create_buffer(yyin
,YY_BUF_SIZE
);
1300 yy_init_buffer(YY_CURRENT_BUFFER
,input_file
);
1301 yy_load_buffer_state( );
1304 /** Switch to a different input buffer.
1305 * @param new_buffer The new input buffer.
1308 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer
)
1311 /* TODO. We should be able to replace this entire function body
1313 * yypop_buffer_state();
1314 * yypush_buffer_state(new_buffer);
1316 yyensure_buffer_stack ();
1317 if ( YY_CURRENT_BUFFER
== new_buffer
)
1320 if ( YY_CURRENT_BUFFER
)
1322 /* Flush out information for old buffer. */
1323 *(yy_c_buf_p
) = (yy_hold_char
);
1324 YY_CURRENT_BUFFER_LVALUE
->yy_buf_pos
= (yy_c_buf_p
);
1325 YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
= (yy_n_chars
);
1328 YY_CURRENT_BUFFER_LVALUE
= new_buffer
;
1329 yy_load_buffer_state( );
1331 /* We don't actually know whether we did this switch during
1332 * EOF (yywrap()) processing, but the only time this flag
1333 * is looked at is after yywrap() is called, so it's safe
1334 * to go ahead and always set it.
1336 (yy_did_buffer_switch_on_eof
) = 1;
1339 static void yy_load_buffer_state (void)
1341 (yy_n_chars
) = YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
;
1342 (yytext_ptr
) = (yy_c_buf_p
) = YY_CURRENT_BUFFER_LVALUE
->yy_buf_pos
;
1343 yyin
= YY_CURRENT_BUFFER_LVALUE
->yy_input_file
;
1344 (yy_hold_char
) = *(yy_c_buf_p
);
1347 /** Allocate and initialize an input buffer state.
1348 * @param file A readable stream.
1349 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1351 * @return the allocated buffer state.
1353 YY_BUFFER_STATE
yy_create_buffer (FILE * file
, int size
)
1357 b
= (YY_BUFFER_STATE
) yyalloc(sizeof( struct yy_buffer_state
) );
1359 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1361 b
->yy_buf_size
= size
;
1363 /* yy_ch_buf has to be 2 characters longer than the size given because
1364 * we need to put in 2 end-of-buffer characters.
1366 b
->yy_ch_buf
= (char *) yyalloc(b
->yy_buf_size
+ 2 );
1367 if ( ! b
->yy_ch_buf
)
1368 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1370 b
->yy_is_our_buffer
= 1;
1372 yy_init_buffer(b
,file
);
1377 /** Destroy the buffer.
1378 * @param b a buffer created with yy_create_buffer()
1381 void yy_delete_buffer (YY_BUFFER_STATE b
)
1387 if ( b
== YY_CURRENT_BUFFER
) /* Not sure if we should pop here. */
1388 YY_CURRENT_BUFFER_LVALUE
= (YY_BUFFER_STATE
) 0;
1390 if ( b
->yy_is_our_buffer
)
1391 yyfree((void *) b
->yy_ch_buf
);
1393 yyfree((void *) b
);
1397 extern int isatty (int );
1398 #endif /* __cplusplus */
1400 /* Initializes or reinitializes a buffer.
1401 * This function is sometimes called more than once on the same buffer,
1402 * such as during a yyrestart() or at EOF.
1404 static void yy_init_buffer (YY_BUFFER_STATE b
, FILE * file
)
1409 yy_flush_buffer(b
);
1411 b
->yy_input_file
= file
;
1412 b
->yy_fill_buffer
= 1;
1414 /* If b is the current buffer, then yy_init_buffer was _probably_
1415 * called from yyrestart() or through yy_get_next_buffer.
1416 * In that case, we don't want to reset the lineno or column.
1418 if (b
!= YY_CURRENT_BUFFER
){
1419 b
->yy_bs_lineno
= 1;
1420 b
->yy_bs_column
= 0;
1423 b
->yy_is_interactive
= file
? (isatty( fileno(file
) ) > 0) : 0;
1428 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1429 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1432 void yy_flush_buffer (YY_BUFFER_STATE b
)
1439 /* We always need two end-of-buffer characters. The first causes
1440 * a transition to the end-of-buffer state. The second causes
1441 * a jam in that state.
1443 b
->yy_ch_buf
[0] = YY_END_OF_BUFFER_CHAR
;
1444 b
->yy_ch_buf
[1] = YY_END_OF_BUFFER_CHAR
;
1446 b
->yy_buf_pos
= &b
->yy_ch_buf
[0];
1449 b
->yy_buffer_status
= YY_BUFFER_NEW
;
1451 if ( b
== YY_CURRENT_BUFFER
)
1452 yy_load_buffer_state( );
1455 /** Pushes the new state onto the stack. The new state becomes
1456 * the current state. This function will allocate the stack
1458 * @param new_buffer The new state.
1461 void yypush_buffer_state (YY_BUFFER_STATE new_buffer
)
1463 if (new_buffer
== NULL
)
1466 yyensure_buffer_stack();
1468 /* This block is copied from yy_switch_to_buffer. */
1469 if ( YY_CURRENT_BUFFER
)
1471 /* Flush out information for old buffer. */
1472 *(yy_c_buf_p
) = (yy_hold_char
);
1473 YY_CURRENT_BUFFER_LVALUE
->yy_buf_pos
= (yy_c_buf_p
);
1474 YY_CURRENT_BUFFER_LVALUE
->yy_n_chars
= (yy_n_chars
);
1477 /* Only push if top exists. Otherwise, replace top. */
1478 if (YY_CURRENT_BUFFER
)
1479 (yy_buffer_stack_top
)++;
1480 YY_CURRENT_BUFFER_LVALUE
= new_buffer
;
1482 /* copied from yy_switch_to_buffer. */
1483 yy_load_buffer_state( );
1484 (yy_did_buffer_switch_on_eof
) = 1;
1487 /** Removes and deletes the top of the stack, if present.
1488 * The next element becomes the new top.
1491 void yypop_buffer_state (void)
1493 if (!YY_CURRENT_BUFFER
)
1496 yy_delete_buffer(YY_CURRENT_BUFFER
);
1497 YY_CURRENT_BUFFER_LVALUE
= NULL
;
1498 if ((yy_buffer_stack_top
) > 0)
1499 --(yy_buffer_stack_top
);
1501 if (YY_CURRENT_BUFFER
) {
1502 yy_load_buffer_state( );
1503 (yy_did_buffer_switch_on_eof
) = 1;
1507 /* Allocates the stack if it does not exist.
1508 * Guarantees space for at least one push.
1510 static void yyensure_buffer_stack (void)
1514 if (!(yy_buffer_stack
)) {
1516 /* First allocation is just for 2 elements, since we don't know if this
1517 * scanner will even need a stack. We use 2 instead of 1 to avoid an
1518 * immediate realloc on the next call.
1521 (yy_buffer_stack
) = (struct yy_buffer_state
**)yyalloc
1522 (num_to_alloc
* sizeof(struct yy_buffer_state
*)
1525 memset((yy_buffer_stack
), 0, num_to_alloc
* sizeof(struct yy_buffer_state
*));
1527 (yy_buffer_stack_max
) = num_to_alloc
;
1528 (yy_buffer_stack_top
) = 0;
1532 if ((yy_buffer_stack_top
) >= ((yy_buffer_stack_max
)) - 1){
1534 /* Increase the buffer to prepare for a possible push. */
1535 int grow_size
= 8 /* arbitrary grow size */;
1537 num_to_alloc
= (yy_buffer_stack_max
) + grow_size
;
1538 (yy_buffer_stack
) = (struct yy_buffer_state
**)yyrealloc
1540 num_to_alloc
* sizeof(struct yy_buffer_state
*)
1543 /* zero only the new slots.*/
1544 memset((yy_buffer_stack
) + (yy_buffer_stack_max
), 0, grow_size
* sizeof(struct yy_buffer_state
*));
1545 (yy_buffer_stack_max
) = num_to_alloc
;
1549 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1550 * @param base the character buffer
1551 * @param size the size in bytes of the character buffer
1553 * @return the newly allocated buffer state object.
1555 YY_BUFFER_STATE
yy_scan_buffer (char * base
, yy_size_t size
)
1560 base
[size
-2] != YY_END_OF_BUFFER_CHAR
||
1561 base
[size
-1] != YY_END_OF_BUFFER_CHAR
)
1562 /* They forgot to leave room for the EOB's. */
1565 b
= (YY_BUFFER_STATE
) yyalloc(sizeof( struct yy_buffer_state
) );
1567 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1569 b
->yy_buf_size
= size
- 2; /* "- 2" to take care of EOB's */
1570 b
->yy_buf_pos
= b
->yy_ch_buf
= base
;
1571 b
->yy_is_our_buffer
= 0;
1572 b
->yy_input_file
= 0;
1573 b
->yy_n_chars
= b
->yy_buf_size
;
1574 b
->yy_is_interactive
= 0;
1576 b
->yy_fill_buffer
= 0;
1577 b
->yy_buffer_status
= YY_BUFFER_NEW
;
1579 yy_switch_to_buffer(b
);
1584 /** Setup the input buffer state to scan a string. The next call to yylex() will
1585 * scan from a @e copy of @a str.
1586 * @param str a NUL-terminated string to scan
1588 * @return the newly allocated buffer state object.
1589 * @note If you want to scan bytes that may contain NUL values, then use
1590 * yy_scan_bytes() instead.
1592 YY_BUFFER_STATE
yy_scan_string (yyconst
char * yystr
)
1595 return yy_scan_bytes(yystr
,strlen(yystr
) );
1598 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1599 * scan from a @e copy of @a bytes.
1600 * @param bytes the byte buffer to scan
1601 * @param len the number of bytes in the buffer pointed to by @a bytes.
1603 * @return the newly allocated buffer state object.
1605 YY_BUFFER_STATE
yy_scan_bytes (yyconst
char * yybytes
, int _yybytes_len
)
1612 /* Get memory for full buffer, including space for trailing EOB's. */
1613 n
= _yybytes_len
+ 2;
1614 buf
= (char *) yyalloc(n
);
1616 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1618 for ( i
= 0; i
< _yybytes_len
; ++i
)
1619 buf
[i
] = yybytes
[i
];
1621 buf
[_yybytes_len
] = buf
[_yybytes_len
+1] = YY_END_OF_BUFFER_CHAR
;
1623 b
= yy_scan_buffer(buf
,n
);
1625 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1627 /* It's okay to grow etc. this buffer, and we should throw it
1628 * away when we're done.
1630 b
->yy_is_our_buffer
= 1;
1635 #ifndef YY_EXIT_FAILURE
1636 #define YY_EXIT_FAILURE 2
1639 static void yy_fatal_error (yyconst
char* msg
)
1641 (void) fprintf( stderr
, "%s\n", msg
);
1642 exit( YY_EXIT_FAILURE
);
1645 /* Redefine yyless() so it works in section 3 code. */
1651 /* Undo effects of setting up yytext. */ \
1652 int yyless_macro_arg = (n); \
1653 YY_LESS_LINENO(yyless_macro_arg);\
1654 yytext[yyleng] = (yy_hold_char); \
1655 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1656 (yy_hold_char) = *(yy_c_buf_p); \
1657 *(yy_c_buf_p) = '\0'; \
1658 yyleng = yyless_macro_arg; \
1662 /* Accessor methods (get/set functions) to struct members. */
1664 /** Get the current line number.
1667 int yyget_lineno (void)
1673 /** Get the input stream.
1676 FILE *yyget_in (void)
1681 /** Get the output stream.
1684 FILE *yyget_out (void)
1689 /** Get the length of the current token.
1692 int yyget_leng (void)
1697 /** Get the current token.
1701 char *yyget_text (void)
1706 /** Set the current line number.
1707 * @param line_number
1710 void yyset_lineno (int line_number
)
1713 yylineno
= line_number
;
1716 /** Set the input stream. This does not discard the current
1718 * @param in_str A readable stream.
1720 * @see yy_switch_to_buffer
1722 void yyset_in (FILE * in_str
)
1727 void yyset_out (FILE * out_str
)
1732 int yyget_debug (void)
1734 return yy_flex_debug
;
1737 void yyset_debug (int bdebug
)
1739 yy_flex_debug
= bdebug
;
1742 static int yy_init_globals (void)
1744 /* Initialization is the same as for the non-reentrant scanner.
1745 * This function is called from yylex_destroy(), so don't allocate here.
1748 (yy_buffer_stack
) = 0;
1749 (yy_buffer_stack_top
) = 0;
1750 (yy_buffer_stack_max
) = 0;
1751 (yy_c_buf_p
) = (char *) 0;
1755 /* Defined in main.c */
1764 /* For future reference: Set errno on error, since we are called by
1770 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1771 int yylex_destroy (void)
1774 /* Pop the buffer stack, destroying each element. */
1775 while(YY_CURRENT_BUFFER
){
1776 yy_delete_buffer(YY_CURRENT_BUFFER
);
1777 YY_CURRENT_BUFFER_LVALUE
= NULL
;
1778 yypop_buffer_state();
1781 /* Destroy the stack itself. */
1782 yyfree((yy_buffer_stack
) );
1783 (yy_buffer_stack
) = NULL
;
1785 /* Reset the globals. This is important in a non-reentrant scanner so the next time
1786 * yylex() is called, initialization will occur. */
1793 * Internal utility routines.
1797 static void yy_flex_strncpy (char* s1
, yyconst
char * s2
, int n
)
1800 for ( i
= 0; i
< n
; ++i
)
1805 #ifdef YY_NEED_STRLEN
1806 static int yy_flex_strlen (yyconst
char * s
)
1809 for ( n
= 0; s
[n
]; ++n
)
1816 void *yyalloc (yy_size_t size
)
1818 return (void *) malloc( size
);
1821 void *yyrealloc (void * ptr
, yy_size_t size
)
1823 /* The cast to (char *) in the following accommodates both
1824 * implementations that use char* generic pointers, and those
1825 * that use void* generic pointers. It works with the latter
1826 * because both ANSI C and C++ allow castless assignment from
1827 * any pointer type to void*, and deal with argument conversions
1828 * as though doing an assignment.
1830 return (void *) realloc( (char *) ptr
, size
);
1833 void yyfree (void * ptr
)
1835 free( (char *) ptr
); /* see yyrealloc() for (char *) cast */
1838 #define YYTABLES_NAME "yytables"
1844 #ifndef yywrap /* XXX */
1859 while(i
< sizeof(x
) - 1 && (c
= input()) != EOF
){
1866 error_message("unterminated string");
1879 yylval
.string
= strdup(x
);
1880 if (yylval
.string
== NULL
)
1886 error_message (const char *format
, ...)
1890 va_start (args
, format
);
1891 fprintf (stderr
, "%s:%d:", filename
, lineno
);
1892 vfprintf (stderr
, format
, args
);