mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
3257 lines
108 KiB
C
3257 lines
108 KiB
C
|
|
#line 3 "lex.ncg.c"
|
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|
|
|
|
#define yy_create_buffer ncg_create_buffer
|
|
#define yy_delete_buffer ncg_delete_buffer
|
|
#define yy_flex_debug ncg_flex_debug
|
|
#define yy_init_buffer ncg_init_buffer
|
|
#define yy_flush_buffer ncg_flush_buffer
|
|
#define yy_load_buffer_state ncg_load_buffer_state
|
|
#define yy_switch_to_buffer ncg_switch_to_buffer
|
|
#define yyin ncgin
|
|
#define yyleng ncgleng
|
|
#define yylex ncglex
|
|
#define yylineno ncglineno
|
|
#define yyout ncgout
|
|
#define yyrestart ncgrestart
|
|
#define yytext ncgtext
|
|
#define yywrap ncgwrap
|
|
#define yyalloc ncgalloc
|
|
#define yyrealloc ncgrealloc
|
|
#define yyfree ncgfree
|
|
|
|
#define FLEX_SCANNER
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
|
#define YY_FLEX_MINOR_VERSION 5
|
|
#define YY_FLEX_SUBMINOR_VERSION 35
|
|
#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;
|
|
#endif /* ! C99 */
|
|
|
|
/* 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 /* ! 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)
|
|
|
|
/* 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 (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 (((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 ncgrestart(ncgin )
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
/* Size of default input buffer. */
|
|
#ifndef YY_BUF_SIZE
|
|
#define YY_BUF_SIZE 16384
|
|
#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
|
|
|
|
extern int ncgleng;
|
|
|
|
extern FILE *ncgin, *ncgout;
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
#define YY_LESS_LINENO(n)
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up ncgtext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
*yy_cp = (yy_hold_char); \
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
|
YY_DO_BEFORE_ACTION; /* set up ncgtext again */ \
|
|
} \
|
|
while ( 0 )
|
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
typedef size_t yy_size_t;
|
|
#endif
|
|
|
|
#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.
|
|
*/
|
|
int 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 ncgrestart()), so that the user can continue scanning by
|
|
* just pointing ncgin at a new input file.
|
|
*/
|
|
#define YY_BUFFER_EOF_PENDING 2
|
|
|
|
};
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
|
|
|
/* Stack of input buffers. */
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
|
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
|
|
|
/* 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 ( (yy_buffer_stack) \
|
|
? (yy_buffer_stack)[(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 (yy_buffer_stack)[(yy_buffer_stack_top)]
|
|
|
|
/* yy_hold_char holds the character lost when ncgtext is formed. */
|
|
static char yy_hold_char;
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
int ncgleng;
|
|
|
|
/* Points to current character in buffer. */
|
|
static char *yy_c_buf_p = (char *) 0;
|
|
static int yy_init = 0; /* whether we need to initialize */
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
/* Flag which is used to allow ncgwrap()'s to do buffer switches
|
|
* instead of setting up a fresh ncgin. A bit of a hack ...
|
|
*/
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
void ncgrestart (FILE *input_file );
|
|
void ncg_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
YY_BUFFER_STATE ncg_create_buffer (FILE *file,int size );
|
|
void ncg_delete_buffer (YY_BUFFER_STATE b );
|
|
void ncg_flush_buffer (YY_BUFFER_STATE b );
|
|
void ncgpush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
void ncgpop_buffer_state (void );
|
|
|
|
static void ncgensure_buffer_stack (void );
|
|
static void ncg_load_buffer_state (void );
|
|
static void ncg_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
|
|
|
#define YY_FLUSH_BUFFER ncg_flush_buffer(YY_CURRENT_BUFFER )
|
|
|
|
YY_BUFFER_STATE ncg_scan_buffer (char *base,yy_size_t size );
|
|
YY_BUFFER_STATE ncg_scan_string (yyconst char *yy_str );
|
|
YY_BUFFER_STATE ncg_scan_bytes (yyconst char *bytes,int len );
|
|
|
|
void *ncgalloc (yy_size_t );
|
|
void *ncgrealloc (void *,yy_size_t );
|
|
void ncgfree (void * );
|
|
|
|
#define yy_new_buffer ncg_create_buffer
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
|
}
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
ncgensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
|
}
|
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
/* Begin user sect3 */
|
|
|
|
typedef unsigned char YY_CHAR;
|
|
|
|
FILE *ncgin = (FILE *) 0, *ncgout = (FILE *) 0;
|
|
|
|
typedef int yy_state_type;
|
|
|
|
extern int ncglineno;
|
|
|
|
int ncglineno = 1;
|
|
|
|
extern char *ncgtext;
|
|
#define yytext_ptr ncgtext
|
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
static int yy_get_next_buffer (void );
|
|
static void yy_fatal_error (yyconst char msg[] );
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
* corresponding action - sets up ncgtext.
|
|
*/
|
|
#define YY_DO_BEFORE_ACTION \
|
|
(yytext_ptr) = yy_bp; \
|
|
ncgleng = (size_t) (yy_cp - yy_bp); \
|
|
(yy_hold_char) = *yy_cp; \
|
|
*yy_cp = '\0'; \
|
|
(yy_c_buf_p) = yy_cp;
|
|
|
|
#define YY_NUM_RULES 47
|
|
#define YY_END_OF_BUFFER 48
|
|
/* 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[475] =
|
|
{ 0,
|
|
0, 0, 44, 44, 0, 0, 48, 46, 1, 42,
|
|
46, 46, 46, 46, 36, 28, 32, 32, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 46, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 46, 46, 46, 44, 47, 30, 47, 1, 0,
|
|
3, 0, 0, 0, 36, 32, 0, 0, 36, 36,
|
|
0, 37, 43, 2, 28, 0, 0, 0, 0, 32,
|
|
33, 34, 0, 31, 0, 0, 0, 0, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 0, 0, 44,
|
|
0, 45, 30, 38, 0, 0, 0, 32, 0, 36,
|
|
0, 0, 36, 2, 28, 0, 0, 0, 0, 0,
|
|
0, 0, 34, 4, 0, 0, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
14, 31, 31, 31, 26, 31, 31, 31, 31, 31,
|
|
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 14, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 0, 41, 39,
|
|
0, 0, 36, 0, 28, 0, 0, 0, 0, 0,
|
|
0, 0, 4, 35, 0, 10, 9, 31, 31, 31,
|
|
31, 31, 31, 6, 31, 31, 31, 31, 31, 27,
|
|
31, 14, 31, 31, 8, 31, 31, 31, 31, 31,
|
|
15, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
|
|
31, 31, 31, 31, 31, 31, 31, 15, 31, 31,
|
|
31, 31, 39, 0, 40, 0, 27, 0, 28, 0,
|
|
0, 0, 0, 0, 0, 0, 31, 31, 24, 31,
|
|
31, 31, 31, 31, 16, 31, 31, 31, 31, 12,
|
|
31, 31, 31, 11, 31, 31, 15, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 0, 0, 0, 0, 31, 31, 31, 18,
|
|
31, 31, 20, 31, 31, 25, 7, 5, 5, 21,
|
|
17, 31, 31, 13, 31, 31, 31, 31, 31, 31,
|
|
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 0,
|
|
0, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 29, 31, 31,
|
|
31, 31, 31, 31, 0, 5, 31, 31, 26, 31,
|
|
31, 31, 31, 31, 31, 31, 31, 31, 31, 31,
|
|
31, 26, 31, 26, 19, 31, 31, 31, 31, 31,
|
|
31, 31, 31, 31, 23, 31, 31, 31, 31, 31,
|
|
22, 31, 31, 0
|
|
} ;
|
|
|
|
static yyconst flex_int32_t yy_ec[256] =
|
|
{ 0,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
1, 2, 2, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 4, 5, 6, 5, 5, 5, 5, 7, 5,
|
|
5, 8, 9, 5, 10, 11, 12, 13, 14, 15,
|
|
16, 17, 14, 18, 14, 19, 19, 20, 5, 5,
|
|
5, 5, 5, 21, 22, 23, 24, 25, 26, 27,
|
|
28, 29, 30, 31, 31, 32, 33, 34, 35, 36,
|
|
37, 38, 39, 40, 41, 42, 31, 43, 44, 31,
|
|
5, 45, 5, 5, 46, 5, 47, 48, 49, 50,
|
|
|
|
51, 52, 53, 54, 55, 31, 56, 57, 58, 59,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 31, 43,
|
|
68, 69, 70, 5, 5, 5, 1, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
71, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
|
|
|
72, 72, 72, 72, 72, 72, 72, 72, 72, 72,
|
|
72, 72, 72, 72, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 73, 73, 73, 73, 73, 73, 73,
|
|
73, 73, 73, 73, 73, 73, 73, 73, 73, 74,
|
|
74, 74, 74, 74, 74, 74, 74, 1, 1, 1,
|
|
1, 1, 1, 1, 1
|
|
} ;
|
|
|
|
static yyconst flex_int32_t yy_meta[75] =
|
|
{ 0,
|
|
1, 1, 2, 1, 1, 1, 3, 4, 5, 5,
|
|
5, 6, 7, 7, 7, 7, 7, 7, 7, 1,
|
|
5, 8, 8, 8, 8, 8, 8, 9, 9, 9,
|
|
9, 10, 9, 9, 9, 9, 9, 9, 10, 9,
|
|
9, 9, 9, 9, 9, 9, 8, 8, 8, 8,
|
|
8, 8, 9, 9, 9, 9, 10, 9, 9, 9,
|
|
9, 9, 9, 10, 9, 9, 9, 9, 9, 11,
|
|
1, 9, 9, 9
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_base[492] =
|
|
{ 0,
|
|
0, 0, 314, 313, 250, 246, 312, 2772, 73, 2772,
|
|
70, 263, 67, 81, 120, 108, 172, 264, 56, 68,
|
|
133, 179, 245, 171, 76, 174, 82, 195, 86, 204,
|
|
241, 221, 257, 252, 319, 315, 237, 298, 301, 45,
|
|
226, 305, 308, 324, 340, 331, 348, 361, 355, 391,
|
|
371, 233, 232, 230, 284, 276, 0, 2772, 85, 99,
|
|
2772, 282, 277, 443, 0, 476, 457, 216, 0, 2772,
|
|
503, 2772, 2772, 0, 407, 528, 202, 201, 185, 198,
|
|
2772, 475, 0, 432, 530, 166, 164, 163, 456, 481,
|
|
515, 504, 511, 519, 437, 524, 165, 585, 529, 571,
|
|
|
|
554, 576, 580, 584, 588, 594, 606, 535, 601, 620,
|
|
625, 614, 636, 639, 651, 655, 644, 662, 676, 658,
|
|
688, 692, 681, 712, 718, 723, 728, 734, 738, 759,
|
|
749, 753, 764, 768, 784, 771, 789, 801, 805, 808,
|
|
815, 702, 824, 839, 845, 849, 861, 160, 156, 218,
|
|
210, 2772, 0, 2772, 211, 913, 210, 0, 923, 930,
|
|
160, 950, 975, 0, 880, 887, 966, 139, 131, 129,
|
|
126, 125, 2772, 193, 123, 121, 932, 940, 965, 970,
|
|
973, 977, 985, 981, 988, 995, 1019, 1026, 1029, 1032,
|
|
1052, 1011, 1037, 1062, 1042, 1075, 1085, 1093, 1078, 1088,
|
|
|
|
1096, 1099, 1134, 1108, 1145, 1111, 1148, 1131, 1142, 1151,
|
|
1154, 1184, 1167, 1164, 1187, 1202, 1197, 1205, 1218, 1221,
|
|
1235, 1228, 1240, 1244, 1270, 1251, 1281, 1266, 1274, 1287,
|
|
1284, 1300, 1304, 1307, 1330, 1322, 1338, 113, 2772, 2772,
|
|
1400, 172, 2772, 36, 1325, 1373, 105, 102, 98, 96,
|
|
95, 94, 385, 2772, 93, 1355, 1360, 1374, 1363, 1381,
|
|
1386, 1393, 1399, 1377, 1412, 1396, 1438, 1445, 1435, 1419,
|
|
1430, 1442, 1451, 1454, 1460, 1490, 1476, 1493, 1498, 1510,
|
|
1513, 1501, 1507, 1516, 1523, 1532, 1553, 1547, 1556, 1566,
|
|
1577, 1569, 1592, 1573, 1587, 1603, 1610, 1607, 1613, 1646,
|
|
|
|
1625, 1628, 1643, 1658, 1649, 1661, 1691, 1694, 1684, 1701,
|
|
1681, 1704, 2772, 156, 2772, 154, 2772, 98, 1698, 1775,
|
|
80, 72, 55, 54, 53, 52, 1743, 1724, 2772, 1754,
|
|
1759, 1749, 1762, 1766, 1769, 1779, 1774, 1785, 1792, 1799,
|
|
1809, 1805, 1835, 1815, 1839, 1846, 1822, 1831, 1852, 1870,
|
|
1861, 1855, 1876, 1894, 1902, 1885, 1907, 1910, 1916, 1927,
|
|
1920, 1933, 1951, 1942, 1958, 1966, 1975, 1981, 1984, 1988,
|
|
1999, 2018, 64, 39, 38, 37, 2007, 2023, 2029, 2032,
|
|
2039, 2048, 2772, 2070, 2044, 2053, 2065, 2078, 2083, 2772,
|
|
2086, 2103, 2090, 2095, 2100, 2108, 2120, 2125, 2141, 2133,
|
|
|
|
2138, 2144, 2151, 2174, 2177, 2157, 2183, 2188, 2164, 41,
|
|
32, 2214, 2195, 2207, 2199, 2218, 2221, 2237, 2233, 2259,
|
|
2272, 2275, 2263, 2268, 2255, 2281, 2305, 2285, 2315, 2318,
|
|
2322, 2298, 2329, 2348, 34, 2336, 2339, 2352, 2355, 2360,
|
|
2372, 2390, 2397, 2385, 2405, 2402, 2394, 2410, 2427, 2435,
|
|
2442, 38, 2449, 2445, 2452, 2475, 2459, 2483, 2466, 2490,
|
|
2497, 2501, 2507, 2516, 2772, 2513, 2527, 2531, 2538, 2546,
|
|
2772, 2551, 2564, 2772, 2638, 2649, 2660, 2671, 2679, 2685,
|
|
2695, 2706, 2716, 2727, 2734, 2738, 2744, 2745, 2749, 2757,
|
|
2761
|
|
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_def[492] =
|
|
{ 0,
|
|
474, 1, 475, 475, 476, 476, 474, 474, 474, 474,
|
|
477, 478, 474, 474, 474, 479, 474, 17, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 474, 480, 480, 480, 480, 23,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 474, 474, 474, 481, 481, 482, 474, 474, 477,
|
|
474, 477, 474, 483, 15, 474, 474, 474, 15, 474,
|
|
474, 474, 474, 484, 485, 474, 474, 474, 474, 17,
|
|
474, 474, 486, 480, 474, 474, 474, 474, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 23, 23, 480, 480,
|
|
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 474, 474, 481,
|
|
481, 474, 482, 474, 474, 474, 487, 66, 474, 474,
|
|
474, 474, 474, 484, 485, 488, 474, 474, 474, 474,
|
|
474, 474, 474, 489, 474, 474, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 474, 474, 474,
|
|
474, 490, 474, 474, 491, 474, 474, 474, 474, 474,
|
|
474, 474, 489, 474, 474, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 474, 474, 474, 474, 474, 474, 491, 474,
|
|
474, 474, 474, 474, 474, 474, 480, 480, 474, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 474, 474, 474, 474, 480, 480, 480, 480,
|
|
480, 480, 474, 480, 480, 480, 480, 480, 480, 474,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 474,
|
|
474, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 474, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 474, 480, 480, 480, 480, 480, 480, 480, 480,
|
|
480, 480, 480, 480, 474, 480, 480, 480, 480, 480,
|
|
474, 480, 480, 0, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474
|
|
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_nxt[2847] =
|
|
{ 0,
|
|
8, 9, 10, 9, 8, 11, 12, 8, 13, 14,
|
|
15, 16, 17, 18, 18, 18, 18, 18, 18, 8,
|
|
8, 19, 20, 21, 22, 23, 24, 25, 19, 26,
|
|
19, 27, 19, 28, 29, 19, 19, 30, 31, 32,
|
|
33, 34, 19, 19, 35, 36, 19, 37, 38, 39,
|
|
40, 41, 42, 19, 43, 19, 44, 19, 45, 46,
|
|
19, 19, 47, 48, 49, 50, 51, 19, 19, 8,
|
|
8, 52, 53, 54, 59, 61, 59, 65, 84, 66,
|
|
66, 66, 66, 66, 66, 66, 59, 317, 59, 317,
|
|
318, 65, 67, 66, 66, 66, 66, 66, 66, 66,
|
|
|
|
85, 452, 319, 132, 61, 435, 67, 245, 411, 319,
|
|
68, 89, 85, 102, 62, 73, 105, 67, 410, 74,
|
|
85, 108, 165, 376, 245, 375, 85, 86, 87, 88,
|
|
85, 67, 69, 69, 69, 69, 69, 69, 69, 86,
|
|
87, 88, 374, 62, 70, 71, 72, 86, 87, 88,
|
|
319, 70, 76, 86, 87, 88, 373, 86, 87, 88,
|
|
315, 90, 313, 84, 75, 326, 165, 91, 325, 70,
|
|
71, 72, 324, 84, 84, 245, 70, 85, 315, 77,
|
|
78, 79, 65, 120, 80, 80, 80, 80, 80, 80,
|
|
80, 255, 92, 84, 81, 252, 75, 67, 84, 251,
|
|
|
|
93, 250, 100, 81, 86, 87, 88, 103, 94, 165,
|
|
81, 244, 82, 95, 83, 85, 239, 239, 85, 81,
|
|
106, 474, 67, 85, 254, 151, 238, 101, 81, 109,
|
|
120, 254, 104, 176, 175, 81, 84, 82, 96, 85,
|
|
474, 107, 86, 87, 88, 86, 87, 88, 85, 254,
|
|
86, 87, 88, 97, 97, 172, 254, 98, 98, 98,
|
|
98, 98, 98, 98, 113, 85, 86, 87, 88, 110,
|
|
85, 171, 75, 119, 161, 86, 87, 88, 99, 114,
|
|
111, 85, 133, 154, 474, 85, 115, 152, 116, 85,
|
|
117, 151, 86, 87, 88, 118, 85, 86, 87, 88,
|
|
|
|
149, 85, 148, 120, 127, 112, 474, 64, 86, 87,
|
|
88, 474, 86, 87, 88, 58, 86, 87, 88, 58,
|
|
56, 56, 474, 86, 87, 88, 474, 474, 86, 87,
|
|
88, 120, 120, 120, 120, 120, 120, 120, 121, 122,
|
|
123, 124, 85, 474, 474, 85, 474, 129, 125, 85,
|
|
474, 128, 85, 126, 474, 130, 474, 92, 474, 85,
|
|
131, 474, 474, 474, 474, 474, 135, 134, 85, 86,
|
|
87, 88, 86, 87, 88, 85, 86, 87, 88, 86,
|
|
87, 88, 474, 136, 85, 474, 86, 87, 88, 474,
|
|
137, 138, 85, 474, 474, 86, 87, 88, 139, 85,
|
|
|
|
474, 474, 86, 87, 88, 85, 474, 474, 474, 474,
|
|
474, 86, 87, 88, 140, 85, 254, 147, 166, 86,
|
|
87, 88, 141, 254, 474, 112, 86, 87, 88, 474,
|
|
474, 474, 86, 87, 88, 85, 474, 474, 142, 474,
|
|
474, 254, 86, 87, 88, 143, 474, 144, 254, 145,
|
|
474, 167, 474, 474, 146, 156, 156, 156, 156, 156,
|
|
156, 474, 86, 87, 88, 159, 159, 474, 474, 160,
|
|
160, 160, 160, 160, 160, 160, 85, 183, 168, 169,
|
|
170, 85, 474, 474, 474, 157, 65, 474, 158, 158,
|
|
158, 158, 158, 158, 158, 177, 474, 173, 81, 474,
|
|
|
|
85, 67, 178, 86, 87, 88, 173, 81, 86, 87,
|
|
88, 162, 162, 173, 81, 163, 163, 163, 163, 163,
|
|
163, 163, 173, 81, 474, 85, 67, 86, 87, 88,
|
|
474, 173, 81, 84, 84, 84, 84, 84, 173, 81,
|
|
75, 75, 75, 75, 75, 75, 75, 179, 85, 84,
|
|
181, 182, 86, 87, 88, 85, 196, 474, 474, 85,
|
|
474, 180, 474, 85, 474, 474, 474, 474, 85, 187,
|
|
474, 474, 474, 85, 84, 86, 87, 88, 474, 85,
|
|
474, 474, 86, 87, 88, 474, 86, 87, 88, 184,
|
|
86, 87, 88, 84, 84, 86, 87, 88, 85, 84,
|
|
|
|
86, 87, 88, 474, 474, 188, 86, 87, 88, 185,
|
|
190, 186, 474, 189, 474, 85, 185, 474, 84, 191,
|
|
85, 193, 197, 474, 85, 86, 87, 88, 85, 474,
|
|
474, 474, 85, 194, 185, 192, 186, 474, 85, 195,
|
|
474, 185, 86, 87, 88, 85, 474, 86, 87, 88,
|
|
85, 86, 87, 88, 198, 86, 87, 88, 85, 86,
|
|
87, 88, 199, 474, 85, 86, 87, 88, 474, 85,
|
|
474, 201, 86, 87, 88, 205, 200, 86, 87, 88,
|
|
85, 474, 202, 85, 203, 86, 87, 88, 85, 204,
|
|
206, 86, 87, 88, 474, 85, 86, 87, 88, 85,
|
|
|
|
474, 474, 85, 474, 474, 474, 85, 86, 87, 88,
|
|
86, 87, 88, 207, 474, 86, 87, 88, 474, 474,
|
|
85, 474, 86, 87, 88, 85, 86, 87, 88, 86,
|
|
87, 88, 85, 86, 87, 88, 85, 474, 474, 210,
|
|
474, 208, 209, 474, 474, 474, 85, 86, 87, 88,
|
|
474, 474, 86, 87, 88, 474, 85, 474, 474, 86,
|
|
87, 88, 85, 86, 87, 88, 211, 85, 212, 232,
|
|
474, 213, 85, 86, 87, 88, 215, 214, 85, 474,
|
|
218, 474, 85, 86, 87, 88, 474, 216, 474, 86,
|
|
87, 88, 217, 85, 86, 87, 88, 85, 474, 86,
|
|
|
|
87, 88, 219, 85, 474, 86, 87, 88, 85, 86,
|
|
87, 88, 85, 474, 221, 85, 220, 474, 222, 474,
|
|
86, 87, 88, 223, 86, 87, 88, 224, 85, 226,
|
|
86, 87, 88, 85, 474, 86, 87, 88, 474, 86,
|
|
87, 88, 86, 87, 88, 85, 474, 228, 225, 85,
|
|
474, 229, 85, 227, 474, 86, 87, 88, 474, 85,
|
|
86, 87, 88, 474, 474, 474, 474, 230, 85, 474,
|
|
474, 474, 86, 87, 88, 231, 86, 87, 88, 86,
|
|
87, 88, 233, 85, 474, 474, 86, 87, 88, 85,
|
|
474, 166, 474, 85, 474, 86, 87, 88, 234, 474,
|
|
|
|
474, 235, 236, 474, 474, 85, 474, 474, 474, 474,
|
|
86, 87, 88, 474, 474, 474, 86, 87, 88, 240,
|
|
86, 87, 88, 237, 167, 241, 241, 241, 241, 241,
|
|
241, 246, 86, 87, 88, 160, 160, 160, 160, 160,
|
|
160, 160, 160, 160, 160, 160, 160, 160, 160, 474,
|
|
474, 168, 169, 170, 243, 474, 72, 256, 247, 248,
|
|
249, 243, 163, 163, 163, 163, 163, 163, 163, 165,
|
|
165, 165, 165, 165, 474, 474, 85, 257, 474, 243,
|
|
474, 72, 474, 474, 85, 165, 243, 163, 163, 163,
|
|
163, 163, 163, 163, 260, 474, 474, 474, 474, 70,
|
|
|
|
258, 72, 261, 86, 87, 88, 70, 262, 474, 85,
|
|
165, 86, 87, 88, 85, 474, 474, 85, 474, 474,
|
|
474, 85, 474, 474, 70, 85, 72, 474, 263, 85,
|
|
259, 70, 85, 474, 474, 165, 86, 87, 88, 85,
|
|
474, 86, 87, 88, 86, 87, 88, 265, 86, 87,
|
|
88, 264, 86, 87, 88, 85, 86, 87, 88, 86,
|
|
87, 88, 270, 85, 272, 271, 86, 87, 88, 268,
|
|
85, 474, 267, 85, 474, 266, 85, 269, 474, 474,
|
|
474, 85, 86, 87, 88, 273, 85, 474, 474, 474,
|
|
86, 87, 88, 270, 474, 474, 85, 86, 87, 88,
|
|
|
|
86, 87, 88, 86, 87, 88, 85, 474, 86, 87,
|
|
88, 274, 474, 86, 87, 88, 275, 474, 277, 85,
|
|
474, 279, 85, 86, 87, 88, 474, 474, 474, 85,
|
|
276, 474, 85, 86, 87, 88, 474, 85, 280, 474,
|
|
85, 282, 474, 85, 474, 284, 86, 87, 88, 86,
|
|
87, 88, 85, 278, 474, 85, 86, 87, 88, 86,
|
|
87, 88, 474, 474, 86, 87, 88, 86, 87, 88,
|
|
86, 87, 88, 281, 283, 85, 474, 285, 85, 86,
|
|
87, 88, 86, 87, 88, 474, 85, 474, 474, 85,
|
|
292, 474, 85, 287, 474, 85, 286, 474, 85, 474,
|
|
|
|
288, 474, 86, 87, 88, 86, 87, 88, 85, 474,
|
|
289, 85, 474, 86, 87, 88, 86, 87, 88, 86,
|
|
87, 88, 86, 87, 88, 86, 87, 88, 85, 291,
|
|
474, 85, 474, 474, 290, 86, 87, 88, 86, 87,
|
|
88, 85, 474, 474, 474, 474, 85, 256, 474, 85,
|
|
474, 474, 293, 474, 474, 86, 87, 88, 86, 87,
|
|
88, 294, 85, 474, 295, 85, 474, 257, 86, 87,
|
|
88, 296, 85, 86, 87, 88, 86, 87, 88, 85,
|
|
474, 474, 297, 474, 85, 264, 298, 300, 85, 86,
|
|
87, 88, 86, 87, 88, 85, 474, 474, 474, 86,
|
|
|
|
87, 88, 474, 272, 302, 474, 86, 87, 88, 299,
|
|
85, 86, 87, 88, 85, 86, 87, 88, 85, 474,
|
|
301, 474, 86, 87, 88, 85, 474, 304, 85, 303,
|
|
275, 85, 474, 474, 306, 474, 166, 86, 87, 88,
|
|
474, 86, 87, 88, 85, 86, 87, 88, 85, 305,
|
|
474, 85, 86, 87, 88, 86, 87, 88, 86, 87,
|
|
88, 474, 474, 474, 307, 309, 85, 474, 308, 320,
|
|
474, 86, 87, 88, 85, 86, 87, 88, 86, 87,
|
|
88, 311, 85, 474, 310, 245, 245, 245, 245, 245,
|
|
245, 245, 312, 86, 87, 88, 321, 322, 323, 85,
|
|
|
|
329, 86, 87, 88, 85, 474, 313, 85, 327, 86,
|
|
87, 88, 314, 314, 314, 314, 314, 314, 85, 330,
|
|
474, 85, 328, 474, 331, 85, 86, 87, 88, 474,
|
|
85, 86, 87, 88, 86, 87, 88, 85, 474, 474,
|
|
85, 474, 474, 85, 474, 86, 87, 88, 86, 87,
|
|
88, 275, 86, 87, 88, 332, 85, 86, 87, 88,
|
|
333, 335, 336, 85, 86, 87, 88, 86, 87, 88,
|
|
86, 87, 88, 334, 85, 338, 474, 474, 474, 85,
|
|
474, 474, 85, 86, 87, 88, 85, 474, 337, 85,
|
|
86, 87, 88, 474, 339, 85, 474, 474, 85, 341,
|
|
|
|
474, 86, 87, 88, 85, 474, 86, 87, 88, 86,
|
|
87, 88, 474, 86, 87, 88, 86, 87, 88, 474,
|
|
85, 474, 86, 87, 88, 86, 87, 88, 347, 340,
|
|
345, 86, 87, 88, 85, 344, 343, 85, 346, 348,
|
|
474, 342, 85, 474, 350, 85, 474, 86, 87, 88,
|
|
474, 85, 474, 349, 85, 474, 474, 85, 474, 474,
|
|
85, 86, 87, 88, 86, 87, 88, 85, 474, 86,
|
|
87, 88, 86, 87, 88, 474, 85, 474, 86, 87,
|
|
88, 86, 87, 88, 86, 87, 88, 86, 87, 88,
|
|
351, 85, 474, 474, 86, 87, 88, 85, 474, 474,
|
|
|
|
85, 353, 474, 86, 87, 88, 329, 474, 474, 352,
|
|
85, 474, 354, 85, 474, 474, 474, 85, 86, 87,
|
|
88, 85, 474, 357, 86, 87, 88, 86, 87, 88,
|
|
355, 85, 474, 474, 356, 359, 85, 86, 87, 88,
|
|
86, 87, 88, 358, 86, 87, 88, 85, 86, 87,
|
|
88, 85, 364, 474, 85, 474, 474, 85, 86, 87,
|
|
88, 360, 335, 86, 87, 88, 361, 474, 474, 85,
|
|
474, 275, 85, 362, 86, 87, 88, 363, 86, 87,
|
|
88, 86, 87, 88, 86, 87, 88, 85, 474, 474,
|
|
85, 474, 365, 85, 474, 474, 86, 87, 88, 86,
|
|
|
|
87, 88, 85, 474, 474, 85, 474, 474, 474, 166,
|
|
474, 368, 474, 340, 86, 87, 88, 86, 87, 88,
|
|
86, 87, 88, 366, 367, 85, 474, 474, 85, 86,
|
|
87, 88, 86, 87, 88, 85, 347, 474, 85, 474,
|
|
474, 344, 320, 371, 369, 85, 474, 474, 85, 474,
|
|
372, 474, 86, 87, 88, 86, 87, 88, 370, 474,
|
|
474, 474, 86, 87, 88, 86, 87, 88, 85, 321,
|
|
322, 323, 86, 87, 88, 86, 87, 88, 319, 319,
|
|
319, 319, 319, 377, 380, 383, 474, 85, 474, 378,
|
|
474, 382, 379, 85, 319, 86, 87, 88, 85, 381,
|
|
|
|
474, 474, 474, 85, 384, 474, 85, 474, 474, 474,
|
|
85, 386, 474, 85, 86, 87, 88, 387, 85, 319,
|
|
86, 87, 88, 85, 474, 86, 87, 88, 385, 85,
|
|
86, 87, 88, 86, 87, 88, 85, 86, 87, 88,
|
|
86, 87, 88, 85, 319, 86, 87, 88, 388, 85,
|
|
86, 87, 88, 85, 390, 391, 86, 87, 88, 85,
|
|
393, 474, 474, 86, 87, 88, 85, 474, 474, 389,
|
|
86, 87, 88, 392, 474, 85, 86, 87, 88, 85,
|
|
86, 87, 88, 85, 474, 474, 86, 87, 88, 474,
|
|
85, 394, 395, 86, 87, 88, 85, 474, 474, 85,
|
|
|
|
474, 397, 86, 87, 88, 85, 86, 87, 88, 474,
|
|
86, 87, 88, 474, 85, 474, 396, 86, 87, 88,
|
|
85, 474, 398, 86, 87, 88, 86, 87, 88, 85,
|
|
474, 401, 86, 87, 88, 399, 474, 474, 85, 474,
|
|
474, 86, 87, 88, 474, 474, 85, 86, 87, 88,
|
|
400, 85, 383, 474, 85, 474, 86, 87, 88, 474,
|
|
85, 403, 404, 402, 85, 86, 87, 88, 386, 474,
|
|
380, 85, 474, 86, 87, 88, 474, 85, 86, 87,
|
|
88, 86, 87, 88, 474, 474, 85, 86, 87, 88,
|
|
405, 86, 87, 88, 390, 85, 474, 391, 86, 87,
|
|
|
|
88, 406, 85, 474, 86, 87, 88, 474, 474, 386,
|
|
85, 474, 474, 86, 87, 88, 387, 474, 474, 85,
|
|
474, 474, 86, 87, 88, 85, 474, 474, 85, 86,
|
|
87, 88, 85, 474, 474, 474, 407, 86, 87, 88,
|
|
412, 474, 408, 85, 474, 474, 86, 87, 88, 474,
|
|
474, 85, 86, 87, 88, 86, 87, 88, 414, 86,
|
|
87, 88, 85, 394, 474, 409, 474, 85, 415, 474,
|
|
86, 87, 88, 85, 474, 474, 85, 474, 86, 87,
|
|
88, 413, 474, 85, 474, 474, 474, 474, 85, 86,
|
|
87, 88, 85, 474, 86, 87, 88, 85, 474, 474,
|
|
|
|
86, 87, 88, 86, 87, 88, 416, 272, 417, 85,
|
|
86, 87, 88, 474, 85, 86, 87, 88, 418, 86,
|
|
87, 88, 85, 474, 86, 87, 88, 85, 420, 421,
|
|
85, 422, 474, 474, 85, 474, 86, 87, 88, 85,
|
|
474, 86, 87, 88, 85, 474, 423, 85, 419, 86,
|
|
87, 88, 85, 474, 86, 87, 88, 86, 87, 88,
|
|
474, 86, 87, 88, 85, 474, 86, 87, 88, 85,
|
|
474, 86, 87, 88, 86, 87, 88, 85, 474, 86,
|
|
87, 88, 85, 425, 424, 85, 427, 426, 85, 474,
|
|
474, 86, 87, 88, 474, 85, 86, 87, 88, 474,
|
|
|
|
428, 85, 428, 474, 86, 87, 88, 429, 85, 86,
|
|
87, 88, 86, 87, 88, 86, 87, 88, 85, 272,
|
|
434, 85, 86, 87, 88, 474, 430, 85, 86, 87,
|
|
88, 431, 85, 432, 474, 86, 87, 88, 436, 85,
|
|
474, 437, 474, 85, 436, 86, 87, 88, 86, 87,
|
|
88, 85, 433, 474, 86, 87, 88, 438, 85, 86,
|
|
87, 88, 85, 474, 474, 85, 86, 87, 88, 270,
|
|
86, 87, 88, 474, 440, 474, 474, 85, 86, 87,
|
|
88, 85, 474, 474, 474, 86, 87, 88, 439, 86,
|
|
87, 88, 86, 87, 88, 441, 347, 442, 474, 85,
|
|
|
|
443, 474, 474, 85, 86, 87, 88, 85, 86, 87,
|
|
88, 474, 85, 446, 474, 474, 85, 444, 445, 85,
|
|
474, 474, 474, 474, 474, 85, 86, 87, 88, 85,
|
|
86, 87, 88, 474, 86, 87, 88, 447, 474, 86,
|
|
87, 88, 85, 86, 87, 88, 86, 87, 88, 85,
|
|
474, 474, 86, 87, 88, 448, 86, 87, 88, 85,
|
|
347, 474, 85, 474, 474, 428, 85, 474, 428, 86,
|
|
87, 88, 453, 85, 474, 474, 86, 87, 88, 450,
|
|
85, 449, 474, 85, 474, 436, 86, 87, 88, 86,
|
|
87, 88, 85, 86, 87, 88, 85, 474, 451, 85,
|
|
|
|
86, 87, 88, 454, 85, 474, 270, 86, 87, 88,
|
|
86, 87, 88, 474, 455, 474, 85, 474, 474, 86,
|
|
87, 88, 436, 86, 87, 88, 86, 87, 88, 85,
|
|
474, 86, 87, 88, 85, 456, 458, 474, 85, 474,
|
|
474, 85, 474, 86, 87, 88, 85, 474, 474, 85,
|
|
474, 474, 459, 457, 85, 474, 86, 87, 88, 460,
|
|
474, 86, 87, 88, 474, 86, 87, 88, 86, 87,
|
|
88, 85, 461, 86, 87, 88, 86, 87, 88, 85,
|
|
474, 86, 87, 88, 455, 462, 85, 464, 474, 85,
|
|
474, 474, 474, 85, 465, 474, 85, 474, 86, 87,
|
|
|
|
88, 474, 474, 85, 474, 463, 86, 87, 88, 466,
|
|
85, 474, 469, 86, 87, 88, 86, 87, 88, 85,
|
|
86, 87, 88, 86, 87, 88, 465, 85, 474, 468,
|
|
86, 87, 88, 467, 85, 471, 474, 86, 87, 88,
|
|
428, 85, 474, 474, 474, 85, 86, 87, 88, 474,
|
|
474, 85, 428, 474, 86, 87, 88, 85, 474, 474,
|
|
85, 86, 87, 88, 470, 471, 474, 474, 86, 87,
|
|
88, 85, 86, 87, 88, 85, 428, 474, 86, 87,
|
|
88, 474, 85, 474, 86, 87, 88, 86, 87, 88,
|
|
85, 474, 474, 472, 428, 85, 474, 474, 86, 87,
|
|
|
|
88, 473, 86, 87, 88, 474, 474, 474, 85, 86,
|
|
87, 88, 474, 474, 474, 474, 474, 86, 87, 88,
|
|
428, 474, 86, 87, 88, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 86, 87, 88, 55, 55,
|
|
55, 55, 55, 55, 55, 55, 55, 55, 55, 57,
|
|
57, 57, 57, 57, 57, 57, 57, 57, 57, 57,
|
|
60, 60, 60, 60, 60, 60, 60, 60, 60, 60,
|
|
60, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
63, 63, 75, 474, 75, 474, 75, 75, 75, 84,
|
|
474, 84, 84, 84, 84, 150, 150, 150, 150, 150,
|
|
|
|
150, 150, 150, 150, 150, 150, 153, 153, 153, 153,
|
|
153, 153, 153, 153, 153, 153, 155, 474, 155, 155,
|
|
155, 155, 155, 155, 155, 155, 155, 164, 474, 164,
|
|
164, 164, 164, 164, 164, 164, 164, 164, 165, 165,
|
|
165, 165, 165, 165, 174, 174, 242, 474, 474, 474,
|
|
242, 242, 245, 245, 245, 253, 253, 474, 253, 316,
|
|
474, 474, 474, 316, 316, 319, 319, 319, 319, 319,
|
|
319, 7, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474
|
|
} ;
|
|
|
|
static yyconst flex_int16_t yy_chk[2847] =
|
|
{ 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, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 9, 11, 9, 13, 40, 13,
|
|
13, 13, 13, 13, 13, 13, 59, 244, 59, 452,
|
|
244, 14, 13, 14, 14, 14, 14, 14, 14, 14,
|
|
|
|
19, 435, 411, 40, 60, 410, 14, 376, 375, 374,
|
|
14, 20, 20, 25, 11, 16, 27, 13, 373, 16,
|
|
25, 29, 326, 325, 324, 323, 27, 19, 19, 19,
|
|
29, 14, 15, 15, 15, 15, 15, 15, 15, 20,
|
|
20, 20, 322, 60, 15, 15, 15, 25, 25, 25,
|
|
321, 15, 16, 27, 27, 27, 318, 29, 29, 29,
|
|
316, 21, 314, 255, 252, 251, 250, 21, 249, 15,
|
|
15, 15, 248, 97, 97, 247, 15, 21, 242, 16,
|
|
16, 16, 17, 238, 17, 17, 17, 17, 17, 17,
|
|
17, 176, 21, 175, 17, 172, 171, 17, 97, 170,
|
|
|
|
22, 169, 24, 17, 21, 21, 21, 26, 22, 168,
|
|
17, 161, 17, 22, 17, 24, 157, 155, 26, 17,
|
|
28, 151, 17, 22, 174, 150, 149, 24, 17, 30,
|
|
148, 174, 26, 88, 87, 17, 86, 17, 22, 28,
|
|
80, 28, 24, 24, 24, 26, 26, 26, 30, 174,
|
|
22, 22, 22, 23, 23, 79, 174, 23, 23, 23,
|
|
23, 23, 23, 23, 32, 32, 28, 28, 28, 31,
|
|
41, 78, 77, 34, 68, 30, 30, 30, 23, 33,
|
|
31, 37, 41, 63, 62, 31, 33, 56, 33, 23,
|
|
33, 55, 32, 32, 32, 33, 34, 41, 41, 41,
|
|
|
|
54, 33, 53, 52, 37, 31, 18, 12, 37, 37,
|
|
37, 7, 31, 31, 31, 6, 23, 23, 23, 5,
|
|
4, 3, 0, 34, 34, 34, 0, 0, 33, 33,
|
|
33, 35, 35, 35, 35, 35, 35, 35, 36, 36,
|
|
36, 36, 38, 0, 0, 39, 0, 39, 36, 42,
|
|
0, 38, 43, 36, 0, 39, 0, 38, 0, 36,
|
|
39, 0, 0, 0, 0, 0, 43, 42, 44, 38,
|
|
38, 38, 39, 39, 39, 46, 42, 42, 42, 43,
|
|
43, 43, 0, 44, 45, 0, 36, 36, 36, 0,
|
|
45, 46, 47, 0, 0, 44, 44, 44, 47, 49,
|
|
|
|
0, 0, 46, 46, 46, 48, 0, 0, 0, 0,
|
|
0, 45, 45, 45, 48, 51, 253, 51, 75, 47,
|
|
47, 47, 49, 253, 0, 48, 49, 49, 49, 0,
|
|
0, 0, 48, 48, 48, 50, 0, 0, 50, 0,
|
|
0, 253, 51, 51, 51, 50, 0, 50, 253, 50,
|
|
0, 75, 0, 0, 50, 64, 64, 64, 64, 64,
|
|
64, 0, 50, 50, 50, 67, 67, 0, 0, 67,
|
|
67, 67, 67, 67, 67, 67, 84, 95, 75, 75,
|
|
75, 95, 0, 0, 0, 64, 66, 0, 66, 66,
|
|
66, 66, 66, 66, 66, 89, 0, 82, 66, 0,
|
|
|
|
89, 66, 90, 84, 84, 84, 82, 66, 95, 95,
|
|
95, 71, 71, 82, 66, 71, 71, 71, 71, 71,
|
|
71, 71, 82, 66, 0, 90, 66, 89, 89, 89,
|
|
0, 82, 66, 85, 85, 85, 85, 85, 82, 66,
|
|
76, 76, 76, 76, 76, 76, 76, 91, 92, 85,
|
|
93, 94, 90, 90, 90, 93, 108, 0, 0, 91,
|
|
0, 92, 0, 94, 0, 0, 0, 0, 96, 99,
|
|
0, 0, 0, 99, 85, 92, 92, 92, 0, 108,
|
|
0, 0, 93, 93, 93, 0, 91, 91, 91, 96,
|
|
94, 94, 94, 98, 98, 96, 96, 96, 101, 85,
|
|
|
|
99, 99, 99, 0, 0, 100, 108, 108, 108, 98,
|
|
102, 98, 0, 101, 0, 100, 98, 0, 98, 103,
|
|
102, 105, 109, 0, 103, 101, 101, 101, 104, 0,
|
|
0, 0, 105, 106, 98, 104, 98, 0, 106, 107,
|
|
0, 98, 100, 100, 100, 109, 0, 102, 102, 102,
|
|
107, 103, 103, 103, 110, 104, 104, 104, 112, 105,
|
|
105, 105, 111, 0, 110, 106, 106, 106, 0, 111,
|
|
0, 113, 109, 109, 109, 117, 112, 107, 107, 107,
|
|
113, 0, 114, 114, 115, 112, 112, 112, 117, 116,
|
|
118, 110, 110, 110, 0, 115, 111, 111, 111, 116,
|
|
|
|
0, 0, 120, 0, 0, 0, 118, 113, 113, 113,
|
|
114, 114, 114, 119, 0, 117, 117, 117, 0, 0,
|
|
119, 0, 115, 115, 115, 123, 116, 116, 116, 120,
|
|
120, 120, 121, 118, 118, 118, 122, 0, 0, 123,
|
|
0, 121, 122, 0, 0, 0, 142, 119, 119, 119,
|
|
0, 0, 123, 123, 123, 0, 124, 0, 0, 121,
|
|
121, 121, 125, 122, 122, 122, 124, 126, 124, 142,
|
|
0, 124, 127, 142, 142, 142, 126, 125, 128, 0,
|
|
128, 0, 129, 124, 124, 124, 0, 126, 0, 125,
|
|
125, 125, 127, 131, 126, 126, 126, 132, 0, 127,
|
|
|
|
127, 127, 129, 130, 0, 128, 128, 128, 133, 129,
|
|
129, 129, 134, 0, 131, 136, 130, 0, 132, 0,
|
|
131, 131, 131, 133, 132, 132, 132, 134, 135, 136,
|
|
130, 130, 130, 137, 0, 133, 133, 133, 0, 134,
|
|
134, 134, 136, 136, 136, 138, 0, 138, 135, 139,
|
|
0, 139, 140, 137, 0, 135, 135, 135, 0, 141,
|
|
137, 137, 137, 0, 0, 0, 0, 140, 143, 0,
|
|
0, 0, 138, 138, 138, 141, 139, 139, 139, 140,
|
|
140, 140, 143, 144, 0, 0, 141, 141, 141, 145,
|
|
0, 165, 0, 146, 0, 143, 143, 143, 144, 0,
|
|
|
|
0, 145, 146, 0, 0, 147, 0, 0, 0, 0,
|
|
144, 144, 144, 0, 0, 0, 145, 145, 145, 156,
|
|
146, 146, 146, 147, 165, 156, 156, 156, 156, 156,
|
|
156, 166, 147, 147, 147, 159, 159, 159, 159, 159,
|
|
159, 159, 160, 160, 160, 160, 160, 160, 160, 0,
|
|
0, 165, 165, 165, 160, 0, 160, 177, 166, 166,
|
|
166, 160, 162, 162, 162, 162, 162, 162, 162, 167,
|
|
167, 167, 167, 167, 0, 0, 177, 178, 0, 160,
|
|
0, 160, 0, 0, 178, 167, 160, 163, 163, 163,
|
|
163, 163, 163, 163, 181, 0, 0, 0, 0, 163,
|
|
|
|
179, 163, 182, 177, 177, 177, 163, 183, 0, 179,
|
|
167, 178, 178, 178, 180, 0, 0, 181, 0, 0,
|
|
0, 182, 0, 0, 163, 184, 163, 0, 184, 183,
|
|
180, 163, 185, 0, 0, 167, 179, 179, 179, 186,
|
|
0, 180, 180, 180, 181, 181, 181, 188, 182, 182,
|
|
182, 187, 184, 184, 184, 192, 183, 183, 183, 185,
|
|
185, 185, 192, 187, 193, 192, 186, 186, 186, 191,
|
|
188, 0, 190, 189, 0, 189, 190, 191, 0, 0,
|
|
0, 193, 192, 192, 192, 194, 195, 0, 0, 0,
|
|
187, 187, 187, 195, 0, 0, 191, 188, 188, 188,
|
|
|
|
189, 189, 189, 190, 190, 190, 194, 0, 193, 193,
|
|
193, 196, 0, 195, 195, 195, 197, 0, 199, 196,
|
|
0, 201, 199, 191, 191, 191, 0, 0, 0, 197,
|
|
198, 0, 200, 194, 194, 194, 0, 198, 202, 0,
|
|
201, 204, 0, 202, 0, 206, 196, 196, 196, 199,
|
|
199, 199, 204, 200, 0, 206, 197, 197, 197, 200,
|
|
200, 200, 0, 0, 198, 198, 198, 201, 201, 201,
|
|
202, 202, 202, 203, 205, 208, 0, 207, 203, 204,
|
|
204, 204, 206, 206, 206, 0, 209, 0, 0, 205,
|
|
214, 0, 207, 209, 0, 210, 208, 0, 211, 0,
|
|
|
|
210, 0, 208, 208, 208, 203, 203, 203, 214, 0,
|
|
211, 213, 0, 209, 209, 209, 205, 205, 205, 207,
|
|
207, 207, 210, 210, 210, 211, 211, 211, 212, 213,
|
|
0, 215, 0, 0, 212, 214, 214, 214, 213, 213,
|
|
213, 217, 0, 0, 0, 0, 216, 217, 0, 218,
|
|
0, 0, 215, 0, 0, 212, 212, 212, 215, 215,
|
|
215, 216, 219, 0, 219, 220, 0, 218, 217, 217,
|
|
217, 220, 222, 216, 216, 216, 218, 218, 218, 221,
|
|
0, 0, 221, 0, 223, 222, 223, 225, 224, 219,
|
|
219, 219, 220, 220, 220, 226, 0, 0, 0, 222,
|
|
|
|
222, 222, 0, 226, 227, 0, 221, 221, 221, 224,
|
|
228, 223, 223, 223, 225, 224, 224, 224, 229, 0,
|
|
225, 0, 226, 226, 226, 227, 0, 228, 231, 227,
|
|
229, 230, 0, 0, 231, 0, 245, 228, 228, 228,
|
|
0, 225, 225, 225, 232, 229, 229, 229, 233, 230,
|
|
0, 234, 227, 227, 227, 231, 231, 231, 230, 230,
|
|
230, 0, 0, 0, 232, 234, 236, 0, 233, 245,
|
|
0, 232, 232, 232, 235, 233, 233, 233, 234, 234,
|
|
234, 236, 237, 0, 235, 246, 246, 246, 246, 246,
|
|
246, 246, 237, 236, 236, 236, 245, 245, 245, 256,
|
|
|
|
260, 235, 235, 235, 257, 0, 241, 259, 258, 237,
|
|
237, 237, 241, 241, 241, 241, 241, 241, 258, 261,
|
|
0, 264, 259, 0, 262, 260, 256, 256, 256, 0,
|
|
261, 257, 257, 257, 259, 259, 259, 262, 0, 0,
|
|
266, 0, 0, 263, 0, 258, 258, 258, 264, 264,
|
|
264, 265, 260, 260, 260, 263, 265, 261, 261, 261,
|
|
266, 268, 269, 270, 262, 262, 262, 266, 266, 266,
|
|
263, 263, 263, 267, 271, 273, 0, 0, 0, 269,
|
|
0, 0, 267, 265, 265, 265, 272, 0, 271, 268,
|
|
270, 270, 270, 0, 274, 273, 0, 0, 274, 277,
|
|
|
|
0, 271, 271, 271, 275, 0, 269, 269, 269, 267,
|
|
267, 267, 0, 272, 272, 272, 268, 268, 268, 0,
|
|
277, 0, 273, 273, 273, 274, 274, 274, 282, 276,
|
|
281, 275, 275, 275, 276, 280, 279, 278, 281, 283,
|
|
0, 278, 279, 0, 285, 282, 0, 277, 277, 277,
|
|
0, 283, 0, 284, 280, 0, 0, 281, 0, 0,
|
|
284, 276, 276, 276, 278, 278, 278, 285, 0, 279,
|
|
279, 279, 282, 282, 282, 0, 286, 0, 283, 283,
|
|
283, 280, 280, 280, 281, 281, 281, 284, 284, 284,
|
|
286, 288, 0, 0, 285, 285, 285, 287, 0, 0,
|
|
|
|
289, 288, 0, 286, 286, 286, 295, 0, 0, 287,
|
|
290, 0, 289, 292, 0, 0, 0, 294, 288, 288,
|
|
288, 291, 0, 292, 287, 287, 287, 289, 289, 289,
|
|
290, 295, 0, 0, 291, 294, 293, 290, 290, 290,
|
|
292, 292, 292, 293, 294, 294, 294, 296, 291, 291,
|
|
291, 298, 302, 0, 297, 0, 0, 299, 295, 295,
|
|
295, 296, 300, 293, 293, 293, 297, 0, 0, 301,
|
|
0, 298, 302, 299, 296, 296, 296, 301, 298, 298,
|
|
298, 297, 297, 297, 299, 299, 299, 303, 0, 0,
|
|
300, 0, 303, 305, 0, 0, 301, 301, 301, 302,
|
|
|
|
302, 302, 304, 0, 0, 306, 0, 0, 0, 319,
|
|
0, 308, 0, 305, 303, 303, 303, 300, 300, 300,
|
|
305, 305, 305, 304, 306, 311, 0, 0, 309, 304,
|
|
304, 304, 306, 306, 306, 307, 309, 0, 308, 0,
|
|
0, 307, 319, 311, 308, 310, 0, 0, 312, 0,
|
|
312, 0, 311, 311, 311, 309, 309, 309, 310, 0,
|
|
0, 0, 307, 307, 307, 308, 308, 308, 328, 319,
|
|
319, 319, 310, 310, 310, 312, 312, 312, 320, 320,
|
|
320, 320, 320, 327, 331, 334, 0, 327, 0, 328,
|
|
0, 333, 330, 332, 320, 328, 328, 328, 330, 332,
|
|
|
|
0, 0, 0, 331, 336, 0, 333, 0, 0, 0,
|
|
334, 338, 0, 335, 327, 327, 327, 339, 337, 320,
|
|
332, 332, 332, 336, 0, 330, 330, 330, 337, 338,
|
|
331, 331, 331, 333, 333, 333, 339, 334, 334, 334,
|
|
335, 335, 335, 340, 320, 337, 337, 337, 341, 342,
|
|
336, 336, 336, 341, 343, 345, 338, 338, 338, 344,
|
|
348, 0, 0, 339, 339, 339, 347, 0, 0, 342,
|
|
340, 340, 340, 346, 0, 348, 342, 342, 342, 343,
|
|
341, 341, 341, 345, 0, 0, 344, 344, 344, 0,
|
|
346, 349, 350, 347, 347, 347, 349, 0, 0, 352,
|
|
|
|
0, 352, 348, 348, 348, 351, 343, 343, 343, 0,
|
|
345, 345, 345, 0, 350, 0, 351, 346, 346, 346,
|
|
353, 0, 353, 349, 349, 349, 352, 352, 352, 356,
|
|
0, 356, 351, 351, 351, 354, 0, 0, 354, 0,
|
|
0, 350, 350, 350, 0, 0, 355, 353, 353, 353,
|
|
355, 357, 362, 0, 358, 0, 356, 356, 356, 0,
|
|
359, 358, 359, 357, 361, 354, 354, 354, 364, 0,
|
|
361, 360, 0, 355, 355, 355, 0, 362, 357, 357,
|
|
357, 358, 358, 358, 0, 0, 364, 359, 359, 359,
|
|
360, 361, 361, 361, 367, 363, 0, 368, 360, 360,
|
|
|
|
360, 363, 365, 0, 362, 362, 362, 0, 0, 365,
|
|
366, 0, 0, 364, 364, 364, 366, 0, 0, 367,
|
|
0, 0, 363, 363, 363, 368, 0, 0, 369, 365,
|
|
365, 365, 370, 0, 0, 0, 369, 366, 366, 366,
|
|
377, 0, 370, 371, 0, 0, 367, 367, 367, 0,
|
|
0, 377, 368, 368, 368, 369, 369, 369, 379, 370,
|
|
370, 370, 372, 371, 0, 372, 0, 378, 381, 0,
|
|
371, 371, 371, 379, 0, 0, 380, 0, 377, 377,
|
|
377, 378, 0, 381, 0, 0, 0, 0, 385, 372,
|
|
372, 372, 382, 0, 378, 378, 378, 386, 0, 0,
|
|
|
|
379, 379, 379, 380, 380, 380, 382, 384, 385, 387,
|
|
381, 381, 381, 0, 384, 385, 385, 385, 388, 382,
|
|
382, 382, 388, 0, 386, 386, 386, 389, 392, 393,
|
|
391, 395, 0, 0, 393, 0, 387, 387, 387, 394,
|
|
0, 384, 384, 384, 395, 0, 396, 392, 389, 388,
|
|
388, 388, 396, 0, 389, 389, 389, 391, 391, 391,
|
|
0, 393, 393, 393, 397, 0, 394, 394, 394, 398,
|
|
0, 395, 395, 395, 392, 392, 392, 400, 0, 396,
|
|
396, 396, 401, 398, 397, 399, 400, 399, 402, 0,
|
|
0, 397, 397, 397, 0, 403, 398, 398, 398, 0,
|
|
|
|
402, 406, 401, 0, 400, 400, 400, 403, 409, 401,
|
|
401, 401, 399, 399, 399, 402, 402, 402, 404, 406,
|
|
409, 405, 403, 403, 403, 0, 404, 407, 406, 406,
|
|
406, 405, 408, 407, 0, 409, 409, 409, 412, 413,
|
|
0, 414, 0, 415, 413, 404, 404, 404, 405, 405,
|
|
405, 414, 408, 0, 407, 407, 407, 415, 412, 408,
|
|
408, 408, 416, 0, 0, 417, 413, 413, 413, 416,
|
|
415, 415, 415, 0, 418, 0, 0, 419, 414, 414,
|
|
414, 418, 0, 0, 0, 412, 412, 412, 417, 416,
|
|
416, 416, 417, 417, 417, 419, 420, 421, 0, 425,
|
|
|
|
422, 0, 0, 420, 419, 419, 419, 423, 418, 418,
|
|
418, 0, 424, 425, 0, 0, 421, 423, 424, 422,
|
|
0, 0, 0, 0, 0, 426, 425, 425, 425, 428,
|
|
420, 420, 420, 0, 423, 423, 423, 426, 0, 424,
|
|
424, 424, 432, 421, 421, 421, 422, 422, 422, 427,
|
|
0, 0, 426, 426, 426, 427, 428, 428, 428, 429,
|
|
432, 0, 430, 0, 0, 429, 431, 0, 430, 432,
|
|
432, 432, 437, 433, 0, 0, 427, 427, 427, 433,
|
|
436, 431, 0, 437, 0, 440, 429, 429, 429, 430,
|
|
430, 430, 434, 431, 431, 431, 438, 0, 434, 439,
|
|
|
|
433, 433, 433, 438, 440, 0, 439, 436, 436, 436,
|
|
437, 437, 437, 0, 442, 0, 441, 0, 0, 434,
|
|
434, 434, 441, 438, 438, 438, 439, 439, 439, 444,
|
|
0, 440, 440, 440, 442, 443, 445, 0, 447, 0,
|
|
0, 443, 0, 441, 441, 441, 446, 0, 0, 445,
|
|
0, 0, 446, 444, 448, 0, 444, 444, 444, 447,
|
|
0, 442, 442, 442, 0, 447, 447, 447, 443, 443,
|
|
443, 449, 448, 446, 446, 446, 445, 445, 445, 450,
|
|
0, 448, 448, 448, 450, 449, 451, 453, 0, 454,
|
|
0, 0, 0, 453, 456, 0, 455, 0, 449, 449,
|
|
|
|
449, 0, 0, 457, 0, 451, 450, 450, 450, 457,
|
|
459, 0, 461, 451, 451, 451, 454, 454, 454, 456,
|
|
453, 453, 453, 455, 455, 455, 463, 458, 0, 459,
|
|
457, 457, 457, 458, 460, 464, 0, 459, 459, 459,
|
|
460, 461, 0, 0, 0, 462, 456, 456, 456, 0,
|
|
0, 463, 469, 0, 458, 458, 458, 466, 0, 0,
|
|
464, 460, 460, 460, 462, 470, 0, 0, 461, 461,
|
|
461, 467, 462, 462, 462, 468, 466, 0, 463, 463,
|
|
463, 0, 469, 0, 466, 466, 466, 464, 464, 464,
|
|
470, 0, 0, 467, 468, 472, 0, 0, 467, 467,
|
|
|
|
467, 472, 468, 468, 468, 0, 0, 0, 473, 469,
|
|
469, 469, 0, 0, 0, 0, 0, 470, 470, 470,
|
|
473, 0, 472, 472, 472, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 473, 473, 473, 475, 475,
|
|
475, 475, 475, 475, 475, 475, 475, 475, 475, 476,
|
|
476, 476, 476, 476, 476, 476, 476, 476, 476, 476,
|
|
477, 477, 477, 477, 477, 477, 477, 477, 477, 477,
|
|
477, 478, 478, 478, 478, 478, 478, 478, 478, 478,
|
|
478, 478, 479, 0, 479, 0, 479, 479, 479, 480,
|
|
0, 480, 480, 480, 480, 481, 481, 481, 481, 481,
|
|
|
|
481, 481, 481, 481, 481, 481, 482, 482, 482, 482,
|
|
482, 482, 482, 482, 482, 482, 483, 0, 483, 483,
|
|
483, 483, 483, 483, 483, 483, 483, 484, 0, 484,
|
|
484, 484, 484, 484, 484, 484, 484, 484, 485, 485,
|
|
485, 485, 485, 485, 486, 486, 487, 0, 0, 0,
|
|
487, 487, 488, 488, 488, 489, 489, 0, 489, 490,
|
|
0, 0, 0, 490, 490, 491, 491, 491, 491, 491,
|
|
491, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474, 474, 474, 474, 474,
|
|
474, 474, 474, 474, 474, 474
|
|
} ;
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
extern int ncg_flex_debug;
|
|
int ncg_flex_debug = 0;
|
|
|
|
/* 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
|
|
char *ncgtext;
|
|
#line 1 "ncgen.l"
|
|
#line 2 "ncgen.l"
|
|
/*********************************************************************
|
|
* Copyright 1993, UCAR/Unidata
|
|
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
|
|
* $Id: ncgenyy.c,v 1.19 2010/03/31 18:18:38 dmh Exp $
|
|
*********************************************************************/
|
|
|
|
/* Problems:
|
|
1. Ideally, we assume the input is true ut8.
|
|
Unfortunately, we may actually get iso-latin-8859-1.
|
|
This means that there will be ambiguity about the characters
|
|
in the range 128-255 because they will look like n-byte unicode
|
|
when they are 1-byte 8859 characters. Because of our encoding,
|
|
8859 characters above 128 will be handles as n-byte utf8 and so
|
|
will probably not lex correctly.
|
|
Solution: assume utf8 and note in the documentation that
|
|
ISO8859 is specifically unsupported.
|
|
2. The netcdf function NC_check_name in string.c must be modified to
|
|
conform to the use of UTF8.
|
|
3. We actually have three tests for UTF8 of increasing correctness
|
|
(in the sense that the least correct will allow some sequences that
|
|
are technically illegal UTF8).
|
|
The tests are derived from the table at
|
|
http://www.w3.org/2005/03/23-lex-U
|
|
We include lexical definitions for all three, but use the second version.
|
|
*/
|
|
|
|
/* lex specification for tokens for ncgen */
|
|
|
|
/* Fill value used by ncdump from version 2.4 and later. Should match
|
|
definition of FILL_STRING in ../ncdump/vardata.h */
|
|
#define FILL_STRING "_"
|
|
#define XDR_INT32_MIN (-2147483647-1)
|
|
#define XDR_INT32_MAX 2147483647
|
|
#define XDR_INT64_MIN (-9223372036854775807LL-1)
|
|
#define XDR_INT64_MAX (9223372036854775807LL)
|
|
|
|
char errstr[100]; /* for short error messages */
|
|
|
|
int lineno; /* line number for error messages */
|
|
char* lextext; /* name or string with escapes removed */
|
|
|
|
#define YY_BREAK /* defining as nothing eliminates unreachable
|
|
statement warnings from flex output,
|
|
but make sure every action ends with
|
|
"return" or "break"! */
|
|
|
|
double double_val; /* last double value read */
|
|
float float_val; /* last float value read */
|
|
long long int64_val; /* last int64 value read */
|
|
int int32_val; /* last int32 value read */
|
|
short int16_val; /* last short value read */
|
|
unsigned long long uint64_val; /* last int64 value read */
|
|
unsigned int uint32_val; /* last int32 value read */
|
|
unsigned short uint16_val; /* last short value read */
|
|
char char_val; /* last char value read */
|
|
signed char byte_val; /* last byte value read */
|
|
unsigned char ubyte_val; /* last byte value read */
|
|
|
|
static Symbol* makepath(char* text);
|
|
static int lexdebug(int);
|
|
|
|
static struct Specialtoken {
|
|
char* name;
|
|
int token;
|
|
} specials[] = {
|
|
{"_FillValue",_FILLVALUE},
|
|
{"_Format",_FORMAT},
|
|
{"_Storage",_STORAGE},
|
|
{"_ChunkSizes",_CHUNKSIZES},
|
|
{"_Fletcher32",_FLETCHER32},
|
|
{"_DeflateLevel",_DEFLATELEVEL},
|
|
{"_Shuffle",_SHUFFLE},
|
|
{"_Endianness",_ENDIANNESS},
|
|
{"_NoFill",_NOFILL},
|
|
{NULL,0} /* null terminate */
|
|
};
|
|
|
|
|
|
|
|
/* The most correct (validating) version of UTF8 character set
|
|
(Taken from: http://www.w3.org/2005/03/23-lex-U)
|
|
|
|
The lines of the expression cover the UTF8 characters as follows:
|
|
1. non-overlong 2-byte
|
|
2. excluding overlongs
|
|
3. straight 3-byte
|
|
4. excluding surrogates
|
|
5. straight 3-byte
|
|
6. planes 1-3
|
|
7. planes 4-15
|
|
8. plane 16
|
|
|
|
UTF8 ([\xC2-\xDF][\x80-\xBF]) \
|
|
| (\xE0[\xA0-\xBF][\x80-\xBF]) \
|
|
| ([\xE1-\xEC][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xED[\x80-\x9F][\x80-\xBF]) \
|
|
| ([\xEE-\xEF][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xF0[\x90-\xBF][\x80-\xBF][\x80-\xBF]) \
|
|
| ([\xF1-\xF3][\x80-\xBF][\x80-\xBF][\x80-\xBF]) \
|
|
| (\xF4[\x80-\x8F][\x80-\xBF][\x80-\xBF]) \
|
|
|
|
*/
|
|
/* Wish there was some way to ifdef lex files */
|
|
/*The most relaxed version of UTF8 (not used)
|
|
UTF8 ([\xC0-\xD6].)|([\xE0-\xEF]..)|([\xF0-\xF7]...)
|
|
*/
|
|
/*The partially relaxed version of UTF8, and the one used here */
|
|
/* The old definition of ID
|
|
ID ([A-Za-z_]|{UTF8})([A-Z.@#\[\]a-z_0-9+-]|{UTF8})*
|
|
*/
|
|
/* Don't permit control characters or '/' in names, but other special
|
|
chars OK if escaped. Note that to preserve backwards
|
|
compatibility, none of the characters _.@+- should be escaped, as
|
|
they were previously permitted in names without escaping. */
|
|
/* New definition to conform to a subset of string.c */
|
|
/* Capture a datasetidentifier */
|
|
/* DATASETID ([a-zA-Z0-9!#$%&*:;<=>?/^|~_.@+-]|{UTF8})* */
|
|
/* Note: this definition of string will work for utf8 as well,
|
|
although it is a very relaxed definition
|
|
*/
|
|
#line 1379 "lex.ncg.c"
|
|
|
|
#define INITIAL 0
|
|
#define ST_C_COMMENT 1
|
|
#define TEXT 2
|
|
|
|
#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
|
|
|
|
static int yy_init_globals (void );
|
|
|
|
/* Accessor methods to globals.
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
int ncglex_destroy (void );
|
|
|
|
int ncgget_debug (void );
|
|
|
|
void ncgset_debug (int debug_flag );
|
|
|
|
YY_EXTRA_TYPE ncgget_extra (void );
|
|
|
|
void ncgset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
FILE *ncgget_in (void );
|
|
|
|
void ncgset_in (FILE * in_str );
|
|
|
|
FILE *ncgget_out (void );
|
|
|
|
void ncgset_out (FILE * out_str );
|
|
|
|
int ncgget_leng (void );
|
|
|
|
char *ncgget_text (void );
|
|
|
|
int ncgget_lineno (void );
|
|
|
|
void ncgset_lineno (int line_number );
|
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
* section 1.
|
|
*/
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
#ifdef __cplusplus
|
|
extern "C" int ncgwrap (void );
|
|
#else
|
|
extern int ncgwrap (void );
|
|
#endif
|
|
#endif
|
|
|
|
static void yyunput (int c,char *buf_ptr );
|
|
|
|
#ifndef yytext_ptr
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
|
#endif
|
|
|
|
#ifdef YY_NEED_STRLEN
|
|
static int yy_flex_strlen (yyconst char * );
|
|
#endif
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
#ifdef __cplusplus
|
|
static int yyinput (void );
|
|
#else
|
|
static int input (void );
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
#ifndef YY_READ_BUF_SIZE
|
|
#define YY_READ_BUF_SIZE 8192
|
|
#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 fwrite( ncgtext, ncgleng, 1, ncgout )
|
|
#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 = '*'; \
|
|
unsigned n; \
|
|
for ( n = 0; n < max_size && \
|
|
(c = getc( ncgin )) != EOF && c != '\n'; ++n ) \
|
|
buf[n] = (char) c; \
|
|
if ( c == '\n' ) \
|
|
buf[n++] = (char) c; \
|
|
if ( c == EOF && ferror( ncgin ) ) \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
result = n; \
|
|
} \
|
|
else \
|
|
{ \
|
|
errno=0; \
|
|
while ( (result = fread(buf, 1, max_size, ncgin))==0 && ferror(ncgin)) \
|
|
{ \
|
|
if( errno != EINTR) \
|
|
{ \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
break; \
|
|
} \
|
|
errno=0; \
|
|
clearerr(ncgin); \
|
|
} \
|
|
}\
|
|
\
|
|
|
|
#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 )
|
|
#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 ncglex (void);
|
|
|
|
#define YY_DECL int ncglex (void)
|
|
#endif /* !YY_DECL */
|
|
|
|
/* Code executed at the beginning of each rule, after ncgtext and ncgleng
|
|
* 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 break;
|
|
#endif
|
|
|
|
#define YY_RULE_SETUP \
|
|
YY_USER_ACTION
|
|
|
|
/** The main scanner function which does all the work.
|
|
*/
|
|
YY_DECL
|
|
{
|
|
register yy_state_type yy_current_state;
|
|
register char *yy_cp, *yy_bp;
|
|
register int yy_act;
|
|
|
|
#line 158 "ncgen.l"
|
|
|
|
#line 1565 "lex.ncg.c"
|
|
|
|
if ( !(yy_init) )
|
|
{
|
|
(yy_init) = 1;
|
|
|
|
#ifdef YY_USER_INIT
|
|
YY_USER_INIT;
|
|
#endif
|
|
|
|
if ( ! (yy_start) )
|
|
(yy_start) = 1; /* first start state */
|
|
|
|
if ( ! ncgin )
|
|
ncgin = stdin;
|
|
|
|
if ( ! ncgout )
|
|
ncgout = stdout;
|
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
ncgensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE );
|
|
}
|
|
|
|
ncg_load_buffer_state( );
|
|
}
|
|
|
|
while ( 1 ) /* loops until end-of-file is reached */
|
|
{
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
/* Support of ncgtext. */
|
|
*yy_cp = (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 = (yy_start);
|
|
yy_match:
|
|
do
|
|
{
|
|
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(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 >= 475 )
|
|
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] != 2772 );
|
|
|
|
yy_find_action:
|
|
yy_act = yy_accept[yy_current_state];
|
|
if ( yy_act == 0 )
|
|
{ /* have to back up */
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
yy_current_state = (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 = (yy_hold_char);
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
yy_current_state = (yy_last_accepting_state);
|
|
goto yy_find_action;
|
|
|
|
case 1:
|
|
YY_RULE_SETUP
|
|
#line 159 "ncgen.l"
|
|
{ /* whitespace */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 2:
|
|
YY_RULE_SETUP
|
|
#line 163 "ncgen.l"
|
|
{ /* comment */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 3:
|
|
/* rule 3 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 167 "ncgen.l"
|
|
{
|
|
/* In netcdf4, this will be used in a variety
|
|
of places, so only remove escapes */
|
|
/*
|
|
if(ncgleng > MAXTRST) {
|
|
yyerror("string too long, truncated\n");
|
|
ncgtext[MAXTRST-1] = '\0';
|
|
}
|
|
*/
|
|
lextext = emalloc(1+4*ncgleng); /* should be max
|
|
needed */
|
|
/* Assumes expand escapes also does normalization */
|
|
expand_escapes(lextext,(char *)ncgtext,ncgleng);
|
|
return lexdebug(TERMSTRING);
|
|
}
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 183 "ncgen.l"
|
|
{ /* drop leading 0x; pad to even number of chars */
|
|
char* p = ncgtext+2;
|
|
int len = ncgleng - 2;
|
|
int padlen = len;
|
|
if((padlen % 2) == 1) padlen++;
|
|
lextext = emalloc(1+padlen);
|
|
strncpy(lextext,p,len+1); /*include null */
|
|
lextext[len] = '0'; /* assume padding */
|
|
lextext[padlen] = '\0'; /* make sure null terminated */
|
|
/* convert all chars to lower case */
|
|
for(p=lextext;*p;p++) *p = tolower(*p);
|
|
return lexdebug(OPAQUESTRING);
|
|
}
|
|
YY_BREAK
|
|
case 5:
|
|
YY_RULE_SETUP
|
|
#line 197 "ncgen.l"
|
|
{return lexdebug(COMPOUND);}
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 198 "ncgen.l"
|
|
{return lexdebug(ENUM);}
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 199 "ncgen.l"
|
|
{return lexdebug(OPAQUE);}
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 201 "ncgen.l"
|
|
{return lexdebug(FLOAT_K);}
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 202 "ncgen.l"
|
|
{return lexdebug(CHAR_K);}
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 203 "ncgen.l"
|
|
{return lexdebug(BYTE_K);}
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 204 "ncgen.l"
|
|
{return lexdebug(UBYTE_K);}
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 205 "ncgen.l"
|
|
{return lexdebug(SHORT_K);}
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 206 "ncgen.l"
|
|
{return lexdebug(USHORT_K);}
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 207 "ncgen.l"
|
|
{return lexdebug(INT_K);}
|
|
YY_BREAK
|
|
case 15:
|
|
YY_RULE_SETUP
|
|
#line 208 "ncgen.l"
|
|
{return lexdebug(UINT_K);}
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 209 "ncgen.l"
|
|
{return lexdebug(INT64_K);}
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 210 "ncgen.l"
|
|
{return lexdebug(UINT64_K);}
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 211 "ncgen.l"
|
|
{return lexdebug(DOUBLE_K);}
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 212 "ncgen.l"
|
|
{int32_val = -1;
|
|
return lexdebug(NC_UNLIMITED_K);}
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 215 "ncgen.l"
|
|
{return lexdebug(GROUP);}
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 216 "ncgen.l"
|
|
{return lexdebug(TYPES);}
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 217 "ncgen.l"
|
|
{return lexdebug(DIMENSIONS);}
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 218 "ncgen.l"
|
|
{return lexdebug(VARIABLES);}
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 219 "ncgen.l"
|
|
{return lexdebug(DATA);}
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 220 "ncgen.l"
|
|
{BEGIN(TEXT);return lexdebug(NETCDF);}
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 222 "ncgen.l"
|
|
{ /* missing value (pre-2.4 backward compatibility) */
|
|
if (ncgtext[0] == '-') {
|
|
double_val = -NC_FILL_DOUBLE;
|
|
} else {
|
|
double_val = NC_FILL_DOUBLE;
|
|
}
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 27:
|
|
YY_RULE_SETUP
|
|
#line 230 "ncgen.l"
|
|
{/* missing value (pre-2.4 backward compatibility)*/
|
|
if (ncgtext[0] == '-') {
|
|
float_val = -NC_FILL_FLOAT;
|
|
} else {
|
|
float_val = NC_FILL_FLOAT;
|
|
}
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 28:
|
|
YY_RULE_SETUP
|
|
#line 239 "ncgen.l"
|
|
{
|
|
lextext = emalloc(1+4*ncgleng); /* should be max needed */
|
|
strncpy(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
yylval.sym = makepath(lextext);
|
|
free(lextext);
|
|
return lexdebug(PATH);
|
|
}
|
|
YY_BREAK
|
|
case 29:
|
|
YY_RULE_SETUP
|
|
#line 248 "ncgen.l"
|
|
{struct Specialtoken* st;
|
|
lextext = emalloc(1+4*ncgleng); /* should be max needed */
|
|
strncpy(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
for(st=specials;st->name;st++) {
|
|
if(strcmp(lextext,st->name)==0) {return lexdebug(st->token);}
|
|
}
|
|
return 0;
|
|
}
|
|
YY_BREAK
|
|
case 30:
|
|
/* rule 30 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 257 "ncgen.l"
|
|
{
|
|
int c;
|
|
char* p; char* q;
|
|
lextext = emalloc(1+4*ncgleng); /* should be max needed */
|
|
/* copy the trimmed name */
|
|
strncpy(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
p = lextext;
|
|
q = lextext;
|
|
while((c=*p++)) {if(c > ' ') *q++ = c;}
|
|
*q = '\0';
|
|
datasetname = lextext;
|
|
BEGIN(INITIAL);
|
|
return lexdebug(DATASETID);
|
|
}
|
|
YY_BREAK
|
|
case 31:
|
|
YY_RULE_SETUP
|
|
#line 272 "ncgen.l"
|
|
{
|
|
lextext = emalloc(1+4*ncgleng); /* should be max needed */
|
|
strncpy(lextext,(char*)ncgtext,ncgleng+1); /* include null */
|
|
deescapify(lextext);
|
|
if (STREQ((char *)lextext, FILL_STRING)) return lexdebug(FILLMARKER);
|
|
yylval.sym = install(lextext);
|
|
return lexdebug(IDENT);
|
|
}
|
|
YY_BREAK
|
|
case 32:
|
|
YY_RULE_SETUP
|
|
#line 281 "ncgen.l"
|
|
{
|
|
/* We need to try to see what size of integer ((u)int). */
|
|
/* Technically, the user should specify, but... */
|
|
if(ncgtext[0] == '-') { /* assume signed */
|
|
sscanf((char*)ncgtext, "%lld", &int64_val);
|
|
#ifdef USE_NETCDF4
|
|
if(int64_val >= NC_MIN_INT) {
|
|
int32_val = (int)int64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else
|
|
return lexdebug(INT64_CONST);
|
|
#else
|
|
int32_val = (int)int64_val;
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
} else {
|
|
sscanf((char*)ncgtext, "%llu", &uint64_val);
|
|
#ifdef USE_NETCDF4
|
|
if(uint64_val <= NC_MAX_INT) {
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
} else if(uint64_val <= NC_MAX_UINT) {
|
|
uint32_val = (unsigned int)uint64_val;
|
|
return lexdebug(UINT_CONST);
|
|
} else if(uint64_val <= NC_MAX_INT64) {
|
|
int64_val = (long long)uint64_val;
|
|
return lexdebug(INT64_CONST);
|
|
} else
|
|
return lexdebug(UINT64_CONST);
|
|
#else
|
|
int32_val = (int)uint64_val;
|
|
return lexdebug(INT_CONST);
|
|
#endif
|
|
}
|
|
}
|
|
YY_BREAK
|
|
case 33:
|
|
YY_RULE_SETUP
|
|
#line 317 "ncgen.l"
|
|
{ /* The number may be signed or unsigned (signed has priority) */
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_BYTE && int32_val <= NC_MAX_BYTE) {
|
|
byte_val = (signed char)int32_val;
|
|
token = BYTE_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_UBYTE) {
|
|
ubyte_val = (unsigned char)int32_val;
|
|
token = UBYTE_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%d", &int32_val) != 1) {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
} else if(int32_val >= NC_MIN_SHORT && int32_val <= NC_MAX_SHORT) {
|
|
int16_val = (signed short)int32_val;
|
|
token = SHORT_CONST;
|
|
} else if(int32_val >= 0 && int32_val <= NC_MAX_USHORT) {
|
|
uint16_val = (unsigned short)int32_val;
|
|
token = USHORT_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
case 'L': case 'l':
|
|
if (sscanf((char*)ncgtext, "%lld", &int64_val) == 1) {
|
|
token = INT64_CONST;
|
|
} else if (sscanf((char*)ncgtext, "%llu", &uint64_val) == 1) {
|
|
token = UINT64_CONST;
|
|
} else {
|
|
sprintf(errstr,"bad int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
break;
|
|
default:/*(optionally)signed string of digits; treat like int*/
|
|
sprintf(errstr,"bad numeric constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 34:
|
|
YY_RULE_SETUP
|
|
#line 369 "ncgen.l"
|
|
{
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
int token = 0;
|
|
switch (tag) {
|
|
case 'B': case 'b':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_UBYTE) {
|
|
sprintf(errstr,"bad unsigned byte constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
ubyte_val = (unsigned char)uint32_val;
|
|
token = UBYTE_CONST;
|
|
break;
|
|
case 'S': case 's':
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1
|
|
|| uint32_val > NC_MAX_USHORT) {
|
|
sprintf(errstr,"bad unsigned short constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
uint16_val = (unsigned short)uint32_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
if (sscanf((char*)ncgtext, "%llu", &uint64_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int64 constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* string of digits; treat like int */
|
|
if (sscanf((char*)ncgtext, "%u", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 408 "ncgen.l"
|
|
{
|
|
int c;
|
|
int token = 0;
|
|
int slen = strlen(ncgtext);
|
|
int tag = ncgtext[slen-1];
|
|
char* hex = ncgtext+2; /* point to first true hex digit */
|
|
int xlen = (slen - 3); /* true hex length */
|
|
ncgtext[slen-1] = '\0';
|
|
if(xlen > 16) { /* truncate hi order digits */
|
|
hex += (xlen - 16);
|
|
}
|
|
/* convert to an unsigned long long */
|
|
uint64_val = 0;
|
|
while((c=*hex++)) {
|
|
unsigned int hexdigit = (c <= '9'?(c-'0'):(c-'a')+0xa);
|
|
uint64_val = ((uint64_val << 4) | hexdigit);
|
|
}
|
|
switch (tag) {
|
|
case 'S': case 's':
|
|
uint16_val = (unsigned short)uint64_val;
|
|
token = USHORT_CONST;
|
|
break;
|
|
case 'L': case 'l':
|
|
token = UINT64_CONST;
|
|
break;
|
|
default: /* should never happen */
|
|
if (sscanf((char*)ncgtext, "%i", &uint32_val) != 1) {
|
|
sprintf(errstr,"bad unsigned int constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
token = UINT_CONST;
|
|
}
|
|
return lexdebug(token);
|
|
}
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 442 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%le", &double_val) != 1) {
|
|
sprintf(errstr,"bad long or double constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(DOUBLE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 449 "ncgen.l"
|
|
{
|
|
if (sscanf((char*)ncgtext, "%e", &float_val) != 1) {
|
|
sprintf(errstr,"bad float constant: %s",(char*)ncgtext);
|
|
yyerror(errstr);
|
|
}
|
|
return lexdebug(FLOAT_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 38:
|
|
/* rule 38 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 456 "ncgen.l"
|
|
{
|
|
(void) sscanf((char*)&ncgtext[1],"%c",&byte_val);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 460 "ncgen.l"
|
|
{
|
|
byte_val = (char) strtol((char*)&ncgtext[2], (char **) 0, 8);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 464 "ncgen.l"
|
|
{
|
|
byte_val = (char) strtol((char*)&ncgtext[3], (char **) 0, 16);
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 41:
|
|
YY_RULE_SETUP
|
|
#line 468 "ncgen.l"
|
|
{
|
|
switch ((char)ncgtext[2]) {
|
|
case 'a': byte_val = '\007'; break; /* not everyone under-
|
|
* stands '\a' yet */
|
|
case 'b': byte_val = '\b'; break;
|
|
case 'f': byte_val = '\f'; break;
|
|
case 'n': byte_val = '\n'; break;
|
|
case 'r': byte_val = '\r'; break;
|
|
case 't': byte_val = '\t'; break;
|
|
case 'v': byte_val = '\v'; break;
|
|
case '\\': byte_val = '\\'; break;
|
|
case '?': byte_val = '\177'; break;
|
|
case '\'': byte_val = '\''; break;
|
|
default: byte_val = (char)ncgtext[2];
|
|
}
|
|
return lexdebug(BYTE_CONST);
|
|
}
|
|
YY_BREAK
|
|
case 42:
|
|
/* rule 42 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 486 "ncgen.l"
|
|
{
|
|
lineno++ ;
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 491 "ncgen.l"
|
|
{/*initial*/
|
|
BEGIN(ST_C_COMMENT);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 44:
|
|
/* rule 44 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 496 "ncgen.l"
|
|
{/* continuation */
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 45:
|
|
YY_RULE_SETUP
|
|
#line 500 "ncgen.l"
|
|
{/* final */
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(ST_C_COMMENT):
|
|
#line 505 "ncgen.l"
|
|
{/* final, error */
|
|
fprintf(stderr,"unterminated /**/ comment");
|
|
BEGIN(INITIAL);
|
|
break;
|
|
}
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 511 "ncgen.l"
|
|
{/* Note: this next rule will not work for UTF8 characters */
|
|
return lexdebug(ncgtext[0]) ;
|
|
}
|
|
YY_BREAK
|
|
case 47:
|
|
YY_RULE_SETUP
|
|
#line 514 "ncgen.l"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 2179 "lex.ncg.c"
|
|
case YY_STATE_EOF(INITIAL):
|
|
case YY_STATE_EOF(TEXT):
|
|
yyterminate();
|
|
|
|
case YY_END_OF_BUFFER:
|
|
{
|
|
/* Amount of text matched not including the EOB char. */
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
|
*yy_cp = (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 ncgin at a new source and called
|
|
* ncglex(). 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.
|
|
*/
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = ncgin;
|
|
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 ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
|
{ /* This was really a NUL. */
|
|
yy_state_type yy_next_state;
|
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
/* 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 );
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
|
|
|
if ( yy_next_state )
|
|
{
|
|
/* Consume the NUL. */
|
|
yy_cp = ++(yy_c_buf_p);
|
|
yy_current_state = yy_next_state;
|
|
goto yy_match;
|
|
}
|
|
|
|
else
|
|
{
|
|
yy_cp = (yy_c_buf_p);
|
|
goto yy_find_action;
|
|
}
|
|
}
|
|
|
|
else switch ( yy_get_next_buffer( ) )
|
|
{
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
|
|
|
if ( ncgwrap( ) )
|
|
{
|
|
/* Note: because we've taken care in
|
|
* yy_get_next_buffer() to have set up
|
|
* ncgtext, 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.
|
|
*/
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
goto do_action;
|
|
}
|
|
|
|
else
|
|
{
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
|
YY_NEW_FILE;
|
|
}
|
|
break;
|
|
}
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
|
(yy_c_buf_p) =
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
yy_cp = (yy_c_buf_p);
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
|
goto yy_match;
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
(yy_c_buf_p) =
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
yy_cp = (yy_c_buf_p);
|
|
yy_bp = (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 ncglex */
|
|
|
|
/* 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 (void)
|
|
{
|
|
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
register char *source = (yytext_ptr);
|
|
register int number_to_move, i;
|
|
int ret_val;
|
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(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 ( (yy_c_buf_p) - (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 = (int) ((yy_c_buf_p) - (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 = (yy_n_chars) = 0;
|
|
|
|
else
|
|
{
|
|
int 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;
|
|
|
|
int yy_c_buf_p_offset =
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
{
|
|
int 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. */
|
|
ncgrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
|
}
|
|
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" );
|
|
|
|
(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]),
|
|
(yy_n_chars), (size_t) num_to_read );
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
if ( (yy_n_chars) == 0 )
|
|
{
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
{
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
|
ncgrestart(ncgin );
|
|
}
|
|
|
|
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) ((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 = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) ncgrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
}
|
|
|
|
(yy_n_chars) += number_to_move;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
(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 (void)
|
|
{
|
|
register yy_state_type yy_current_state;
|
|
register char *yy_cp;
|
|
|
|
yy_current_state = (yy_start);
|
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
|
{
|
|
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(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 >= 475 )
|
|
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 )
|
|
{
|
|
register int yy_is_jam;
|
|
register char *yy_cp = (yy_c_buf_p);
|
|
|
|
register YY_CHAR yy_c = 1;
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(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 >= 475 )
|
|
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 == 474);
|
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
|
}
|
|
|
|
static void yyunput (int c, register char * yy_bp )
|
|
{
|
|
register char *yy_cp;
|
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
/* undo effects of setting up ncgtext */
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
|
|
{ /* need to shift things up to make room */
|
|
/* +2 for EOB chars. */
|
|
register int number_to_move = (yy_n_chars) + 2;
|
|
register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
|
|
register char *source =
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
|
|
|
while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
*--dest = *--source;
|
|
|
|
yy_cp += (int) (dest - source);
|
|
yy_bp += (int) (dest - source);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
|
|
|
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
|
|
YY_FATAL_ERROR( "flex scanner push-back overflow" );
|
|
}
|
|
|
|
*--yy_cp = (char) c;
|
|
|
|
(yytext_ptr) = yy_bp;
|
|
(yy_hold_char) = *yy_cp;
|
|
(yy_c_buf_p) = yy_cp;
|
|
}
|
|
|
|
#ifndef YY_NO_INPUT
|
|
#ifdef __cplusplus
|
|
static int yyinput (void)
|
|
#else
|
|
static int input (void)
|
|
#endif
|
|
|
|
{
|
|
int c;
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
if ( *(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 ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
|
/* This was really a NUL. */
|
|
*(yy_c_buf_p) = '\0';
|
|
|
|
else
|
|
{ /* need more input */
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
|
++(yy_c_buf_p);
|
|
|
|
switch ( yy_get_next_buffer( ) )
|
|
{
|
|
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. */
|
|
ncgrestart(ncgin );
|
|
|
|
/*FALLTHROUGH*/
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
if ( ncgwrap( ) )
|
|
return EOF;
|
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
|
YY_NEW_FILE;
|
|
#ifdef __cplusplus
|
|
return yyinput();
|
|
#else
|
|
return input();
|
|
#endif
|
|
}
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
*(yy_c_buf_p) = '\0'; /* preserve ncgtext */
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
|
|
|
return c;
|
|
}
|
|
#endif /* ifndef YY_NO_INPUT */
|
|
|
|
/** Immediately switch to a different input stream.
|
|
* @param input_file A readable stream.
|
|
*
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
*/
|
|
void ncgrestart (FILE * input_file )
|
|
{
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
ncgensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
ncg_create_buffer(ncgin,YY_BUF_SIZE );
|
|
}
|
|
|
|
ncg_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
ncg_load_buffer_state( );
|
|
}
|
|
|
|
/** Switch to a different input buffer.
|
|
* @param new_buffer The new input buffer.
|
|
*
|
|
*/
|
|
void ncg_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
* with
|
|
* ncgpop_buffer_state();
|
|
* ncgpush_buffer_state(new_buffer);
|
|
*/
|
|
ncgensure_buffer_stack ();
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
|
return;
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
{
|
|
/* Flush out information for old buffer. */
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
ncg_load_buffer_state( );
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
* EOF (ncgwrap()) processing, but the only time this flag
|
|
* is looked at is after ncgwrap() is called, so it's safe
|
|
* to go ahead and always set it.
|
|
*/
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
static void ncg_load_buffer_state (void)
|
|
{
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
ncgin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
(yy_hold_char) = *(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.
|
|
*
|
|
* @return the allocated buffer state.
|
|
*/
|
|
YY_BUFFER_STATE ncg_create_buffer (FILE * file, int size )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
|
|
b = (YY_BUFFER_STATE) ncgalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_create_buffer()" );
|
|
|
|
b->yy_buf_size = 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 *) ncgalloc(b->yy_buf_size + 2 );
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_create_buffer()" );
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
ncg_init_buffer(b,file );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Destroy the buffer.
|
|
* @param b a buffer created with ncg_create_buffer()
|
|
*
|
|
*/
|
|
void ncg_delete_buffer (YY_BUFFER_STATE b )
|
|
{
|
|
|
|
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 )
|
|
ncgfree((void *) b->yy_ch_buf );
|
|
|
|
ncgfree((void *) b );
|
|
}
|
|
|
|
#ifndef __cplusplus
|
|
extern int isatty (int );
|
|
#endif /* __cplusplus */
|
|
|
|
/* Initializes or reinitializes a buffer.
|
|
* This function is sometimes called more than once on the same buffer,
|
|
* such as during a ncgrestart() or at EOF.
|
|
*/
|
|
static void ncg_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
|
|
|
{
|
|
int oerrno = errno;
|
|
|
|
ncg_flush_buffer(b );
|
|
|
|
b->yy_input_file = file;
|
|
b->yy_fill_buffer = 1;
|
|
|
|
/* If b is the current buffer, then ncg_init_buffer was _probably_
|
|
* called from ncgrestart() 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.
|
|
*
|
|
*/
|
|
void ncg_flush_buffer (YY_BUFFER_STATE b )
|
|
{
|
|
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 )
|
|
ncg_load_buffer_state( );
|
|
}
|
|
|
|
/** 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.
|
|
*
|
|
*/
|
|
void ncgpush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
if (new_buffer == NULL)
|
|
return;
|
|
|
|
ncgensure_buffer_stack();
|
|
|
|
/* This block is copied from ncg_switch_to_buffer. */
|
|
if ( YY_CURRENT_BUFFER )
|
|
{
|
|
/* Flush out information for old buffer. */
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
if (YY_CURRENT_BUFFER)
|
|
(yy_buffer_stack_top)++;
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
/* copied from ncg_switch_to_buffer. */
|
|
ncg_load_buffer_state( );
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
* The next element becomes the new top.
|
|
*
|
|
*/
|
|
void ncgpop_buffer_state (void)
|
|
{
|
|
if (!YY_CURRENT_BUFFER)
|
|
return;
|
|
|
|
ncg_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
if ((yy_buffer_stack_top) > 0)
|
|
--(yy_buffer_stack_top);
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
ncg_load_buffer_state( );
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
}
|
|
|
|
/* Allocates the stack if it does not exist.
|
|
* Guarantees space for at least one push.
|
|
*/
|
|
static void ncgensure_buffer_stack (void)
|
|
{
|
|
int num_to_alloc;
|
|
|
|
if (!(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;
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)ncgalloc
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncgensure_buffer_stack()" );
|
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
(yy_buffer_stack_top) = 0;
|
|
return;
|
|
}
|
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
|
int grow_size = 8 /* arbitrary grow size */;
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)ncgrealloc
|
|
((yy_buffer_stack),
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncgensure_buffer_stack()" );
|
|
|
|
/* zero only the new slots.*/
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
(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
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
*/
|
|
YY_BUFFER_STATE ncg_scan_buffer (char * base, yy_size_t size )
|
|
{
|
|
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) ncgalloc(sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_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;
|
|
|
|
ncg_switch_to_buffer(b );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Setup the input buffer state to scan a string. The next call to ncglex() will
|
|
* scan from a @e copy of @a str.
|
|
* @param yystr a NUL-terminated string to scan
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
* ncg_scan_bytes() instead.
|
|
*/
|
|
YY_BUFFER_STATE ncg_scan_string (yyconst char * yystr )
|
|
{
|
|
|
|
return ncg_scan_bytes(yystr,strlen(yystr) );
|
|
}
|
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to ncglex() will
|
|
* scan from a @e copy of @a bytes.
|
|
* @param bytes the byte buffer to scan
|
|
* @param len the number of bytes in the buffer pointed to by @a bytes.
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
*/
|
|
YY_BUFFER_STATE ncg_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
char *buf;
|
|
yy_size_t n;
|
|
int i;
|
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
|
n = _yybytes_len + 2;
|
|
buf = (char *) ncgalloc(n );
|
|
if ( ! buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in ncg_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 = ncg_scan_buffer(buf,n );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "bad buffer in ncg_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 )
|
|
{
|
|
(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 ncgtext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
ncgtext[ncgleng] = (yy_hold_char); \
|
|
(yy_c_buf_p) = ncgtext + yyless_macro_arg; \
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
*(yy_c_buf_p) = '\0'; \
|
|
ncgleng = yyless_macro_arg; \
|
|
} \
|
|
while ( 0 )
|
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
|
|
|
/** Get the current line number.
|
|
*
|
|
*/
|
|
int ncgget_lineno (void)
|
|
{
|
|
|
|
return ncglineno;
|
|
}
|
|
|
|
/** Get the input stream.
|
|
*
|
|
*/
|
|
FILE *ncgget_in (void)
|
|
{
|
|
return ncgin;
|
|
}
|
|
|
|
/** Get the output stream.
|
|
*
|
|
*/
|
|
FILE *ncgget_out (void)
|
|
{
|
|
return ncgout;
|
|
}
|
|
|
|
/** Get the length of the current token.
|
|
*
|
|
*/
|
|
int ncgget_leng (void)
|
|
{
|
|
return ncgleng;
|
|
}
|
|
|
|
/** Get the current token.
|
|
*
|
|
*/
|
|
|
|
char *ncgget_text (void)
|
|
{
|
|
return ncgtext;
|
|
}
|
|
|
|
/** Set the current line number.
|
|
* @param line_number
|
|
*
|
|
*/
|
|
void ncgset_lineno (int line_number )
|
|
{
|
|
|
|
ncglineno = line_number;
|
|
}
|
|
|
|
/** Set the input stream. This does not discard the current
|
|
* input buffer.
|
|
* @param in_str A readable stream.
|
|
*
|
|
* @see ncg_switch_to_buffer
|
|
*/
|
|
void ncgset_in (FILE * in_str )
|
|
{
|
|
ncgin = in_str ;
|
|
}
|
|
|
|
void ncgset_out (FILE * out_str )
|
|
{
|
|
ncgout = out_str ;
|
|
}
|
|
|
|
int ncgget_debug (void)
|
|
{
|
|
return ncg_flex_debug;
|
|
}
|
|
|
|
void ncgset_debug (int bdebug )
|
|
{
|
|
ncg_flex_debug = bdebug ;
|
|
}
|
|
|
|
static int yy_init_globals (void)
|
|
{
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
* This function is called from ncglex_destroy(), so don't allocate here.
|
|
*/
|
|
|
|
(yy_buffer_stack) = 0;
|
|
(yy_buffer_stack_top) = 0;
|
|
(yy_buffer_stack_max) = 0;
|
|
(yy_c_buf_p) = (char *) 0;
|
|
(yy_init) = 0;
|
|
(yy_start) = 0;
|
|
|
|
/* Defined in main.c */
|
|
#ifdef YY_STDINIT
|
|
ncgin = stdin;
|
|
ncgout = stdout;
|
|
#else
|
|
ncgin = (FILE *) 0;
|
|
ncgout = (FILE *) 0;
|
|
#endif
|
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
* ncglex_init()
|
|
*/
|
|
return 0;
|
|
}
|
|
|
|
/* ncglex_destroy is for both reentrant and non-reentrant scanners. */
|
|
int ncglex_destroy (void)
|
|
{
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
while(YY_CURRENT_BUFFER){
|
|
ncg_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
ncgpop_buffer_state();
|
|
}
|
|
|
|
/* Destroy the stack itself. */
|
|
ncgfree((yy_buffer_stack) );
|
|
(yy_buffer_stack) = NULL;
|
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
* ncglex() is called, initialization will occur. */
|
|
yy_init_globals( );
|
|
|
|
return 0;
|
|
}
|
|
|
|
/*
|
|
* Internal utility routines.
|
|
*/
|
|
|
|
#ifndef yytext_ptr
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
{
|
|
register 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 )
|
|
{
|
|
register int n;
|
|
for ( n = 0; s[n]; ++n )
|
|
;
|
|
|
|
return n;
|
|
}
|
|
#endif
|
|
|
|
void *ncgalloc (yy_size_t size )
|
|
{
|
|
return (void *) malloc( size );
|
|
}
|
|
|
|
void *ncgrealloc (void * ptr, yy_size_t size )
|
|
{
|
|
/* 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 ncgfree (void * ptr )
|
|
{
|
|
free( (char *) ptr ); /* see ncgrealloc() for (char *) cast */
|
|
}
|
|
|
|
#define YYTABLES_NAME "yytables"
|
|
|
|
#line 514 "ncgen.l"
|
|
|
|
|
|
static int
|
|
lexdebug(int token)
|
|
{
|
|
if(debug >= 2) {
|
|
fprintf(stderr,"Token=%d |%s|\n",token,ncgtext);
|
|
}
|
|
return token;
|
|
}
|
|
|
|
int
|
|
lex_init(void)
|
|
{
|
|
lineno = 1;
|
|
lextext = NULL;
|
|
if(0) unput(0); /* keep -Wall quiet */
|
|
return 0;
|
|
}
|
|
|
|
static Symbol*
|
|
makepath(char* text0)
|
|
{
|
|
/* Convert path to a sequence of symbols */
|
|
/* use last name as symbol name (with '/' as exception) */
|
|
Symbol* sym = NULL;
|
|
/* walk the path converting to a sequence of symbols */
|
|
if(strcmp(text0,"/")==0) {
|
|
/* special case of root reference */
|
|
sym = rootgroup;
|
|
} else {
|
|
List* prefix = listnew();
|
|
/* split the text into IDENT chunks, convert to symbols */
|
|
Symbol* container = rootgroup;
|
|
char *ident, *p;
|
|
char* text = strdup(text0);
|
|
int c,issuffix;
|
|
ident=text+1; p=ident; /* skip leading '/' */
|
|
do {
|
|
issuffix=0;
|
|
switch ((c=*p)) {
|
|
default: p++; break;
|
|
case '\\': p++; if(*p == '/') p++; break;
|
|
case '\0': /* treat null terminator like trailing '/' (mostly) */
|
|
issuffix=1; /* this is the last ident in the path */
|
|
/*fall thru */
|
|
case '/':
|
|
*p='\0';
|
|
deescapify(ident);
|
|
if(!issuffix) {
|
|
sym = lookupingroup(NC_GRP,ident,container);
|
|
if(sym == NULL) {
|
|
sprintf(errstr,"Undefined or forward referenced group: %s",ident);
|
|
yyerror(errstr);
|
|
sym = rootgroup;
|
|
} else {
|
|
listpush(prefix,(elem_t)sym);
|
|
}
|
|
} else
|
|
{
|
|
sym = install(ident);
|
|
sym->objectclass = NC_GRP;
|
|
sym->is_ref = 1;
|
|
sym->ref = NULL;
|
|
sym->container = container;
|
|
sym->subnodes = listnew();
|
|
}
|
|
container = sym;
|
|
ident=p+1; p=ident;
|
|
break;
|
|
}
|
|
} while(c != '\0');
|
|
sym->objectclass = NC_NAT; /*make caller set correctly */
|
|
sym->prefix = prefix;
|
|
free(text);
|
|
}
|
|
return sym;
|
|
}
|
|
|