blob: fb5cc106442f491042367ca102d8a10cc636b2b6 [file] [log] [blame]
#line 3 "parser_yang_lex.c"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 0
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
/* end standard C headers. */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
* if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif /* ! C99 */
#endif /* ! FLEXINT_H */
#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* An opaque pointer. */
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void* yyscan_t;
#endif
/* For convenience, these vars (plus the bison vars far below)
are macros in the reentrant scanner. */
#define yyin yyg->yyin_r
#define yyout yyg->yyout_r
#define yyextra yyg->yyextra_r
#define yyleng yyg->yyleng_r
#define yytext yyg->yytext_r
#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug yyg->yy_flex_debug_r
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN yyg->yy_start = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START ((yyg->yy_start - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart(yyin ,yyscanner )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
* Ditto for the __ia64__ case accordingly.
*/
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
#define YY_LINENO_REWIND_TO(ptr)
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
yy_size_t yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = yyg->yy_hold_char; \
YY_RESTORE_YY_MORE_OFFSET \
yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
yy_size_t yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( yyg->yy_buffer_stack \
? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
void yyrestart (FILE *input_file ,yyscan_t yyscanner );
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
void yypop_buffer_state (yyscan_t yyscanner );
static void yyensure_buffer_stack (yyscan_t yyscanner );
static void yy_load_buffer_state (yyscan_t yyscanner );
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ,yyscanner)
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner );
void *yyalloc (yy_size_t ,yyscan_t yyscanner );
void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
void yyfree (void * ,yyscan_t yyscanner );
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
/* Begin user sect3 */
#define yywrap(yyscanner) (/*CONSTCOND*/1)
#define YY_SKIP_YYWRAP
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
#define yytext_ptr yytext_r
static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
static int yy_get_next_buffer (yyscan_t yyscanner );
#if defined(__GNUC__) && __GNUC__ >= 3
__attribute__((__noreturn__))
#endif
static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
yyg->yytext_ptr = yy_bp; \
yyleng = (size_t) (yy_cp - yy_bp); \
yyg->yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yyg->yy_c_buf_p = yy_cp;
#define YY_NUM_RULES 122
#define YY_END_OF_BUFFER 123
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
{
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
static yyconst flex_int16_t yy_accept[571] =
{ 0,
0, 0, 0, 0, 0, 0, 0, 0, 123, 121,
120, 118, 121, 117, 121, 121, 90, 117, 117, 93,
95, 89, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 87, 88, 2, 3, 2, 6,
7, 6, 122, 105, 103, 122, 122, 122, 100, 101,
122, 96, 106, 99, 112, 97, 98, 112, 107, 120,
119, 117, 0, 0, 91, 0, 0, 0, 92, 94,
1, 5, 117, 95, 115, 117, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 4, 8,
105, 104, 0, 0, 108, 0, 0, 0, 109, 102,
111, 110, 112, 0, 112, 94, 117, 95, 116, 74,
115, 115, 115, 115, 115, 14, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 36, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
62, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 113, 112, 117, 95, 116, 115, 115,
115, 12, 115, 15, 115, 115, 115, 115, 115, 115,
115, 115, 115, 22, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 37, 115, 40, 115, 115,
115, 115, 45, 115, 115, 115, 115, 115, 115, 115,
51, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 84, 65, 115, 115, 115, 86,
69, 115, 71, 115, 115, 113, 112, 117, 95, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 79, 115, 115, 115, 115, 115,
115, 115, 35, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 115,
56, 115, 115, 115, 115, 115, 115, 115, 115, 115,
115, 115, 68, 70, 115, 115, 112, 117, 9, 115,
115, 115, 16, 17, 115, 115, 115, 115, 77, 115,
115, 115, 115, 115, 115, 115, 115, 115, 115, 33,
115, 115, 39, 115, 115, 115, 44, 115, 115, 115,
115, 115, 115, 50, 115, 115, 54, 115, 115, 58,
115, 115, 115, 63, 115, 83, 115, 115, 67, 115,
115, 112, 117, 115, 11, 115, 18, 115, 75, 20,
115, 115, 27, 115, 115, 115, 115, 28, 115, 115,
115, 115, 34, 115, 115, 115, 115, 115, 115, 115,
115, 115, 115, 52, 115, 115, 115, 82, 115, 115,
115, 66, 115, 115, 115, 76, 117, 10, 115, 115,
115, 115, 115, 115, 115, 115, 115, 30, 31, 115,
115, 115, 115, 115, 115, 115, 115, 81, 115, 115,
53, 55, 115, 115, 60, 115, 115, 115, 115, 117,
115, 19, 115, 115, 26, 115, 115, 25, 115, 115,
38, 41, 115, 115, 46, 115, 115, 115, 115, 57,
115, 115, 64, 85, 115, 115, 114, 13, 78, 115,
115, 115, 115, 32, 115, 115, 115, 115, 48, 115,
115, 115, 115, 115, 21, 115, 115, 115, 115, 115,
115, 115, 115, 115, 115, 115, 73, 115, 115, 115,
42, 43, 115, 47, 49, 115, 115, 72, 23, 24,
115, 80, 115, 61, 115, 115, 29, 115, 59, 0
} ;
static yyconst YY_CHAR yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 5, 6, 7, 6, 6, 6, 6, 8, 9,
10, 11, 12, 6, 13, 14, 15, 16, 17, 17,
17, 17, 17, 17, 17, 17, 17, 18, 19, 6,
20, 6, 6, 6, 21, 21, 21, 21, 21, 21,
21, 21, 21, 21, 21, 21, 21, 21, 21, 21,
21, 21, 21, 21, 21, 21, 21, 21, 21, 21,
22, 23, 24, 6, 21, 6, 25, 26, 27, 28,
29, 30, 31, 32, 33, 21, 34, 35, 36, 37,
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
48, 49, 50, 6, 51, 6, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst YY_CHAR yy_meta[52] =
{ 0,
1, 2, 2, 2, 2, 3, 2, 2, 3, 3,
3, 3, 4, 4, 3, 4, 4, 5, 2, 3,
6, 3, 2, 3, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 2,
2
} ;
static yyconst flex_uint16_t yy_base[584] =
{ 0,
0, 0, 49, 50, 51, 53, 61, 0, 300, 3223,
111, 3223, 286, 0, 110, 111, 0, 266, 107, 42,
104, 3223, 128, 147, 135, 145, 164, 153, 170, 175,
185, 195, 205, 215, 226, 232, 237, 243, 249, 257,
267, 200, 275, 285, 3223, 3223, 3223, 3223, 246, 3223,
3223, 254, 3223, 121, 3223, 252, 121, 123, 3223, 3223,
231, 121, 3223, 3223, 217, 3223, 3223, 111, 3223, 140,
3223, 0, 243, 217, 3223, 321, 143, 203, 3223, 193,
0, 0, 201, 214, 293, 332, 323, 325, 337, 348,
349, 359, 367, 377, 379, 385, 387, 404, 410, 416,
422, 427, 433, 444, 445, 450, 462, 456, 474, 468,
482, 480, 492, 497, 503, 509, 520, 526, 531, 521,
543, 548, 553, 570, 565, 573, 589, 594, 595, 600,
606, 612, 626, 632, 627, 637, 647, 649, 3223, 3223,
286, 3223, 292, 199, 3223, 329, 170, 193, 3223, 3223,
3223, 3223, 169, 0, 186, 311, 319, 323, 688, 674,
676, 688, 694, 699, 709, 711, 728, 726, 734, 745,
751, 756, 746, 771, 773, 783, 785, 802, 800, 808,
820, 822, 828, 830, 840, 845, 851, 857, 863, 868,
874, 869, 895, 901, 893, 903, 920, 922, 930, 941,
947, 953, 961, 973, 367, 972, 990, 998, 971, 1004,
1010, 1012, 1022, 1024, 1041, 1043, 1051, 1053, 1063, 1071,
1073, 1085, 1090, 0, 261, 172, 342, 1129, 1118, 1120,
1137, 1132, 1142, 1143, 1161, 1162, 1172, 1182, 1180, 1190,
1200, 1202, 1210, 1208, 1220, 1222, 1239, 1228, 1234, 1245,
1251, 1262, 1268, 1270, 1276, 1287, 1293, 1288, 1298, 1312,
1317, 1322, 1323, 1334, 1340, 1342, 1352, 1357, 1362, 1363,
1374, 1380, 1382, 1394, 1400, 1405, 1411, 1417, 1422, 1423,
1434, 1440, 1442, 1459, 1454, 1464, 1465, 1476, 1482, 1484,
1490, 1501, 1507, 1509, 1526, 0, 106, 354, 366, 1521,
1531, 1536, 1548, 1553, 1565, 1571, 1573, 1583, 1593, 1598,
1603, 1613, 1625, 1623, 1631, 1633, 1643, 1645, 1655, 1665,
1657, 1667, 1675, 1685, 1686, 1696, 1697, 1707, 1717, 1725,
1715, 1735, 1745, 1755, 1757, 1763, 1774, 1775, 1785, 1786,
1796, 1806, 1816, 1811, 1821, 1826, 1836, 1838, 1848, 1858,
1853, 1872, 1870, 1878, 1880, 1892, 112, 382, 1898, 1900,
1906, 1917, 1923, 1925, 1935, 1940, 1945, 1955, 1963, 1965,
1973, 1987, 1993, 1999, 2010, 2018, 2016, 2024, 2035, 2036,
2046, 2056, 2054, 2064, 2075, 2081, 2083, 2089, 2095, 2101,
2103, 2113, 2115, 2121, 2132, 2133, 2138, 2153, 2155, 2161,
2172, 2178, 2180, 2186, 2192, 2197, 2198, 2203, 2209, 2220,
2226, 123, 167, 2215, 2232, 2238, 2237, 2243, 2249, 2255,
2257, 2267, 2275, 2277, 2285, 2299, 2297, 2305, 2311, 2316,
2317, 2322, 2334, 2339, 2345, 2351, 2357, 2363, 2369, 2374,
2388, 2396, 2394, 2386, 2406, 2416, 2414, 2424, 2426, 2434,
2444, 2436, 2454, 2456, 2466, 143, 419, 2464, 2476, 2481,
2486, 2496, 2498, 2504, 2510, 2516, 2518, 2528, 2530, 2536,
2538, 2548, 2558, 2569, 2575, 2577, 2583, 2594, 2602, 2604,
2612, 2614, 2631, 2629, 2637, 2648, 2643, 2654, 2665, 511,
2673, 2671, 2679, 2690, 2685, 2708, 2696, 2702, 2707, 2713,
2719, 2725, 2727, 2733, 2739, 2744, 2745, 2756, 2762, 2764,
2770, 2781, 2782, 2787, 2799, 2793, 0, 2801, 2807, 2813,
2818, 2828, 2830, 2836, 2838, 2848, 2856, 2866, 2868, 2878,
2883, 2889, 2900, 2906, 2895, 2917, 2925, 2936, 2937, 2947,
2957, 2955, 2965, 2967, 2975, 2985, 2986, 2997, 3003, 3009,
3008, 3020, 3026, 3028, 3034, 3048, 3053, 3058, 3059, 3070,
3076, 3081, 3087, 3093, 3098, 3116, 3104, 3118, 3124, 3223,
3168, 3174, 3178, 3183, 3188, 3192, 3197, 3202, 3205, 3209,
148, 3213, 3216
} ;
static yyconst flex_int16_t yy_def[584] =
{ 0,
570, 1, 571, 571, 572, 572, 570, 7, 570, 570,
570, 570, 570, 573, 574, 575, 573, 573, 573, 573,
573, 570, 576, 576, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 577, 578, 570, 570,
570, 570, 570, 570, 579, 570, 570, 579, 570, 570,
570, 573, 574, 570, 570, 574, 575, 570, 570, 573,
573, 573, 573, 573, 24, 580, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 98, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 570, 570,
570, 570, 577, 570, 570, 577, 578, 570, 570, 570,
570, 570, 579, 581, 579, 573, 573, 573, 582, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 98, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 583, 579, 573, 573, 582, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 583, 579, 573, 573, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 579, 573, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 579, 573, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 579, 573, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 573,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 573, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 0,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570
} ;
static yyconst flex_uint16_t yy_nxt[3275] =
{ 0,
10, 11, 12, 13, 11, 14, 15, 16, 14, 14,
14, 17, 18, 14, 19, 20, 21, 14, 22, 14,
23, 14, 10, 14, 24, 25, 26, 27, 28, 29,
30, 23, 31, 32, 33, 34, 35, 36, 37, 23,
38, 39, 40, 41, 42, 43, 23, 44, 23, 45,
46, 48, 48, 51, 52, 51, 52, 83, 83, 49,
49, 53, 54, 55, 56, 54, 53, 57, 58, 59,
60, 53, 53, 53, 61, 62, 53, 53, 53, 63,
64, 65, 66, 53, 67, 65, 65, 68, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
69, 53, 70, 74, 78, 70, 75, 81, 79, 84,
84, 82, 141, 154, 144, 141, 148, 145, 154, 154,
149, 151, 76, 72, 357, 152, 72, 72, 72, 72,
154, 70, 72, 146, 70, 86, 78, 72, 412, 72,
79, 72, 72, 224, 155, 72, 72, 72, 72, 91,
154, 72, 85, 92, 86, 456, 72, 93, 72, 94,
72, 85, 85, 148, 87, 85, 95, 149, 85, 457,
85, 85, 96, 88, 298, 85, 154, 89, 97, 99,
90, 85, 98, 100, 102, 147, 85, 85, 103, 101,
85, 143, 85, 154, 85, 77, 85, 85, 156, 156,
104, 85, 106, 85, 107, 105, 157, 157, 85, 73,
108, 109, 85, 110, 135, 85, 225, 85, 85, 158,
158, 85, 85, 111, 154, 85, 85, 112, 85, 113,
85, 85, 85, 85, 150, 85, 74, 114, 85, 75,
117, 85, 115, 85, 142, 85, 140, 119, 116, 85,
139, 122, 85, 118, 85, 76, 85, 125, 85, 85,
85, 126, 120, 85, 123, 121, 85, 124, 154, 85,
85, 127, 80, 85, 85, 85, 85, 141, 71, 85,
141, 128, 129, 85, 85, 144, 130, 131, 145, 570,
85, 297, 85, 133, 132, 570, 136, 85, 134, 137,
85, 85, 85, 570, 146, 85, 570, 138, 85, 570,
85, 85, 570, 570, 570, 85, 156, 156, 85, 85,
570, 570, 570, 85, 226, 226, 85, 72, 227, 227,
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
160, 72, 85, 72, 298, 72, 570, 299, 299, 85,
570, 85, 570, 85, 85, 85, 85, 162, 85, 358,
358, 570, 161, 85, 570, 85, 85, 85, 163, 570,
85, 299, 299, 570, 85, 85, 85, 570, 85, 85,
164, 85, 85, 165, 85, 85, 274, 413, 413, 85,
570, 85, 85, 85, 85, 85, 85, 85, 275, 166,
85, 85, 85, 85, 85, 85, 168, 85, 167, 85,
85, 169, 85, 85, 570, 85, 570, 170, 85, 570,
85, 85, 570, 171, 490, 490, 570, 85, 172, 570,
85, 570, 173, 85, 85, 174, 85, 85, 175, 85,
85, 570, 85, 176, 85, 570, 177, 180, 85, 85,
85, 179, 85, 85, 178, 85, 570, 85, 181, 85,
85, 85, 85, 85, 184, 570, 85, 85, 183, 570,
85, 85, 182, 85, 85, 85, 85, 85, 85, 85,
85, 570, 85, 85, 185, 85, 85, 570, 85, 85,
186, 85, 85, 570, 85, 85, 189, 85, 85, 85,
85, 85, 187, 570, 85, 188, 85, 85, 190, 85,
85, 191, 85, 85, 85, 85, 517, 517, 192, 570,
195, 570, 85, 194, 570, 85, 85, 85, 193, 85,
85, 570, 570, 85, 570, 85, 85, 85, 200, 85,
196, 201, 85, 85, 570, 197, 85, 85, 85, 570,
85, 85, 85, 85, 85, 570, 85, 85, 198, 85,
85, 85, 199, 570, 85, 85, 570, 570, 570, 85,
85, 570, 570, 85, 85, 202, 85, 570, 85, 85,
203, 85, 85, 85, 204, 570, 85, 85, 205, 570,
570, 206, 207, 570, 570, 85, 85, 85, 85, 570,
85, 208, 209, 85, 85, 211, 85, 210, 212, 570,
213, 85, 85, 570, 570, 85, 570, 85, 570, 85,
85, 85, 85, 85, 85, 85, 85, 85, 85, 85,
85, 214, 85, 85, 570, 570, 85, 570, 85, 215,
216, 217, 85, 85, 85, 85, 570, 570, 218, 85,
219, 220, 85, 85, 85, 221, 85, 85, 85, 85,
85, 570, 85, 85, 85, 85, 85, 85, 570, 570,
85, 570, 570, 222, 570, 223, 570, 85, 570, 85,
85, 570, 85, 72, 570, 570, 72, 72, 72, 72,
570, 85, 72, 85, 570, 72, 570, 72, 570, 72,
85, 72, 85, 570, 85, 85, 85, 85, 570, 85,
570, 85, 229, 570, 85, 570, 85, 232, 85, 231,
85, 230, 570, 570, 85, 85, 85, 85, 85, 85,
570, 570, 85, 570, 570, 85, 233, 85, 570, 85,
570, 85, 85, 85, 85, 85, 234, 570, 235, 570,
570, 85, 85, 236, 85, 570, 85, 570, 85, 85,
85, 85, 85, 85, 85, 239, 237, 85, 85, 570,
570, 85, 85, 85, 240, 238, 241, 85, 85, 85,
570, 85, 85, 570, 85, 570, 85, 242, 85, 85,
85, 570, 570, 570, 570, 243, 570, 85, 570, 85,
85, 85, 85, 85, 85, 570, 85, 570, 244, 85,
570, 85, 245, 85, 570, 85, 85, 85, 85, 85,
246, 570, 570, 570, 570, 85, 85, 570, 85, 570,
85, 247, 85, 85, 85, 85, 249, 85, 85, 85,
248, 85, 570, 570, 570, 85, 85, 85, 85, 252,
85, 570, 85, 85, 251, 250, 85, 85, 85, 570,
85, 85, 85, 85, 570, 570, 85, 253, 85, 254,
85, 85, 570, 85, 85, 85, 570, 85, 85, 570,
85, 85, 256, 85, 255, 85, 259, 85, 257, 85,
85, 85, 570, 85, 85, 85, 85, 260, 85, 85,
85, 85, 85, 261, 85, 570, 258, 85, 570, 570,
85, 570, 85, 570, 570, 570, 570, 570, 85, 85,
85, 85, 570, 85, 265, 85, 262, 85, 85, 85,
570, 85, 570, 85, 85, 263, 85, 85, 264, 85,
570, 570, 570, 570, 266, 570, 85, 85, 85, 570,
85, 570, 85, 85, 570, 85, 85, 267, 85, 268,
85, 269, 570, 85, 85, 570, 570, 85, 570, 570,
85, 85, 570, 85, 85, 570, 570, 85, 85, 85,
85, 270, 271, 85, 570, 570, 85, 85, 85, 85,
85, 85, 276, 272, 85, 273, 570, 85, 85, 85,
570, 85, 85, 85, 280, 85, 85, 85, 277, 570,
570, 570, 278, 570, 570, 85, 85, 570, 570, 570,
85, 85, 279, 85, 85, 570, 281, 85, 85, 85,
85, 85, 570, 570, 85, 570, 85, 85, 85, 85,
85, 85, 85, 85, 282, 85, 570, 283, 85, 570,
85, 570, 85, 570, 85, 85, 284, 85, 85, 285,
85, 286, 570, 570, 570, 570, 570, 85, 85, 85,
85, 85, 570, 85, 85, 570, 85, 85, 287, 85,
85, 85, 288, 85, 85, 289, 85, 570, 85, 85,
85, 570, 295, 290, 291, 570, 85, 85, 570, 293,
570, 85, 85, 85, 292, 294, 85, 85, 570, 570,
570, 85, 570, 570, 570, 85, 85, 570, 85, 570,
85, 570, 570, 85, 72, 570, 570, 72, 72, 72,
72, 570, 570, 72, 570, 85, 72, 85, 72, 570,
72, 570, 72, 300, 85, 301, 85, 570, 85, 85,
85, 85, 570, 85, 85, 302, 570, 570, 85, 85,
85, 570, 85, 85, 570, 85, 570, 85, 303, 85,
85, 570, 85, 85, 570, 85, 85, 304, 85, 85,
570, 570, 570, 570, 305, 570, 306, 85, 85, 85,
570, 85, 85, 570, 85, 85, 570, 85, 85, 85,
307, 570, 85, 570, 570, 85, 85, 85, 85, 570,
85, 570, 85, 308, 570, 85, 85, 85, 310, 85,
85, 570, 309, 85, 312, 85, 85, 85, 85, 570,
85, 570, 311, 85, 85, 85, 85, 85, 85, 85,
85, 85, 570, 85, 570, 85, 85, 570, 314, 570,
313, 85, 85, 85, 85, 85, 85, 315, 85, 570,
85, 316, 85, 570, 85, 85, 317, 85, 85, 85,
570, 85, 85, 318, 570, 85, 570, 85, 85, 85,
320, 85, 570, 319, 85, 85, 570, 85, 85, 324,
570, 570, 85, 85, 85, 85, 85, 570, 321, 570,
85, 85, 85, 322, 85, 85, 85, 570, 323, 85,
85, 570, 326, 85, 85, 85, 570, 85, 85, 85,
85, 85, 570, 85, 85, 325, 85, 570, 85, 85,
327, 85, 570, 570, 85, 328, 570, 570, 85, 85,
85, 570, 85, 85, 570, 85, 329, 85, 85, 85,
85, 85, 85, 85, 570, 85, 85, 85, 570, 85,
85, 332, 570, 570, 85, 330, 85, 85, 85, 85,
85, 331, 85, 85, 85, 85, 333, 570, 85, 85,
85, 570, 85, 85, 570, 85, 570, 334, 335, 85,
85, 85, 85, 85, 570, 85, 336, 85, 337, 85,
85, 570, 570, 570, 85, 570, 85, 85, 85, 570,
85, 85, 85, 85, 338, 85, 339, 85, 340, 570,
85, 570, 85, 341, 85, 570, 85, 85, 85, 570,
85, 85, 570, 85, 85, 85, 344, 85, 85, 85,
85, 342, 570, 343, 85, 345, 570, 85, 85, 85,
85, 85, 85, 85, 570, 85, 85, 85, 570, 85,
85, 570, 570, 570, 85, 346, 85, 85, 85, 348,
85, 85, 85, 347, 570, 85, 85, 349, 570, 570,
85, 350, 85, 570, 85, 85, 570, 85, 570, 85,
85, 85, 85, 85, 85, 85, 570, 85, 351, 85,
570, 85, 85, 570, 570, 570, 85, 85, 85, 352,
85, 355, 85, 353, 85, 85, 85, 85, 85, 354,
85, 570, 570, 85, 85, 570, 85, 85, 570, 570,
570, 85, 570, 85, 85, 85, 570, 85, 85, 85,
85, 570, 85, 85, 356, 359, 570, 85, 85, 360,
570, 85, 85, 85, 85, 570, 85, 85, 570, 85,
570, 85, 361, 570, 85, 85, 85, 570, 362, 85,
85, 363, 570, 570, 85, 570, 570, 570, 85, 85,
570, 85, 85, 85, 570, 364, 85, 365, 85, 570,
85, 85, 570, 366, 570, 85, 570, 85, 85, 367,
85, 85, 570, 85, 85, 570, 85, 368, 570, 85,
85, 369, 570, 85, 370, 85, 85, 570, 570, 85,
85, 570, 570, 85, 85, 371, 85, 373, 85, 85,
85, 85, 570, 85, 570, 570, 85, 570, 570, 85,
85, 570, 85, 85, 570, 372, 85, 570, 85, 85,
85, 85, 570, 85, 374, 85, 85, 85, 85, 85,
85, 85, 85, 375, 85, 376, 85, 377, 570, 85,
570, 85, 85, 85, 85, 85, 85, 378, 85, 379,
570, 85, 85, 85, 381, 85, 570, 85, 85, 380,
85, 85, 85, 85, 570, 85, 570, 85, 85, 570,
85, 85, 85, 85, 570, 85, 570, 383, 85, 382,
570, 85, 85, 85, 85, 85, 85, 570, 85, 85,
570, 385, 85, 85, 85, 570, 85, 85, 384, 85,
85, 386, 85, 85, 85, 387, 570, 85, 570, 570,
85, 85, 85, 85, 570, 85, 570, 85, 389, 570,
85, 85, 85, 388, 570, 85, 570, 390, 85, 570,
570, 85, 85, 391, 570, 85, 570, 570, 85, 570,
570, 85, 85, 392, 85, 85, 570, 570, 85, 393,
85, 85, 570, 85, 570, 85, 570, 85, 85, 85,
85, 85, 85, 85, 570, 394, 85, 396, 570, 570,
85, 85, 85, 85, 395, 85, 570, 85, 85, 570,
570, 85, 398, 85, 570, 85, 85, 570, 85, 85,
570, 397, 85, 85, 399, 570, 85, 401, 85, 85,
570, 570, 85, 85, 400, 570, 85, 85, 85, 85,
570, 85, 85, 85, 85, 570, 85, 85, 403, 85,
570, 402, 85, 85, 85, 405, 85, 570, 570, 85,
570, 570, 85, 570, 85, 85, 85, 404, 85, 85,
85, 85, 570, 406, 85, 85, 407, 570, 85, 408,
570, 85, 570, 85, 85, 570, 85, 85, 85, 85,
409, 85, 570, 570, 570, 85, 85, 85, 85, 570,
85, 570, 85, 85, 85, 85, 85, 570, 85, 85,
85, 85, 570, 85, 410, 85, 411, 85, 85, 570,
570, 570, 85, 85, 85, 85, 414, 570, 85, 570,
85, 85, 85, 85, 85, 570, 85, 570, 415, 85,
85, 570, 85, 85, 570, 570, 570, 85, 416, 85,
85, 85, 85, 85, 570, 85, 85, 85, 85, 570,
570, 85, 85, 570, 570, 85, 418, 417, 85, 570,
85, 85, 85, 85, 570, 85, 570, 419, 85, 421,
85, 85, 85, 570, 570, 85, 570, 420, 85, 85,
85, 85, 570, 85, 570, 85, 85, 570, 85, 85,
570, 422, 570, 85, 85, 423, 85, 425, 570, 424,
85, 570, 570, 85, 570, 570, 85, 85, 426, 85,
85, 427, 570, 85, 570, 85, 85, 85, 428, 85,
570, 570, 85, 85, 570, 85, 85, 570, 570, 570,
85, 85, 430, 85, 85, 429, 85, 570, 85, 85,
85, 85, 85, 85, 85, 570, 431, 85, 570, 570,
570, 85, 85, 85, 433, 85, 85, 432, 85, 85,
570, 85, 85, 85, 570, 570, 85, 570, 434, 85,
85, 85, 85, 570, 85, 570, 85, 85, 570, 85,
85, 435, 85, 436, 85, 570, 570, 85, 85, 437,
85, 85, 570, 438, 570, 85, 85, 85, 85, 85,
570, 85, 85, 85, 85, 85, 85, 440, 85, 85,
85, 85, 85, 439, 570, 85, 570, 85, 85, 85,
442, 85, 85, 85, 85, 441, 85, 570, 85, 85,
570, 85, 570, 85, 570, 85, 85, 85, 85, 85,
85, 85, 570, 443, 85, 85, 570, 570, 444, 85,
445, 570, 85, 85, 85, 85, 85, 570, 85, 446,
85, 85, 85, 570, 570, 570, 570, 570, 85, 85,
570, 447, 570, 85, 570, 85, 85, 85, 85, 85,
448, 85, 570, 570, 85, 85, 449, 85, 85, 570,
570, 570, 85, 85, 85, 85, 85, 450, 85, 85,
85, 85, 85, 85, 85, 85, 85, 452, 85, 85,
453, 570, 85, 85, 85, 451, 85, 85, 85, 85,
85, 85, 85, 85, 570, 85, 85, 85, 454, 85,
459, 85, 85, 85, 455, 85, 85, 458, 85, 85,
85, 570, 85, 85, 85, 85, 85, 570, 85, 85,
85, 460, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 570, 570, 85,
570, 85, 85, 85, 85, 85, 570, 85, 85, 461,
85, 570, 85, 85, 85, 570, 570, 85, 570, 462,
85, 85, 85, 85, 463, 85, 570, 85, 85, 570,
85, 85, 570, 464, 85, 85, 85, 465, 85, 570,
570, 570, 85, 85, 466, 85, 570, 85, 85, 85,
85, 85, 85, 85, 85, 85, 468, 467, 85, 85,
570, 85, 85, 85, 85, 570, 85, 85, 85, 85,
85, 85, 85, 570, 469, 470, 85, 570, 570, 570,
85, 570, 85, 570, 85, 85, 570, 85, 85, 85,
471, 85, 85, 570, 85, 472, 473, 85, 85, 475,
85, 85, 474, 85, 85, 570, 85, 85, 477, 85,
85, 85, 570, 85, 570, 85, 85, 476, 479, 85,
85, 570, 85, 85, 85, 85, 478, 85, 480, 570,
570, 85, 85, 85, 85, 570, 85, 570, 85, 85,
85, 85, 85, 85, 85, 570, 85, 85, 484, 85,
483, 85, 481, 85, 482, 570, 85, 570, 570, 85,
85, 85, 85, 85, 85, 570, 85, 85, 570, 85,
85, 85, 85, 85, 85, 570, 85, 85, 570, 85,
485, 85, 85, 570, 85, 570, 85, 85, 486, 85,
85, 85, 487, 85, 85, 570, 570, 85, 570, 570,
85, 85, 85, 85, 85, 570, 488, 85, 570, 85,
85, 489, 85, 85, 85, 570, 85, 85, 85, 85,
570, 570, 85, 85, 493, 570, 85, 85, 491, 85,
570, 492, 85, 85, 85, 85, 85, 570, 494, 85,
499, 85, 85, 570, 495, 570, 85, 85, 85, 85,
85, 85, 496, 85, 85, 85, 85, 85, 570, 570,
85, 497, 498, 85, 85, 85, 85, 85, 85, 85,
570, 85, 570, 85, 85, 85, 85, 570, 85, 570,
85, 85, 85, 85, 85, 85, 500, 570, 85, 85,
501, 85, 570, 570, 85, 85, 503, 570, 85, 570,
570, 85, 570, 570, 85, 502, 85, 504, 85, 570,
570, 85, 85, 505, 85, 85, 570, 570, 570, 85,
85, 85, 85, 85, 506, 85, 570, 85, 85, 85,
85, 85, 570, 85, 570, 507, 85, 508, 570, 85,
85, 85, 570, 570, 85, 570, 570, 85, 85, 85,
85, 85, 85, 570, 85, 85, 509, 85, 85, 512,
85, 570, 85, 570, 85, 85, 85, 85, 85, 510,
570, 511, 570, 570, 85, 85, 570, 85, 570, 85,
514, 85, 85, 85, 85, 85, 513, 85, 570, 85,
85, 85, 570, 85, 85, 570, 85, 570, 85, 570,
85, 85, 85, 516, 85, 515, 570, 85, 85, 570,
85, 85, 570, 570, 570, 85, 519, 85, 85, 85,
518, 85, 85, 85, 85, 85, 85, 85, 570, 85,
521, 85, 85, 85, 570, 85, 85, 520, 85, 85,
85, 570, 85, 85, 523, 85, 85, 522, 85, 85,
85, 524, 85, 85, 85, 85, 85, 85, 85, 85,
85, 85, 85, 85, 85, 85, 85, 570, 570, 85,
85, 85, 85, 525, 570, 85, 85, 85, 85, 526,
85, 85, 85, 85, 570, 85, 85, 528, 570, 85,
85, 85, 85, 85, 527, 85, 570, 85, 85, 85,
570, 85, 85, 570, 530, 570, 85, 85, 85, 85,
85, 570, 85, 529, 85, 85, 531, 85, 532, 85,
85, 570, 570, 85, 85, 570, 570, 85, 85, 570,
85, 85, 85, 85, 85, 85, 85, 85, 85, 534,
85, 533, 570, 85, 85, 85, 85, 85, 570, 85,
85, 85, 85, 85, 85, 85, 570, 85, 570, 535,
85, 570, 537, 85, 85, 85, 85, 85, 85, 570,
536, 85, 538, 85, 85, 85, 85, 570, 85, 570,
85, 85, 85, 85, 85, 85, 85, 570, 85, 85,
539, 85, 570, 85, 85, 570, 570, 570, 85, 570,
540, 85, 85, 85, 570, 85, 85, 570, 541, 85,
570, 570, 85, 542, 85, 85, 85, 570, 85, 85,
85, 85, 570, 545, 85, 543, 85, 570, 85, 85,
570, 85, 85, 85, 544, 85, 85, 85, 570, 85,
570, 85, 85, 85, 570, 85, 85, 546, 85, 570,
85, 548, 85, 85, 85, 570, 85, 570, 547, 85,
570, 570, 85, 85, 570, 549, 570, 85, 570, 570,
85, 85, 570, 85, 85, 85, 550, 570, 85, 570,
570, 570, 85, 85, 85, 570, 85, 85, 551, 85,
85, 570, 85, 85, 85, 553, 570, 85, 552, 570,
85, 554, 85, 85, 85, 85, 570, 85, 85, 570,
85, 555, 85, 85, 570, 85, 570, 85, 85, 556,
85, 85, 85, 85, 570, 85, 570, 557, 85, 570,
570, 558, 85, 570, 85, 85, 85, 559, 85, 85,
85, 560, 570, 85, 570, 85, 85, 85, 570, 85,
85, 561, 570, 85, 85, 85, 85, 85, 85, 85,
570, 85, 85, 562, 570, 85, 85, 570, 570, 570,
85, 85, 85, 85, 85, 570, 85, 570, 85, 85,
85, 85, 563, 570, 85, 85, 570, 85, 570, 570,
85, 564, 570, 570, 85, 85, 85, 570, 85, 85,
570, 85, 570, 85, 85, 85, 85, 85, 85, 85,
570, 85, 85, 85, 570, 570, 85, 570, 85, 570,
85, 570, 85, 85, 85, 570, 85, 85, 565, 85,
85, 85, 570, 566, 85, 85, 570, 85, 570, 85,
85, 85, 570, 85, 85, 570, 85, 570, 85, 567,
85, 85, 568, 85, 85, 85, 569, 85, 570, 570,
570, 85, 85, 570, 85, 570, 85, 570, 85, 85,
85, 85, 570, 570, 85, 570, 570, 85, 47, 47,
47, 47, 47, 47, 50, 50, 50, 50, 50, 50,
72, 72, 72, 72, 73, 73, 73, 73, 73, 77,
77, 77, 77, 77, 85, 85, 85, 85, 143, 143,
143, 143, 143, 147, 147, 147, 147, 147, 153, 153,
153, 159, 159, 159, 159, 228, 228, 228, 228, 296,
570, 296, 9, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570
} ;
static yyconst flex_int16_t yy_chk[3275] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 3, 4, 5, 5, 6, 6, 20, 20, 3,
4, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 11, 15, 16, 11, 15, 19, 16, 21,
21, 19, 54, 297, 57, 54, 58, 57, 68, 357,
58, 62, 15, 23, 297, 62, 23, 23, 23, 23,
412, 70, 23, 57, 70, 23, 77, 23, 357, 23,
77, 23, 24, 581, 68, 24, 24, 24, 24, 25,
456, 24, 25, 25, 24, 412, 24, 25, 24, 26,
24, 25, 26, 147, 24, 25, 26, 147, 25, 413,
28, 26, 26, 24, 226, 26, 153, 24, 26, 28,
24, 27, 27, 28, 29, 148, 28, 29, 29, 28,
27, 144, 30, 155, 27, 78, 29, 27, 80, 80,
29, 30, 31, 29, 31, 30, 83, 83, 30, 74,
31, 31, 32, 32, 42, 31, 155, 42, 31, 84,
84, 32, 33, 33, 65, 32, 42, 33, 32, 34,
42, 33, 34, 42, 61, 33, 73, 34, 33, 73,
35, 34, 34, 35, 56, 34, 52, 36, 34, 36,
49, 37, 35, 35, 37, 73, 35, 38, 36, 35,
38, 38, 36, 37, 37, 36, 39, 37, 225, 38,
37, 38, 18, 38, 40, 39, 38, 141, 13, 39,
141, 39, 39, 40, 41, 143, 39, 40, 143, 9,
40, 225, 43, 41, 40, 0, 43, 41, 41, 44,
41, 43, 44, 0, 143, 43, 0, 44, 43, 0,
85, 44, 76, 76, 76, 44, 156, 156, 44, 85,
146, 146, 146, 85, 157, 157, 85, 86, 158, 158,
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
87, 86, 88, 86, 227, 86, 0, 227, 227, 87,
0, 88, 0, 87, 89, 88, 87, 89, 88, 298,
298, 0, 88, 89, 0, 90, 91, 89, 90, 0,
89, 299, 299, 0, 90, 91, 92, 0, 90, 91,
91, 90, 91, 92, 93, 92, 205, 358, 358, 92,
0, 205, 92, 93, 94, 205, 95, 93, 205, 93,
93, 205, 96, 94, 97, 95, 95, 94, 94, 95,
94, 96, 95, 97, 0, 96, 0, 97, 96, 0,
97, 98, 0, 98, 457, 457, 0, 99, 98, 0,
98, 0, 98, 100, 98, 98, 99, 98, 98, 101,
99, 0, 100, 99, 102, 0, 100, 103, 101, 100,
103, 102, 101, 102, 101, 101, 0, 102, 104, 103,
102, 104, 105, 103, 107, 0, 103, 106, 106, 0,
104, 105, 105, 108, 104, 105, 106, 104, 105, 107,
106, 0, 108, 106, 108, 110, 108, 0, 107, 108,
109, 109, 107, 0, 110, 107, 111, 112, 110, 111,
109, 110, 109, 0, 109, 110, 112, 109, 111, 113,
112, 112, 111, 112, 114, 111, 490, 490, 113, 0,
115, 0, 113, 114, 0, 113, 116, 114, 113, 115,
114, 0, 0, 115, 0, 116, 115, 117, 120, 116,
116, 120, 116, 118, 0, 117, 117, 120, 119, 0,
117, 120, 118, 117, 120, 0, 118, 119, 118, 118,
121, 119, 119, 0, 119, 122, 0, 0, 0, 121,
123, 0, 0, 121, 122, 121, 121, 0, 122, 123,
122, 122, 125, 123, 123, 0, 123, 124, 124, 0,
0, 125, 126, 0, 0, 125, 124, 126, 125, 0,
124, 126, 126, 124, 126, 127, 127, 126, 128, 0,
129, 128, 129, 0, 0, 127, 0, 130, 0, 127,
128, 129, 127, 131, 128, 129, 130, 128, 129, 132,
130, 130, 131, 130, 0, 0, 131, 0, 132, 131,
132, 133, 132, 133, 135, 132, 0, 0, 133, 134,
134, 135, 133, 135, 136, 136, 133, 135, 134, 133,
135, 0, 134, 136, 137, 134, 138, 136, 0, 0,
136, 0, 0, 137, 0, 138, 0, 137, 0, 138,
137, 0, 138, 159, 0, 0, 159, 159, 159, 159,
0, 160, 159, 161, 0, 159, 0, 159, 0, 159,
160, 159, 161, 0, 160, 162, 161, 160, 0, 161,
0, 163, 161, 0, 162, 0, 164, 164, 162, 163,
163, 162, 0, 0, 163, 164, 165, 163, 166, 164,
0, 0, 164, 0, 0, 165, 165, 166, 0, 165,
0, 166, 165, 168, 166, 167, 167, 0, 168, 0,
0, 169, 168, 169, 167, 0, 168, 0, 167, 168,
169, 167, 170, 173, 169, 171, 169, 169, 171, 0,
0, 170, 173, 172, 172, 170, 173, 171, 170, 173,
0, 171, 172, 0, 171, 0, 172, 174, 174, 172,
175, 0, 0, 0, 0, 175, 0, 174, 0, 175,
176, 174, 177, 175, 174, 0, 175, 0, 176, 176,
0, 177, 177, 176, 0, 177, 176, 179, 177, 178,
178, 0, 0, 0, 0, 180, 179, 0, 178, 0,
179, 179, 178, 179, 180, 178, 181, 181, 180, 182,
180, 180, 0, 0, 0, 183, 181, 184, 182, 184,
181, 0, 182, 181, 183, 182, 184, 185, 183, 0,
184, 183, 186, 184, 0, 0, 185, 185, 187, 186,
185, 186, 0, 185, 188, 186, 0, 187, 186, 0,
189, 187, 189, 188, 187, 190, 192, 188, 190, 189,
188, 191, 0, 189, 190, 192, 189, 193, 190, 192,
191, 190, 192, 194, 191, 0, 191, 191, 0, 0,
195, 0, 193, 0, 0, 0, 0, 0, 194, 195,
196, 193, 0, 195, 198, 193, 195, 194, 193, 196,
0, 194, 0, 196, 194, 196, 196, 197, 197, 198,
0, 0, 0, 0, 198, 0, 197, 199, 198, 0,
197, 0, 198, 197, 0, 198, 199, 199, 200, 200,
199, 201, 0, 199, 201, 0, 0, 200, 0, 0,
202, 200, 0, 201, 200, 0, 0, 201, 203, 202,
201, 202, 203, 202, 0, 0, 202, 203, 209, 206,
204, 203, 206, 203, 203, 204, 0, 209, 206, 204,
0, 209, 206, 204, 209, 206, 204, 207, 207, 0,
0, 0, 207, 0, 0, 208, 207, 0, 0, 0,
207, 210, 208, 207, 208, 0, 210, 211, 208, 212,
210, 208, 0, 0, 210, 0, 211, 210, 212, 213,
211, 214, 212, 211, 212, 212, 0, 213, 213, 0,
214, 0, 213, 0, 214, 213, 214, 214, 215, 215,
216, 216, 0, 0, 0, 0, 0, 215, 217, 216,
218, 215, 0, 216, 215, 0, 216, 217, 217, 218,
219, 217, 218, 218, 217, 218, 218, 0, 220, 219,
221, 0, 223, 219, 219, 0, 219, 220, 0, 221,
0, 220, 222, 221, 220, 222, 221, 223, 0, 0,
0, 222, 0, 0, 0, 222, 223, 0, 222, 0,
223, 0, 0, 223, 228, 0, 0, 228, 228, 228,
228, 0, 0, 228, 0, 229, 228, 230, 228, 0,
228, 0, 228, 229, 229, 230, 230, 0, 229, 232,
230, 229, 0, 230, 231, 231, 0, 0, 232, 233,
234, 0, 232, 231, 0, 232, 0, 231, 233, 234,
231, 0, 233, 234, 0, 233, 234, 235, 235, 236,
0, 0, 0, 0, 236, 0, 237, 235, 236, 237,
0, 235, 236, 0, 235, 236, 0, 239, 237, 238,
238, 0, 237, 0, 0, 237, 239, 240, 238, 0,
239, 0, 238, 239, 0, 238, 240, 241, 241, 242,
240, 0, 240, 240, 243, 244, 241, 243, 242, 0,
241, 0, 242, 241, 244, 242, 243, 245, 244, 246,
243, 244, 0, 243, 0, 248, 245, 0, 246, 0,
245, 249, 246, 245, 248, 246, 247, 247, 248, 0,
249, 248, 250, 0, 249, 247, 249, 249, 251, 247,
0, 250, 247, 250, 0, 250, 0, 251, 250, 252,
252, 251, 0, 251, 251, 253, 0, 254, 252, 256,
0, 0, 252, 255, 253, 252, 254, 0, 253, 0,
254, 253, 255, 254, 256, 258, 255, 0, 255, 255,
257, 0, 259, 256, 258, 259, 0, 256, 258, 257,
256, 258, 0, 257, 259, 257, 257, 0, 259, 260,
260, 259, 0, 0, 261, 261, 0, 0, 260, 262,
263, 0, 260, 261, 0, 260, 262, 261, 262, 263,
261, 264, 262, 263, 0, 262, 263, 265, 0, 266,
264, 266, 0, 0, 264, 264, 265, 264, 266, 267,
265, 265, 266, 265, 268, 266, 267, 0, 267, 269,
270, 0, 267, 268, 0, 267, 0, 268, 269, 270,
268, 271, 269, 270, 0, 269, 270, 272, 272, 273,
271, 0, 0, 0, 271, 0, 272, 271, 273, 0,
272, 274, 273, 272, 273, 273, 274, 275, 275, 0,
274, 0, 276, 276, 274, 0, 275, 274, 277, 0,
275, 276, 0, 275, 278, 276, 279, 277, 276, 279,
280, 277, 0, 278, 277, 280, 0, 278, 279, 280,
278, 281, 279, 280, 0, 279, 280, 282, 0, 283,
281, 0, 0, 0, 281, 281, 282, 281, 283, 283,
282, 285, 283, 282, 0, 283, 284, 284, 0, 0,
285, 286, 287, 0, 285, 284, 0, 285, 0, 284,
286, 287, 284, 288, 286, 287, 0, 286, 287, 289,
0, 290, 288, 0, 0, 0, 288, 291, 289, 288,
290, 294, 289, 289, 290, 289, 291, 290, 292, 292,
291, 0, 0, 291, 293, 0, 294, 292, 0, 0,
0, 292, 0, 293, 292, 294, 0, 293, 300, 294,
293, 0, 294, 295, 295, 300, 0, 300, 301, 301,
0, 300, 295, 302, 300, 0, 295, 301, 0, 295,
0, 301, 302, 0, 301, 303, 302, 0, 303, 302,
304, 304, 0, 0, 303, 0, 0, 0, 303, 304,
0, 303, 305, 304, 0, 305, 304, 306, 306, 0,
307, 305, 0, 306, 0, 305, 0, 306, 305, 307,
308, 306, 0, 307, 306, 0, 307, 308, 0, 308,
309, 309, 0, 308, 310, 310, 308, 0, 0, 309,
311, 0, 0, 309, 310, 311, 309, 313, 310, 311,
312, 310, 0, 311, 0, 0, 311, 0, 0, 312,
314, 0, 313, 312, 0, 312, 312, 0, 315, 314,
316, 313, 0, 314, 314, 313, 314, 315, 313, 316,
317, 315, 318, 316, 315, 317, 316, 318, 0, 317,
0, 318, 319, 317, 321, 318, 317, 319, 318, 320,
0, 319, 320, 321, 322, 319, 0, 321, 319, 321,
321, 320, 323, 322, 0, 320, 0, 322, 320, 0,
322, 323, 324, 325, 0, 323, 0, 325, 323, 324,
0, 324, 325, 326, 327, 324, 325, 0, 324, 325,
0, 327, 326, 327, 328, 0, 326, 327, 326, 326,
327, 328, 331, 328, 329, 329, 0, 328, 0, 0,
328, 331, 330, 329, 0, 331, 0, 329, 331, 0,
329, 330, 332, 330, 0, 330, 0, 332, 330, 0,
0, 332, 333, 333, 0, 332, 0, 0, 332, 0,
0, 333, 334, 334, 335, 333, 0, 0, 333, 335,
336, 334, 0, 335, 0, 334, 0, 335, 334, 336,
335, 337, 338, 336, 0, 336, 336, 338, 0, 0,
337, 338, 339, 340, 337, 338, 0, 337, 338, 0,
0, 339, 340, 341, 0, 339, 340, 0, 339, 340,
0, 339, 341, 342, 342, 0, 341, 344, 344, 341,
0, 0, 342, 343, 343, 0, 342, 344, 345, 342,
0, 344, 343, 346, 344, 0, 343, 345, 346, 343,
0, 345, 346, 347, 345, 348, 346, 0, 0, 346,
0, 0, 347, 0, 348, 349, 347, 347, 348, 347,
351, 348, 0, 349, 349, 350, 350, 0, 349, 351,
0, 349, 0, 351, 350, 0, 351, 353, 350, 352,
352, 350, 0, 0, 0, 354, 353, 355, 352, 0,
353, 0, 352, 353, 354, 352, 355, 0, 354, 356,
355, 354, 0, 355, 355, 359, 356, 360, 356, 0,
0, 0, 356, 361, 359, 356, 360, 0, 359, 0,
360, 359, 361, 360, 362, 0, 361, 0, 361, 361,
363, 0, 364, 362, 0, 0, 0, 362, 362, 363,
362, 364, 365, 363, 0, 364, 363, 366, 364, 0,
0, 365, 367, 0, 0, 365, 366, 365, 365, 0,
366, 367, 368, 366, 0, 367, 0, 367, 367, 370,
369, 368, 370, 0, 0, 368, 0, 368, 368, 369,
371, 370, 0, 369, 0, 370, 369, 0, 370, 371,
0, 371, 0, 371, 372, 372, 371, 373, 0, 372,
373, 0, 0, 372, 0, 0, 374, 372, 373, 373,
372, 374, 0, 373, 0, 374, 373, 375, 375, 374,
0, 0, 374, 377, 0, 376, 375, 0, 0, 0,
375, 378, 377, 375, 376, 376, 377, 0, 376, 377,
378, 376, 379, 380, 378, 0, 378, 378, 0, 0,
0, 379, 380, 381, 381, 379, 380, 379, 379, 380,
0, 383, 381, 382, 0, 0, 381, 0, 382, 381,
383, 384, 382, 0, 383, 0, 382, 383, 0, 382,
384, 384, 385, 385, 384, 0, 0, 384, 386, 386,
387, 385, 0, 388, 0, 385, 388, 386, 385, 387,
0, 386, 389, 387, 386, 388, 387, 390, 390, 388,
391, 389, 388, 389, 0, 389, 0, 390, 389, 391,
392, 390, 393, 391, 390, 391, 391, 0, 394, 392,
0, 393, 0, 392, 0, 393, 392, 394, 393, 395,
396, 394, 0, 393, 394, 397, 0, 0, 395, 396,
396, 0, 395, 396, 397, 395, 396, 0, 397, 398,
398, 397, 399, 0, 0, 0, 0, 0, 400, 398,
0, 399, 0, 398, 0, 399, 398, 400, 399, 401,
401, 400, 0, 0, 400, 402, 402, 403, 401, 0,
0, 0, 401, 404, 402, 401, 403, 403, 402, 405,
403, 402, 404, 403, 406, 407, 404, 407, 405, 404,
408, 0, 405, 406, 407, 405, 409, 406, 407, 408,
406, 407, 414, 408, 0, 409, 408, 410, 410, 409,
416, 414, 409, 411, 411, 414, 410, 414, 414, 415,
410, 0, 411, 410, 417, 416, 411, 0, 415, 411,
418, 418, 415, 417, 416, 415, 419, 417, 416, 418,
417, 416, 420, 418, 421, 419, 418, 0, 0, 419,
0, 420, 419, 421, 422, 420, 0, 421, 420, 421,
421, 0, 423, 422, 424, 0, 0, 422, 0, 422,
422, 423, 425, 424, 424, 423, 0, 424, 423, 0,
424, 425, 0, 425, 427, 425, 426, 426, 425, 0,
0, 0, 428, 427, 427, 426, 0, 427, 429, 426,
427, 428, 426, 430, 431, 428, 430, 429, 428, 432,
0, 429, 430, 431, 429, 0, 430, 431, 432, 430,
431, 433, 432, 0, 431, 432, 434, 0, 0, 0,
433, 0, 435, 0, 433, 434, 0, 433, 436, 434,
434, 435, 434, 0, 437, 435, 436, 436, 435, 438,
438, 436, 437, 437, 436, 0, 439, 437, 440, 438,
437, 440, 0, 438, 0, 439, 438, 439, 442, 439,
440, 0, 439, 444, 440, 441, 441, 440, 443, 0,
0, 443, 444, 442, 441, 0, 444, 0, 441, 444,
443, 441, 442, 445, 443, 0, 442, 443, 449, 442,
447, 447, 445, 446, 446, 0, 445, 0, 0, 445,
447, 448, 446, 449, 447, 0, 446, 447, 0, 446,
448, 450, 449, 452, 448, 0, 449, 448, 0, 449,
450, 451, 452, 0, 450, 0, 452, 450, 451, 452,
451, 453, 453, 454, 451, 0, 0, 451, 0, 0,
453, 458, 454, 455, 453, 0, 454, 453, 0, 454,
458, 455, 455, 459, 458, 0, 455, 458, 460, 455,
0, 0, 459, 461, 461, 0, 459, 460, 459, 459,
0, 460, 461, 462, 460, 463, 461, 0, 462, 461,
467, 464, 462, 0, 463, 0, 462, 465, 463, 462,
464, 463, 464, 466, 464, 467, 465, 464, 0, 0,
465, 465, 466, 465, 467, 468, 466, 469, 467, 466,
0, 467, 0, 470, 468, 471, 469, 0, 468, 0,
469, 468, 470, 469, 471, 472, 470, 0, 471, 470,
471, 471, 0, 0, 472, 473, 473, 0, 472, 0,
0, 472, 0, 0, 473, 472, 474, 474, 473, 0,
0, 473, 475, 475, 476, 474, 0, 0, 0, 474,
477, 475, 474, 476, 476, 475, 0, 476, 475, 477,
476, 478, 0, 477, 0, 477, 477, 479, 0, 479,
478, 480, 0, 0, 478, 0, 0, 478, 479, 481,
480, 482, 479, 0, 480, 479, 480, 480, 481, 485,
482, 0, 481, 0, 482, 481, 484, 482, 483, 483,
0, 484, 0, 0, 485, 484, 0, 483, 0, 484,
487, 483, 484, 485, 483, 486, 486, 485, 0, 487,
485, 488, 0, 487, 486, 0, 487, 0, 486, 0,
488, 486, 489, 489, 488, 488, 0, 488, 492, 0,
491, 489, 0, 0, 0, 489, 493, 492, 489, 491,
491, 492, 495, 491, 492, 493, 491, 494, 0, 493,
496, 495, 493, 497, 0, 495, 494, 494, 495, 498,
494, 0, 497, 494, 499, 496, 497, 497, 498, 497,
500, 500, 498, 499, 496, 498, 501, 499, 496, 500,
499, 496, 502, 500, 503, 501, 500, 0, 0, 501,
504, 502, 501, 503, 0, 502, 505, 503, 502, 504,
503, 506, 507, 504, 0, 505, 504, 507, 0, 505,
506, 507, 505, 508, 506, 507, 0, 506, 507, 509,
0, 510, 508, 0, 509, 0, 508, 511, 509, 508,
510, 0, 509, 508, 510, 509, 511, 510, 512, 513,
511, 0, 0, 511, 514, 0, 0, 512, 513, 0,
516, 512, 513, 514, 512, 513, 515, 514, 518, 516,
514, 515, 0, 516, 519, 515, 516, 518, 0, 515,
520, 518, 515, 519, 518, 521, 0, 519, 0, 520,
519, 0, 522, 520, 521, 522, 520, 523, 521, 0,
521, 521, 523, 524, 522, 525, 523, 0, 522, 0,
523, 522, 524, 523, 525, 526, 524, 0, 525, 524,
525, 525, 0, 527, 526, 0, 0, 0, 526, 0,
526, 526, 527, 528, 0, 529, 527, 0, 527, 527,
0, 0, 528, 528, 529, 530, 528, 0, 529, 528,
531, 529, 0, 532, 530, 530, 532, 0, 530, 531,
0, 530, 535, 531, 531, 532, 531, 533, 0, 532,
0, 535, 532, 534, 0, 535, 533, 533, 535, 0,
533, 536, 534, 533, 536, 0, 534, 0, 534, 534,
0, 0, 537, 536, 0, 537, 0, 536, 0, 0,
536, 537, 0, 538, 539, 537, 538, 0, 537, 0,
0, 0, 538, 539, 540, 0, 538, 539, 539, 538,
539, 0, 542, 540, 541, 541, 0, 540, 540, 0,
540, 542, 543, 541, 544, 542, 0, 541, 542, 0,
541, 543, 545, 544, 0, 543, 0, 544, 543, 544,
544, 545, 546, 547, 0, 545, 0, 545, 545, 0,
0, 546, 547, 0, 548, 546, 547, 548, 546, 547,
549, 549, 0, 548, 0, 551, 550, 548, 0, 549,
548, 550, 0, 549, 551, 550, 549, 552, 551, 550,
0, 551, 550, 553, 0, 554, 552, 0, 0, 0,
552, 555, 553, 552, 554, 0, 553, 0, 554, 553,
555, 554, 556, 0, 555, 556, 0, 555, 0, 0,
557, 557, 0, 0, 556, 558, 559, 0, 556, 557,
0, 556, 0, 557, 558, 559, 557, 560, 558, 559,
0, 558, 559, 561, 0, 0, 560, 0, 562, 0,
560, 0, 561, 560, 563, 0, 561, 562, 561, 561,
564, 562, 0, 563, 562, 565, 0, 563, 0, 564,
563, 567, 0, 564, 565, 0, 564, 0, 565, 565,
567, 565, 566, 566, 567, 568, 568, 567, 0, 0,
0, 569, 566, 0, 568, 0, 566, 0, 568, 566,
569, 568, 0, 0, 569, 0, 0, 569, 571, 571,
571, 571, 571, 571, 572, 572, 572, 572, 572, 572,
573, 573, 573, 573, 574, 574, 574, 574, 574, 575,
575, 575, 575, 575, 576, 576, 576, 576, 577, 577,
577, 577, 577, 578, 578, 578, 578, 578, 579, 579,
579, 580, 580, 580, 580, 582, 582, 582, 582, 583,
0, 583, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570, 570, 570, 570, 570, 570, 570,
570, 570, 570, 570
} ;
/* The intent behind this definition is that it'll catch
* any uses of REJECT which flex missed.
*/
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
/**
* @file yang.l
* @author Pavol Vican
* @brief YANG parser for libyang (flex grammar)
*
* Copyright (c) 2015 CESNET, z.s.p.o.
*
* This source code is licensed under BSD 3-Clause License (the "License").
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/BSD-3-Clause
*/
#define YY_NO_INPUT 1
#include "parser_yang.h"
#include "parser_yang_bis.h"
#define YY_USER_ACTION yylloc->first_line = yylloc->last_line = 0;\
yylloc->first_column = yylloc->last_column +1;\
yylloc->last_column = yylloc->first_column + yyleng - 1;
#define INITIAL 0
#define COMMENT1 1
#define COMMENT2 2
#define PATH 3
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
/* Holds the entire state of the reentrant scanner. */
struct yyguts_t
{
/* User-defined. Not touched by flex. */
YY_EXTRA_TYPE yyextra_r;
/* The rest are the same as the globals declared in the non-reentrant scanner. */
FILE *yyin_r, *yyout_r;
size_t yy_buffer_stack_top; /**< index of top of stack. */
size_t yy_buffer_stack_max; /**< capacity of stack. */
YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */
char yy_hold_char;
yy_size_t yy_n_chars;
yy_size_t yyleng_r;
char *yy_c_buf_p;
int yy_init;
int yy_start;
int yy_did_buffer_switch_on_eof;
int yy_start_stack_ptr;
int yy_start_stack_depth;
int *yy_start_stack;
yy_state_type yy_last_accepting_state;
char* yy_last_accepting_cpos;
int yylineno_r;
int yy_flex_debug_r;
char *yytext_r;
int yy_more_flag;
int yy_more_len;
YYSTYPE * yylval_r;
YYLTYPE * yylloc_r;
}; /* end struct yyguts_t */
static int yy_init_globals (yyscan_t yyscanner );
/* This must go here because YYSTYPE and YYLTYPE are included
* from bison output in section 1.*/
# define yylval yyg->yylval_r
# define yylloc yyg->yylloc_r
int yylex_init (yyscan_t* scanner);
int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
int yylex_destroy (yyscan_t yyscanner );
int yyget_debug (yyscan_t yyscanner );
void yyset_debug (int debug_flag ,yyscan_t yyscanner );
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner );
void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
FILE *yyget_in (yyscan_t yyscanner );
void yyset_in (FILE * _in_str ,yyscan_t yyscanner );
FILE *yyget_out (yyscan_t yyscanner );
void yyset_out (FILE * _out_str ,yyscan_t yyscanner );
yy_size_t yyget_leng (yyscan_t yyscanner );
char *yyget_text (yyscan_t yyscanner );
int yyget_lineno (yyscan_t yyscanner );
void yyset_lineno (int _line_number ,yyscan_t yyscanner );
int yyget_column (yyscan_t yyscanner );
void yyset_column (int _column_no ,yyscan_t yyscanner );
YYSTYPE * yyget_lval (yyscan_t yyscanner );
void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
YYLTYPE *yyget_lloc (yyscan_t yyscanner );
void yyset_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner );
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap (yyscan_t yyscanner );
#else
extern int yywrap (yyscan_t yyscanner );
#endif
#endif
#ifndef YY_NO_UNPUT
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner );
#else
static int input (yyscan_t yyscanner );
#endif
#endif
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
size_t n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner)
#endif
/* end tables serialization structures and prototypes */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int yylex \
(YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner);
#define YY_DECL int yylex \
(YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK /*LINTED*/break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
/** The main scanner function which does all the work.
*/
YY_DECL
{
yy_state_type yy_current_state;
char *yy_cp, *yy_bp;
int yy_act;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yylval = yylval_param;
yylloc = yylloc_param;
if ( !yyg->yy_init )
{
yyg->yy_init = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if ( ! yyg->yy_start )
yyg->yy_start = 1; /* first start state */
if ( ! yyin )
yyin = stdin;
if ( ! yyout )
yyout = stdout;
if ( ! YY_CURRENT_BUFFER ) {
yyensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
}
yy_load_buffer_state(yyscanner );
}
{
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{
yy_cp = yyg->yy_c_buf_p;
/* Support of yytext. */
*yy_cp = yyg->yy_hold_char;
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
yy_current_state = yyg->yy_start;
yy_match:
do
{
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 571 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
while ( yy_base[yy_current_state] != 3223 );
yy_find_action:
yy_act = yy_accept[yy_current_state];
if ( yy_act == 0 )
{ /* have to back up */
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
do_action: /* This label is used only to access EOF actions. */
switch ( yy_act )
{ /* beginning of action switch */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = yyg->yy_hold_char;
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
goto yy_find_action;
case 1:
YY_RULE_SETUP
{BEGIN COMMENT1; }
YY_BREAK
case 2:
case 3:
/* rule 3 can match eol */
YY_RULE_SETUP
YY_BREAK
case 4:
YY_RULE_SETUP
{BEGIN INITIAL; }
YY_BREAK
case 5:
YY_RULE_SETUP
{BEGIN COMMENT2;}
YY_BREAK
case 6:
YY_RULE_SETUP
YY_BREAK
case 7:
/* rule 7 can match eol */
case 8:
/* rule 8 can match eol */
YY_RULE_SETUP
{BEGIN INITIAL; return EOL; }
YY_BREAK
case 9:
YY_RULE_SETUP
{ return ANYXML_KEYWORD; }
YY_BREAK
case 10:
YY_RULE_SETUP
{ return ARGUMENT_KEYWORD; }
YY_BREAK
case 11:
YY_RULE_SETUP
{ BEGIN PATH; return AUGMENT_KEYWORD; }
YY_BREAK
case 12:
YY_RULE_SETUP
{ return BASE_KEYWORD; }
YY_BREAK
case 13:
YY_RULE_SETUP
{ return BELONGS_TO_KEYWORD; }
YY_BREAK
case 14:
YY_RULE_SETUP
{ return BIT_KEYWORD; }
YY_BREAK
case 15:
YY_RULE_SETUP
{ return CASE_KEYWORD; }
YY_BREAK
case 16:
YY_RULE_SETUP
{ return CHOICE_KEYWORD; }
YY_BREAK
case 17:
YY_RULE_SETUP
{ return CONFIG_KEYWORD; }
YY_BREAK
case 18:
YY_RULE_SETUP
{ return CONTACT_KEYWORD; }
YY_BREAK
case 19:
YY_RULE_SETUP
{ return CONTAINER_KEYWORD; }
YY_BREAK
case 20:
YY_RULE_SETUP
{ return DEFAULT_KEYWORD; }
YY_BREAK
case 21:
YY_RULE_SETUP
{ return DESCRIPTION_KEYWORD; }
YY_BREAK
case 22:
YY_RULE_SETUP
{ return ENUM_KEYWORD; }
YY_BREAK
case 23:
YY_RULE_SETUP
{ return ERROR_APP_TAG_KEYWORD; }
YY_BREAK
case 24:
YY_RULE_SETUP
{ return ERROR_MESSAGE_KEYWORD; }
YY_BREAK
case 25:
YY_RULE_SETUP
{ return EXTENSION_KEYWORD; }
YY_BREAK
case 26:
YY_RULE_SETUP
{ BEGIN PATH; return DEVIATION_KEYWORD; }
YY_BREAK
case 27:
YY_RULE_SETUP
{ return DEVIATE_KEYWORD; }
YY_BREAK
case 28:
YY_RULE_SETUP
{ return FEATURE_KEYWORD; }
YY_BREAK
case 29:
YY_RULE_SETUP
{ return FRACTION_DIGITS_KEYWORD; }
YY_BREAK
case 30:
YY_RULE_SETUP
{ return GROUPING_KEYWORD; }
YY_BREAK
case 31:
YY_RULE_SETUP
{ return IDENTITY_KEYWORD; }
YY_BREAK
case 32:
YY_RULE_SETUP
{ return IF_FEATURE_KEYWORD; }
YY_BREAK
case 33:
YY_RULE_SETUP
{ return IMPORT_KEYWORD; }
YY_BREAK
case 34:
YY_RULE_SETUP
{ return INCLUDE_KEYWORD; }
YY_BREAK
case 35:
YY_RULE_SETUP
{ return INPUT_KEYWORD; }
YY_BREAK
case 36:
YY_RULE_SETUP
{ return KEY_KEYWORD; }
YY_BREAK
case 37:
YY_RULE_SETUP
{ return LEAF_KEYWORD; }
YY_BREAK
case 38:
YY_RULE_SETUP
{ return LEAF_LIST_KEYWORD; }
YY_BREAK
case 39:
YY_RULE_SETUP
{ return LENGTH_KEYWORD; }
YY_BREAK
case 40:
YY_RULE_SETUP
{ return LIST_KEYWORD; }
YY_BREAK
case 41:
YY_RULE_SETUP
{ return MANDATORY_KEYWORD; }
YY_BREAK
case 42:
YY_RULE_SETUP
{ return MAX_ELEMENTS_KEYWORD; }
YY_BREAK
case 43:
YY_RULE_SETUP
{ return MIN_ELEMENTS_KEYWORD; }
YY_BREAK
case 44:
YY_RULE_SETUP
{ return MODULE_KEYWORD; }
YY_BREAK
case 45:
YY_RULE_SETUP
{ return MUST_KEYWORD; }
YY_BREAK
case 46:
YY_RULE_SETUP
{ return NAMESPACE_KEYWORD; }
YY_BREAK
case 47:
YY_RULE_SETUP
{ return NOTIFICATION_KEYWORD; }
YY_BREAK
case 48:
YY_RULE_SETUP
{ return ORDERED_BY_KEYWORD; }
YY_BREAK
case 49:
YY_RULE_SETUP
{ return ORGANIZATION_KEYWORD; }
YY_BREAK
case 50:
YY_RULE_SETUP
{ return OUTPUT_KEYWORD; }
YY_BREAK
case 51:
YY_RULE_SETUP
{ BEGIN PATH; return PATH_KEYWORD; }
YY_BREAK
case 52:
YY_RULE_SETUP
{ return PATTERN_KEYWORD; }
YY_BREAK
case 53:
YY_RULE_SETUP
{ return POSITION_KEYWORD; }
YY_BREAK
case 54:
YY_RULE_SETUP
{ return PREFIX_KEYWORD; }
YY_BREAK
case 55:
YY_RULE_SETUP
{ return PRESENCE_KEYWORD; }
YY_BREAK
case 56:
YY_RULE_SETUP
{ return RANGE_KEYWORD; }
YY_BREAK
case 57:
YY_RULE_SETUP
{ return REFERENCE_KEYWORD; }
YY_BREAK
case 58:
YY_RULE_SETUP
{ BEGIN PATH; return REFINE_KEYWORD; }
YY_BREAK
case 59:
YY_RULE_SETUP
{ return REQUIRE_INSTANCE_KEYWORD; }
YY_BREAK
case 60:
YY_RULE_SETUP
{ return REVISION_KEYWORD; }
YY_BREAK
case 61:
YY_RULE_SETUP
{ return REVISION_DATE_KEYWORD; }
YY_BREAK
case 62:
YY_RULE_SETUP
{ return RPC_KEYWORD; }
YY_BREAK
case 63:
YY_RULE_SETUP
{ return STATUS_KEYWORD; }
YY_BREAK
case 64:
YY_RULE_SETUP
{ return SUBMODULE_KEYWORD; }
YY_BREAK
case 65:
YY_RULE_SETUP
{ return TYPE_KEYWORD; }
YY_BREAK
case 66:
YY_RULE_SETUP
{ return TYPEDEF_KEYWORD; }
YY_BREAK
case 67:
YY_RULE_SETUP
{ BEGIN PATH; return UNIQUE_KEYWORD; }
YY_BREAK
case 68:
YY_RULE_SETUP
{ return UNITS_KEYWORD; }
YY_BREAK
case 69:
YY_RULE_SETUP
{ return USES_KEYWORD; }
YY_BREAK
case 70:
YY_RULE_SETUP
{ return VALUE_KEYWORD; }
YY_BREAK
case 71:
YY_RULE_SETUP
{ return WHEN_KEYWORD; }
YY_BREAK
case 72:
YY_RULE_SETUP
{ return YANG_VERSION_KEYWORD; }
YY_BREAK
case 73:
YY_RULE_SETUP
{ return YIN_ELEMENT_KEYWORD; }
YY_BREAK
case 74:
YY_RULE_SETUP
{ return ADD_KEYWORD; }
YY_BREAK
case 75:
YY_RULE_SETUP
{ return CURRENT_KEYWORD; }
YY_BREAK
case 76:
YY_RULE_SETUP
{ return CURRENT_KEYWORD; }
YY_BREAK
case 77:
YY_RULE_SETUP
{ return DELETE_KEYWORD; }
YY_BREAK
case 78:
YY_RULE_SETUP
{ return DEPRECATED_KEYWORD; }
YY_BREAK
case 79:
YY_RULE_SETUP
{ return FALSE_KEYWORD; }
YY_BREAK
case 80:
YY_RULE_SETUP
{ return NOT_SUPPORTED_KEYWORD; }
YY_BREAK
case 81:
YY_RULE_SETUP
{ return OBSOLETE_KEYWORD; }
YY_BREAK
case 82:
YY_RULE_SETUP
{ return REPLACE_KEYWORD; }
YY_BREAK
case 83:
YY_RULE_SETUP
{ return SYSTEM_KEYWORD; }
YY_BREAK
case 84:
YY_RULE_SETUP
{ return TRUE_KEYWORD; }
YY_BREAK
case 85:
YY_RULE_SETUP
{ return UNBOUNDED_KEYWORD; }
YY_BREAK
case 86:
YY_RULE_SETUP
{ return USER_KEYWORD; }
YY_BREAK
case 87:
case 88:
case 89:
case 90:
YY_RULE_SETUP
{ return yytext[0];} /* unsolved problem with concatenate string '+' */
YY_BREAK
case 91:
/* rule 91 can match eol */
YY_RULE_SETUP
{return STRING;}
YY_BREAK
case 92:
/* rule 92 can match eol */
YY_RULE_SETUP
{return STRING;}
YY_BREAK
case 93:
YY_RULE_SETUP
{return ZERO;}
YY_BREAK
case 94:
YY_RULE_SETUP
{return INTEGER;}
YY_BREAK
case 95:
YY_RULE_SETUP
{return NON_NEGATIVE_INTEGER;}
YY_BREAK
case 96:
case 97:
case 98:
case 99:
case 100:
case 101:
YY_RULE_SETUP
{return yytext[0];}
YY_BREAK
case 102:
YY_RULE_SETUP
{return DOUBLEDOT;}
YY_BREAK
case 103:
/* rule 103 can match eol */
case 104:
/* rule 104 can match eol */
YY_RULE_SETUP
{ yylloc->last_column = 0; return EOL;}
YY_BREAK
case 105:
YY_RULE_SETUP
{ return WHITESPACE;}
YY_BREAK
case 106:
case 107:
YY_RULE_SETUP
{BEGIN INITIAL; return yytext[0];}
YY_BREAK
case 108:
/* rule 108 can match eol */
YY_RULE_SETUP
{return STRING;}
YY_BREAK
case 109:
/* rule 109 can match eol */
YY_RULE_SETUP
{return STRING;}
YY_BREAK
case 110:
YY_RULE_SETUP
{BEGIN COMMENT2;}
YY_BREAK
case 111:
YY_RULE_SETUP
{BEGIN COMMENT1;}
YY_BREAK
case 112:
YY_RULE_SETUP
{return IDENTIFIER;}
YY_BREAK
case 113:
YY_RULE_SETUP
{return IDENTIFIERPREFIX;}
YY_BREAK
case 114:
YY_RULE_SETUP
{return REVISION_DATE;}
YY_BREAK
case 115:
YY_RULE_SETUP
{return IDENTIFIER;}
YY_BREAK
case 116:
YY_RULE_SETUP
{return IDENTIFIERPREFIX;}
YY_BREAK
case 117:
YY_RULE_SETUP
{if (yytext[0]=='/') {
switch(yytext[1]) {
case '*': BEGIN COMMENT1; yyless(2); break;
case '/': yyless(2); BEGIN COMMENT2; break;
default: return STRINGS;
}
} else {return STRINGS;} }
YY_BREAK
case 118:
/* rule 118 can match eol */
case 119:
/* rule 119 can match eol */
YY_RULE_SETUP
{ yylloc->last_column = 0; return EOL; }
YY_BREAK
case 120:
YY_RULE_SETUP
{ return WHITESPACE;}
YY_BREAK
case 121:
YY_RULE_SETUP
{ printf("%d: unexpected character '%c'\n",yylineno,*yytext); return ERROR;}
YY_BREAK
case 122:
YY_RULE_SETUP
ECHO;
YY_BREAK
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(COMMENT1):
case YY_STATE_EOF(COMMENT2):
case YY_STATE_EOF(PATH):
yyterminate();
case YY_END_OF_BUFFER:
{
/* Amount of text matched not including the EOB char. */
int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1;
/* Undo the effects of YY_DO_BEFORE_ACTION. */
*yy_cp = yyg->yy_hold_char;
YY_RESTORE_YY_MORE_OFFSET
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
{
/* We're scanning a new file or input source. It's
* possible that this happened because the user
* just pointed yyin at a new source and called
* yylex(). If so, then we have to assure
* consistency between YY_CURRENT_BUFFER and our
* globals. Here is the right place to do so, because
* this is the first action (other than possibly a
* back-up) that will match for the new input source.
*/
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
}
/* Note that here we test for yy_c_buf_p "<=" to the position
* of the first EOB in the buffer, since yy_c_buf_p will
* already have been incremented past the NUL character
* (since all states make transitions on EOB to the
* end-of-buffer state). Contrast this with the test
* in input().
*/
if ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
{ /* This was really a NUL. */
yy_state_type yy_next_state;
yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( yyscanner );
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
* yy_get_previous_state() go ahead and do it
* for us because it doesn't know how to deal
* with the possibility of jamming (and we don't
* want to build jamming into it because then it
* will run more slowly).
*/
yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
if ( yy_next_state )
{
/* Consume the NUL. */
yy_cp = ++yyg->yy_c_buf_p;
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
yy_cp = yyg->yy_c_buf_p;
goto yy_find_action;
}
}
else switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_END_OF_FILE:
{
yyg->yy_did_buffer_switch_on_eof = 0;
if ( yywrap(yyscanner ) )
{
/* Note: because we've taken care in
* yy_get_next_buffer() to have set up
* yytext, we can now set up
* yy_c_buf_p so that if some total
* hoser (like flex itself) wants to
* call the scanner after we return the
* YY_NULL, it'll still work - another
* YY_NULL will get returned.
*/
yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ;
yy_act = YY_STATE_EOF(YY_START);
goto do_action;
}
else
{
if ( ! yyg->yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state( yyscanner );
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
yyg->yy_c_buf_p =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars];
yy_current_state = yy_get_previous_state( yyscanner );
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR(
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
} /* end of user's declarations */
} /* end of yylex */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
static int yy_get_next_buffer (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
char *source = yyg->yytext_ptr;
yy_size_t number_to_move, i;
int ret_val;
if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( yyg->yy_c_buf_p - yyg->yytext_ptr - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (yy_size_t) (yyg->yy_c_buf_p - yyg->yytext_ptr) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars = 0;
else
{
yy_size_t num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
int yy_c_buf_p_offset =
(int) (yyg->yy_c_buf_p - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
yy_size_t new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner );
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = 0;
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
yyg->yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
yyg->yy_n_chars, num_to_read );
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if ( yyg->yy_n_chars == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
yyrestart(yyin ,yyscanner);
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) (yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
/* Extend the array by 50%, plus the number we really need. */
yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner );
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
}
yyg->yy_n_chars += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
yyg->yytext_ptr = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
{
yy_state_type yy_current_state;
char *yy_cp;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yy_current_state = yyg->yy_start;
for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp )
{
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 571 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
{
int yy_is_jam;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */
char *yy_cp = yyg->yy_c_buf_p;
YY_CHAR yy_c = 1;
if ( yy_accept[yy_current_state] )
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 571 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
yy_is_jam = (yy_current_state == 570);
(void)yyg;
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_UNPUT
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner)
#else
static int input (yyscan_t yyscanner)
#endif
{
int c;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
*yyg->yy_c_buf_p = yyg->yy_hold_char;
if ( *yyg->yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] )
/* This was really a NUL. */
*yyg->yy_c_buf_p = '\0';
else
{ /* need more input */
yy_size_t offset = yyg->yy_c_buf_p - yyg->yytext_ptr;
++yyg->yy_c_buf_p;
switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart(yyin ,yyscanner);
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( yywrap(yyscanner ) )
return EOF;
if ( ! yyg->yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput(yyscanner);
#else
return input(yyscanner);
#endif
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p = yyg->yytext_ptr + offset;
break;
}
}
}
c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */
*yyg->yy_c_buf_p = '\0'; /* preserve yytext */
yyg->yy_hold_char = *++yyg->yy_c_buf_p;
return c;
}
#endif /* ifndef YY_NO_INPUT */
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
* @param yyscanner The scanner object.
* @note This function does not reset the start condition to @c INITIAL .
*/
void yyrestart (FILE * input_file , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! YY_CURRENT_BUFFER ){
yyensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
}
yy_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner);
yy_load_buffer_state(yyscanner );
}
/** Switch to a different input buffer.
* @param new_buffer The new input buffer.
* @param yyscanner The scanner object.
*/
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* TODO. We should be able to replace this entire function body
* with
* yypop_buffer_state();
* yypush_buffer_state(new_buffer);
*/
yyensure_buffer_stack (yyscanner);
if ( YY_CURRENT_BUFFER == new_buffer )
return;
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
yy_load_buffer_state(yyscanner );
/* We don't actually know whether we did this switch during
* EOF (yywrap()) processing, but the only time this flag
* is looked at is after yywrap() is called, so it's safe
* to go ahead and always set it.
*/
yyg->yy_did_buffer_switch_on_eof = 1;
}
static void yy_load_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
yyg->yy_hold_char = *yyg->yy_c_buf_p;
}
/** Allocate and initialize an input buffer state.
* @param file A readable stream.
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
* @param yyscanner The scanner object.
* @return the allocated buffer state.
*/
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_buf_size = (yy_size_t)size;
/* yy_ch_buf has to be 2 characters longer than the size given because
* we need to put in 2 end-of-buffer characters.
*/
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ,yyscanner );
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_is_our_buffer = 1;
yy_init_buffer(b,file ,yyscanner);
return b;
}
/** Destroy the buffer.
* @param b a buffer created with yy_create_buffer()
* @param yyscanner The scanner object.
*/
void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! b )
return;
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if ( b->yy_is_our_buffer )
yyfree((void *) b->yy_ch_buf ,yyscanner );
yyfree((void *) b ,yyscanner );
}
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a yyrestart() or at EOF.
*/
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
{
int oerrno = errno;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yy_flush_buffer(b ,yyscanner);
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then yy_init_buffer was _probably_
* called from yyrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
errno = oerrno;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
* @param yyscanner The scanner object.
*/
void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == YY_CURRENT_BUFFER )
yy_load_buffer_state(yyscanner );
}
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
* @param yyscanner The scanner object.
*/
void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (new_buffer == NULL)
return;
yyensure_buffer_stack(yyscanner);
/* This block is copied from yy_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
yyg->yy_buffer_stack_top++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
/* copied from yy_switch_to_buffer. */
yy_load_buffer_state(yyscanner );
yyg->yy_did_buffer_switch_on_eof = 1;
}
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
* @param yyscanner The scanner object.
*/
void yypop_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (!YY_CURRENT_BUFFER)
return;
yy_delete_buffer(YY_CURRENT_BUFFER ,yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
if (yyg->yy_buffer_stack_top > 0)
--yyg->yy_buffer_stack_top;
if (YY_CURRENT_BUFFER) {
yy_load_buffer_state(yyscanner );
yyg->yy_did_buffer_switch_on_eof = 1;
}
}
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
static void yyensure_buffer_stack (yyscan_t yyscanner)
{
yy_size_t num_to_alloc;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (!yyg->yy_buffer_stack) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
yyg->yy_buffer_stack_max = num_to_alloc;
yyg->yy_buffer_stack_top = 0;
return;
}
if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){
/* Increase the buffer to prepare for a possible push. */
yy_size_t grow_size = 8 /* arbitrary grow size */;
num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
yyg->yy_buffer_stack = (struct yy_buffer_state**)yyrealloc
(yyg->yy_buffer_stack,
num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
/* zero only the new slots.*/
memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
yyg->yy_buffer_stack_max = num_to_alloc;
}
}
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return 0;
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
b->yy_buf_pos = b->yy_ch_buf = base;
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
yy_switch_to_buffer(b ,yyscanner );
return b;
}
/** Setup the input buffer state to scan a string. The next call to yylex() will
* scan from a @e copy of @a str.
* @param yystr a NUL-terminated string to scan
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
* @note If you want to scan bytes that may contain NUL values, then use
* yy_scan_bytes() instead.
*/
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr , yyscan_t yyscanner)
{
return yy_scan_bytes(yystr,strlen(yystr) ,yyscanner);
}
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
* scan from a @e copy of @a bytes.
* @param yybytes the byte buffer to scan
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
yy_size_t i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = _yybytes_len + 2;
buf = (char *) yyalloc(n ,yyscanner );
if ( ! buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
for ( i = 0; i < _yybytes_len; ++i )
buf[i] = yybytes[i];
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
b = yy_scan_buffer(buf,n ,yyscanner);
if ( ! b )
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
*/
b->yy_is_our_buffer = 1;
return b;
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
(void)yyg;
(void) fprintf( stderr, "%s\n", msg );
exit( YY_EXIT_FAILURE );
}
/* Redefine yyless() so it works in section 3 code. */
#undef yyless
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
yy_size_t yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = yyg->yy_hold_char; \
yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
yyg->yy_hold_char = *yyg->yy_c_buf_p; \
*yyg->yy_c_buf_p = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
/* Accessor methods (get/set functions) to struct members. */
/** Get the user-defined data for this scanner.
* @param yyscanner The scanner object.
*/
YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyextra;
}
/** Get the current line number.
* @param yyscanner The scanner object.
*/
int yyget_lineno (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (! YY_CURRENT_BUFFER)
return 0;
return yylineno;
}
/** Get the current column number.
* @param yyscanner The scanner object.
*/
int yyget_column (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
if (! YY_CURRENT_BUFFER)
return 0;
return yycolumn;
}
/** Get the input stream.
* @param yyscanner The scanner object.
*/
FILE *yyget_in (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyin;
}
/** Get the output stream.
* @param yyscanner The scanner object.
*/
FILE *yyget_out (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyout;
}
/** Get the length of the current token.
* @param yyscanner The scanner object.
*/
yy_size_t yyget_leng (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yyleng;
}
/** Get the current token.
* @param yyscanner The scanner object.
*/
char *yyget_text (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yytext;
}
/** Set the user-defined data. This data is never touched by the scanner.
* @param user_defined The data to be associated with this scanner.
* @param yyscanner The scanner object.
*/
void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyextra = user_defined ;
}
/** Set the current line number.
* @param _line_number line number
* @param yyscanner The scanner object.
*/
void yyset_lineno (int _line_number , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* lineno is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
YY_FATAL_ERROR( "yyset_lineno called with no buffer" );
yylineno = _line_number;
}
/** Set the current column.
* @param _column_no column number
* @param yyscanner The scanner object.
*/
void yyset_column (int _column_no , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* column is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
YY_FATAL_ERROR( "yyset_column called with no buffer" );
yycolumn = _column_no;
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param _in_str A readable stream.
* @param yyscanner The scanner object.
* @see yy_switch_to_buffer
*/
void yyset_in (FILE * _in_str , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyin = _in_str ;
}
void yyset_out (FILE * _out_str , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yyout = _out_str ;
}
int yyget_debug (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yy_flex_debug;
}
void yyset_debug (int _bdebug , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yy_flex_debug = _bdebug ;
}
/* Accessor methods for yylval and yylloc */
YYSTYPE * yyget_lval (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yylval;
}
void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yylval = yylval_param;
}
YYLTYPE *yyget_lloc (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
return yylloc;
}
void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
yylloc = yylloc_param;
}
/* User-visible API */
/* yylex_init is special because it creates the scanner itself, so it is
* the ONLY reentrant function that doesn't take the scanner as the last argument.
* That's why we explicitly handle the declaration, instead of using our macros.
*/
int yylex_init(yyscan_t* ptr_yy_globals)
{
if (ptr_yy_globals == NULL){
errno = EINVAL;
return 1;
}
*ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
if (*ptr_yy_globals == NULL){
errno = ENOMEM;
return 1;
}
/* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */
memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
return yy_init_globals ( *ptr_yy_globals );
}
/* yylex_init_extra has the same functionality as yylex_init, but follows the
* convention of taking the scanner as the last argument. Note however, that
* this is a *pointer* to a scanner, as it will be allocated by this call (and
* is the reason, too, why this function also must handle its own declaration).
* The user defined value in the first argument will be available to yyalloc in
* the yyextra field.
*/
int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
{
struct yyguts_t dummy_yyguts;
yyset_extra (yy_user_defined, &dummy_yyguts);
if (ptr_yy_globals == NULL){
errno = EINVAL;
return 1;
}
*ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
if (*ptr_yy_globals == NULL){
errno = ENOMEM;
return 1;
}
/* By setting to 0xAA, we expose bugs in
yy_init_globals. Leave at 0x00 for releases. */
memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));
yyset_extra (yy_user_defined, *ptr_yy_globals);
return yy_init_globals ( *ptr_yy_globals );
}
static int yy_init_globals (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from yylex_destroy(), so don't allocate here.
*/
yyg->yy_buffer_stack = 0;
yyg->yy_buffer_stack_top = 0;
yyg->yy_buffer_stack_max = 0;
yyg->yy_c_buf_p = (char *) 0;
yyg->yy_init = 0;
yyg->yy_start = 0;
yyg->yy_start_stack_ptr = 0;
yyg->yy_start_stack_depth = 0;
yyg->yy_start_stack = NULL;
/* Defined in main.c */
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = (FILE *) 0;
yyout = (FILE *) 0;
#endif
/* For future reference: Set errno on error, since we are called by
* yylex_init()
*/
return 0;
}
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
int yylex_destroy (yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
yy_delete_buffer(YY_CURRENT_BUFFER ,yyscanner );
YY_CURRENT_BUFFER_LVALUE = NULL;
yypop_buffer_state(yyscanner);
}
/* Destroy the stack itself. */
yyfree(yyg->yy_buffer_stack ,yyscanner);
yyg->yy_buffer_stack = NULL;
/* Destroy the start condition stack. */
yyfree(yyg->yy_start_stack ,yyscanner );
yyg->yy_start_stack = NULL;
/* Reset the globals. This is important in a non-reentrant scanner so the next time
* yylex() is called, initialization will occur. */
yy_init_globals( yyscanner);
/* Destroy the main struct (reentrant only). */
yyfree ( yyscanner , yyscanner );
yyscanner = NULL;
return 0;
}
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
(void)yyg;
int i;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
{
int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *yyalloc (yy_size_t size , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
(void)yyg;
return (void *) malloc( size );
}
void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
(void)yyg;
/* The cast to (char *) in the following accommodates both
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
return (void *) realloc( (char *) ptr, size );
}
void yyfree (void * ptr , yyscan_t yyscanner)
{
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
(void)yyg;
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"