#line 3 "lex.VanuatuWkt.c"
#define YY_INT_ALIGNED short int
#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
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#ifndef FLEXINT_H
#define FLEXINT_H
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#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
#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
#ifdef __cplusplus
#define YY_USE_CONST
#else
#if defined (__STDC__)
#define YY_USE_CONST
#endif
#endif
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
#define YY_NULL 0
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void *yyscan_t;
#endif
#define yyin yyg->yyin_r
#define yyout yyg->yyout_r
#define yyextra yyg->yyextra_r
#define yyleng yyg->yyleng_r
#define yytext yyg->yytext_r
#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug yyg->yy_flex_debug_r
#define BEGIN yyg->yy_start = 1 + 2 *
#define YY_START ((yyg->yy_start - 1) / 2)
#define YYSTATE YY_START
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
#define YY_NEW_FILE VanuatuWktrestart(yyin ,yyscanner )
#define YY_END_OF_BUFFER_CHAR 0
#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE 16384
#endif
#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
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
#define yyless(n) \
do \
{ \
\
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = yyg->yy_hold_char; \
YY_RESTORE_YY_MORE_OFFSET \
yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; \
} \
while ( 0 )
#define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
#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;
char *yy_buf_pos;
yy_size_t yy_buf_size;
int yy_n_chars;
int yy_is_our_buffer;
int yy_is_interactive;
int yy_at_bol;
int yy_bs_lineno;
int yy_bs_column;
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
#define YY_BUFFER_EOF_PENDING 2
};
#endif
#define YY_CURRENT_BUFFER ( yyg->yy_buffer_stack \
? yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] \
: NULL)
#define YY_CURRENT_BUFFER_LVALUE yyg->yy_buffer_stack[yyg->yy_buffer_stack_top]
void VanuatuWktrestart (FILE * input_file, yyscan_t yyscanner);
void VanuatuWkt_switch_to_buffer (YY_BUFFER_STATE new_buffer,
yyscan_t yyscanner);
YY_BUFFER_STATE VanuatuWkt_create_buffer (FILE * file, int size,
yyscan_t yyscanner);
void VanuatuWkt_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner);
void VanuatuWkt_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner);
void VanuatuWktpush_buffer_state (YY_BUFFER_STATE new_buffer,
yyscan_t yyscanner);
void VanuatuWktpop_buffer_state (yyscan_t yyscanner);
static void VanuatuWktensure_buffer_stack (yyscan_t yyscanner);
static void VanuatuWkt_load_buffer_state (yyscan_t yyscanner);
static void VanuatuWkt_init_buffer (YY_BUFFER_STATE b, FILE * file,
yyscan_t yyscanner);
#define YY_FLUSH_BUFFER VanuatuWkt_flush_buffer(YY_CURRENT_BUFFER ,yyscanner)
YY_BUFFER_STATE VanuatuWkt_scan_buffer (char *base, yy_size_t size,
yyscan_t yyscanner);
YY_BUFFER_STATE VanuatuWkt_scan_string (yyconst char *yy_str,
yyscan_t yyscanner);
YY_BUFFER_STATE VanuatuWkt_scan_bytes (yyconst char *bytes, int len,
yyscan_t yyscanner);
void *VanuatuWktalloc (yy_size_t, yyscan_t yyscanner);
void *VanuatuWktrealloc (void *, yy_size_t, yyscan_t yyscanner);
void VanuatuWktfree (void *, yyscan_t yyscanner);
#define yy_new_buffer VanuatuWkt_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
VanuatuWktensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
VanuatuWkt_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
VanuatuWktensure_buffer_stack (yyscanner); \
YY_CURRENT_BUFFER_LVALUE = \
VanuatuWkt_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
#define yytext_ptr yytext_r
static yy_state_type yy_get_previous_state (yyscan_t yyscanner);
static yy_state_type yy_try_NUL_trans (yy_state_type current_state,
yyscan_t yyscanner);
static int yy_get_next_buffer (yyscan_t yyscanner);
static void yy_fatal_error (yyconst char msg[], yyscan_t yyscanner);
#define YY_DO_BEFORE_ACTION \
yyg->yytext_ptr = yy_bp; \
yyleng = (size_t) (yy_cp - yy_bp); \
yyg->yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yyg->yy_c_buf_p = yy_cp;
#define YY_NUM_RULES 36
#define YY_END_OF_BUFFER 37
struct yy_trans_info
{
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
static yyconst flex_int16_t yy_accept[114] = { 0,
0, 0, 37, 35, 33, 34, 3, 4, 35, 2,
35, 1, 35, 35, 35, 35, 1, 1, 1, 1,
0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
0, 0, 1, 1, 0, 0, 0, 0, 0, 0,
0, 0, 5, 0, 0, 0, 0, 0, 0, 7,
6, 0, 0, 0, 0, 0, 8, 13, 0, 0,
0, 0, 0, 0, 15, 14, 0, 0, 0, 0,
0, 16, 0, 9, 0, 17, 0, 0, 0, 11,
10, 0, 0, 19, 18, 0, 0, 12, 0, 20,
25, 0, 0, 0, 27, 26, 0, 0, 28, 0,
21, 0, 0, 23, 22, 0, 24, 29, 0, 31,
30, 32, 0
};
static yyconst flex_int32_t yy_ec[256] = { 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 1, 1, 1, 1, 1, 1, 1, 4,
5, 1, 6, 7, 8, 9, 1, 10, 10, 10,
10, 10, 10, 10, 10, 10, 10, 1, 1, 1,
1, 1, 1, 1, 1, 1, 11, 1, 12, 1,
13, 1, 14, 1, 1, 15, 16, 17, 18, 19,
1, 20, 21, 22, 23, 1, 1, 1, 24, 25,
1, 1, 1, 1, 1, 1, 1, 1, 26, 1,
27, 1, 28, 1, 29, 1, 1, 30, 31, 32,
33, 34, 1, 35, 36, 37, 38, 1, 1, 1,
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
};
static yyconst flex_int32_t yy_meta[41] = { 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
};
static yyconst flex_int16_t yy_base[115] = { 0,
0, 33, 211, 255, 255, 255, 255, 255, 192, 255,
191, 2, 2, 3, 4, 0, 11, 13, 185, 15,
26, 28, 32, 36, 162, 161, 154, 37, 42, 33,
39, 33, 71, 16, 46, 53, 61, 54, 64, 56,
57, 65, 80, 67, 66, 67, 74, 79, 0, 255,
82, 87, 82, 93, 91, 95, 255, 112, 105, 100,
106, 109, 103, 0, 255, 113, 112, 121, 114, 114,
125, 255, 124, 144, 118, 154, 130, 143, 0, 255,
143, 141, 0, 255, 146, 148, 154, 255, 153, 255,
184, 157, 161, 0, 255, 172, 167, 177, 255, 177,
194, 174, 0, 255, 182, 182, 255, 214, 0, 255,
192, 255, 255, 0
};
static yyconst flex_int16_t yy_def[115] = { 0,
114, 114, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 43, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 58, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 74, 113,
113, 113, 76, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 91, 113, 113, 113, 113, 113, 113,
113, 113, 101, 113, 113, 113, 113, 113, 108, 113,
113, 113, 0, 113
};
static yyconst flex_int16_t yy_nxt[296] = { 0,
4, 5, 6, 7, 8, 9, 10, 11, 113, 12,
19, 20, 13, 21, 14, 15, 22, 24, 16, 25,
17, 26, 18, 19, 20, 34, 23, 13, 21, 14,
15, 22, 24, 16, 5, 6, 7, 8, 9, 10,
11, 23, 12, 28, 29, 13, 30, 14, 15, 31,
32, 16, 35, 36, 37, 38, 39, 40, 28, 29,
13, 30, 14, 15, 31, 32, 16, 35, 36, 37,
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
33, 49, 49, 48, 52, 53, 54, 55, 41, 42,
43, 44, 45, 46, 47, 50, 56, 57, 48, 52,
53, 54, 55, 58, 51, 59, 60, 61, 62, 63,
50, 56, 57, 64, 64, 67, 68, 69, 58, 51,
59, 60, 61, 62, 63, 70, 71, 65, 72, 73,
67, 68, 69, 74, 75, 76, 66, 77, 78, 82,
70, 71, 65, 72, 73, 79, 79, 86, 74, 75,
76, 66, 77, 78, 82, 83, 83, 87, 88, 80,
89, 90, 86, 27, 91, 92, 93, 97, 81, 84,
34, 33, 87, 88, 80, 89, 90, 98, 85, 91,
92, 93, 97, 81, 84, 94, 94, 99, 100, 101,
102, 106, 98, 85, 27, 103, 103, 107, 108, 95,
18, 17, 99, 100, 101, 102, 106, 112, 96, 104,
113, 113, 107, 108, 95, 109, 109, 113, 105, 113,
113, 113, 112, 96, 104, 113, 113, 113, 113, 110,
113, 113, 113, 105, 113, 113, 113, 113, 111, 113,
113, 113, 113, 113, 110, 113, 113, 113, 113, 113,
113, 113, 113, 111, 3, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113
};
static yyconst flex_int16_t yy_chk[296] = { 0,
114, 1, 1, 1, 1, 1, 1, 1, 0, 1,
12, 12, 1, 13, 1, 1, 14, 16, 1, 17,
17, 18, 18, 20, 20, 34, 15, 1, 13, 1,
1, 14, 16, 1, 2, 2, 2, 2, 2, 2,
2, 15, 2, 21, 22, 2, 23, 2, 2, 24,
24, 2, 28, 29, 30, 31, 32, 35, 21, 22,
2, 23, 2, 2, 24, 24, 2, 28, 29, 30,
31, 32, 35, 36, 37, 38, 39, 40, 41, 42,
33, 43, 43, 42, 44, 45, 46, 47, 36, 37,
38, 39, 40, 41, 42, 43, 48, 51, 42, 44,
45, 46, 47, 52, 43, 53, 54, 55, 56, 56,
43, 48, 51, 58, 58, 59, 60, 61, 52, 43,
53, 54, 55, 56, 56, 62, 63, 58, 66, 67,
59, 60, 61, 68, 69, 70, 58, 71, 73, 75,
62, 63, 58, 66, 67, 74, 74, 77, 68, 69,
70, 58, 71, 73, 75, 76, 76, 78, 81, 74,
82, 85, 77, 27, 86, 87, 89, 92, 74, 76,
26, 25, 78, 81, 74, 82, 85, 93, 76, 86,
87, 89, 92, 74, 76, 91, 91, 96, 97, 98,
100, 102, 93, 76, 19, 101, 101, 105, 106, 91,
11, 9, 96, 97, 98, 100, 102, 111, 91, 101,
3, 0, 105, 106, 91, 108, 108, 0, 101, 0,
0, 0, 111, 91, 101, 0, 0, 0, 0, 108,
0, 0, 0, 101, 0, 0, 0, 0, 108, 0,
0, 0, 0, 0, 108, 0, 0, 0, 0, 0,
0, 0, 0, 108, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113, 113, 113, 113, 113, 113,
113, 113, 113, 113, 113
};
#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
#define YY_NO_INPUT 1
#define INITIAL 0
#ifndef YY_NO_UNISTD_H
#include <unistd.h>
#endif
#define YY_EXTRA_TYPE struct vanuatu_data *
struct yyguts_t
{
YY_EXTRA_TYPE yyextra_r;
FILE *yyin_r, *yyout_r;
size_t yy_buffer_stack_top;
size_t yy_buffer_stack_max;
YY_BUFFER_STATE *yy_buffer_stack;
char yy_hold_char;
int yy_n_chars;
int yyleng_r;
char *yy_c_buf_p;
int yy_init;
int yy_start;
int yy_did_buffer_switch_on_eof;
int yy_start_stack_ptr;
int yy_start_stack_depth;
int *yy_start_stack;
yy_state_type yy_last_accepting_state;
char *yy_last_accepting_cpos;
int yylineno_r;
int yy_flex_debug_r;
char *yytext_r;
int yy_more_flag;
int yy_more_len;
};
static int yy_init_globals (yyscan_t yyscanner);
int VanuatuWktlex_init (yyscan_t * scanner);
int VanuatuWktlex_init_extra (YY_EXTRA_TYPE user_defined, yyscan_t * scanner);
int VanuatuWktlex_destroy (yyscan_t yyscanner);
int VanuatuWktget_debug (yyscan_t yyscanner);
void VanuatuWktset_debug (int debug_flag, yyscan_t yyscanner);
YY_EXTRA_TYPE VanuatuWktget_extra (yyscan_t yyscanner);
void VanuatuWktset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner);
FILE *VanuatuWktget_in (yyscan_t yyscanner);
void VanuatuWktset_in (FILE * in_str, yyscan_t yyscanner);
FILE *VanuatuWktget_out (yyscan_t yyscanner);
void VanuatuWktset_out (FILE * out_str, yyscan_t yyscanner);
int VanuatuWktget_leng (yyscan_t yyscanner);
char *VanuatuWktget_text (yyscan_t yyscanner);
int VanuatuWktget_lineno (yyscan_t yyscanner);
void VanuatuWktset_lineno (int line_number, yyscan_t yyscanner);
int VanuatuWktget_column (yyscan_t yyscanner);
void VanuatuWktset_column (int column_no, yyscan_t yyscanner);
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int VanuatuWktwrap (yyscan_t yyscanner);
#else
extern int VanuatuWktwrap (yyscan_t yyscanner);
#endif
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy (char *, yyconst char *, int, yyscan_t yyscanner);
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char *, yyscan_t yyscanner);
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (yyscan_t yyscanner);
#else
static int input (yyscan_t yyscanner);
#endif
#endif
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif
#ifndef ECHO
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
#endif
#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( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner)
#endif
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int VanuatuWktlex (yyscan_t yyscanner);
#define YY_DECL int VanuatuWktlex (yyscan_t yyscanner)
#endif
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!yyg->yy_init)
{
yyg->yy_init = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if (!yyg->yy_start)
yyg->yy_start = 1;
if (!yyin)
yyin = stdin;
if (!yyout)
yyout = stdout;
if (!YY_CURRENT_BUFFER)
{
VanuatuWktensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
VanuatuWkt_create_buffer (yyin, YY_BUF_SIZE, yyscanner);
}
VanuatuWkt_load_buffer_state (yyscanner);
}
while (1)
{
yy_cp = yyg->yy_c_buf_p;
*yy_cp = yyg->yy_hold_char;
yy_bp = yy_cp;
yy_current_state = yyg->yy_start;
yy_match:
do
{
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI (*yy_cp)];
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] !=
yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 114)
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] != 255);
yy_find_action:
yy_act = yy_accept[yy_current_state];
if (yy_act == 0)
{
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
do_action:
switch (yy_act)
{
case 0:
*yy_cp = yyg->yy_hold_char;
yy_cp = yyg->yy_last_accepting_cpos;
yy_current_state = yyg->yy_last_accepting_state;
goto yy_find_action;
case 1:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->vanuatu_col +=
(int) strlen (yytext);
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval =
atof (yytext);
return VANUATU_NUM;
}
YY_BREAK case 2:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_COMMA;
}
YY_BREAK case 3:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_OPEN_BRACKET;
}
YY_BREAK case 4:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_CLOSE_BRACKET;
}
YY_BREAK case 5:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POINT;
}
YY_BREAK case 6:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POINT_Z;
}
YY_BREAK case 7:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POINT_M;
}
YY_BREAK case 8:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POINT_ZM;
}
YY_BREAK case 9:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_LINESTRING;
}
YY_BREAK case 10:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_LINESTRING_Z;
}
YY_BREAK case 11:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_LINESTRING_M;
}
YY_BREAK case 12:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_LINESTRING_ZM;
}
YY_BREAK case 13:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POLYGON;
}
YY_BREAK case 14:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POLYGON_Z;
}
YY_BREAK case 15:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POLYGON_M;
}
YY_BREAK case 16:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_POLYGON_ZM;
}
YY_BREAK case 17:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOINT;
}
YY_BREAK case 18:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOINT_Z;
}
YY_BREAK case 19:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOINT_M;
}
YY_BREAK case 20:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOINT_ZM;
}
YY_BREAK case 21:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTILINESTRING;
}
YY_BREAK case 22:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTILINESTRING_Z;
}
YY_BREAK case 23:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTILINESTRING_M;
}
YY_BREAK case 24:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTILINESTRING_ZM;
}
YY_BREAK case 25:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOLYGON;
}
YY_BREAK case 26:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOLYGON_Z;
}
YY_BREAK case 27:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOLYGON_M;
}
YY_BREAK case 28:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_MULTIPOLYGON_ZM;
}
YY_BREAK case 29:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_GEOMETRYCOLLECTION;
}
YY_BREAK case 30:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_GEOMETRYCOLLECTION_Z;
}
YY_BREAK case 31:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_GEOMETRYCOLLECTION_M;
}
YY_BREAK case 32:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->VanuatuWktlval.dval = 0;
return VANUATU_GEOMETRYCOLLECTION_ZM;
}
YY_BREAK case 33:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->vanuatu_col +=
(int) strlen (yytext);
}
YY_BREAK case 34:
YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->vanuatu_col = 0;
VanuatuWktget_extra (yyscanner)->vanuatu_line++;
}
YY_BREAK case 35:YY_RULE_SETUP
{
VanuatuWktget_extra (yyscanner)->vanuatu_col +=
(int) strlen (yytext);
return -1;
}
YY_BREAK case 36:YY_RULE_SETUP ECHO;
YY_BREAK case YY_STATE_EOF (INITIAL):yyterminate ();
case YY_END_OF_BUFFER:
{
int yy_amount_of_matched_text =
(int) (yy_cp - yyg->yytext_ptr) - 1;
*yy_cp = yyg->yy_hold_char;
YY_RESTORE_YY_MORE_OFFSET
if (YY_CURRENT_BUFFER_LVALUE->yy_buffer_status ==
YY_BUFFER_NEW)
{
yyg->yy_n_chars =
YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_NORMAL;
}
if (yyg->yy_c_buf_p <=
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars])
{
yy_state_type yy_next_state;
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state (yyscanner);
yy_next_state =
yy_try_NUL_trans (yy_current_state, yyscanner);
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
if (yy_next_state)
{
yy_cp = ++yyg->yy_c_buf_p;
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
yy_cp = yyg->yy_c_buf_p;
goto yy_find_action;
}
}
else
switch (yy_get_next_buffer (yyscanner))
{
case EOB_ACT_END_OF_FILE:
{
yyg->yy_did_buffer_switch_on_eof = 0;
if (VanuatuWktwrap (yyscanner))
{
yyg->yy_c_buf_p =
yyg->yytext_ptr + YY_MORE_ADJ;
yy_act = YY_STATE_EOF (YY_START);
goto do_action;
}
else
{
if (!yyg->yy_did_buffer_switch_on_eof)
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p =
yyg->yytext_ptr + yy_amount_of_matched_text;
yy_current_state =
yy_get_previous_state (yyscanner);
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
yyg->yy_c_buf_p =
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->
yy_n_chars];
yy_current_state =
yy_get_previous_state (yyscanner);
yy_cp = yyg->yy_c_buf_p;
yy_bp = yyg->yytext_ptr + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR
("fatal flex scanner internal error--no action found");
}
}
}
static int
yy_get_next_buffer (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
register char *source = yyg->yytext_ptr;
register int number_to_move, i;
int ret_val;
if (yyg->yy_c_buf_p >
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1])
YY_FATAL_ERROR
("fatal flex scanner internal error--end of buffer missed");
if (YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0)
{
if (yyg->yy_c_buf_p - yyg->yytext_ptr - YY_MORE_ADJ == 1)
{
return EOB_ACT_END_OF_FILE;
}
else
{
return EOB_ACT_LAST_MATCH;
}
}
number_to_move = (int) (yyg->yy_c_buf_p - yyg->yytext_ptr) - 1;
for (i = 0; i < number_to_move; ++i)
*(dest++) = *(source++);
if (YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING)
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->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)
{
YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
int yy_c_buf_p_offset = (int) (yyg->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 *)
VanuatuWktrealloc ((void *) b->yy_ch_buf,
b->yy_buf_size + 2, yyscanner);
}
else
b->yy_ch_buf = 0;
if (!b->yy_ch_buf)
YY_FATAL_ERROR
("fatal error - scanner input buffer overflow");
yyg->yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if (num_to_read > YY_READ_BUF_SIZE)
num_to_read = YY_READ_BUF_SIZE;
YY_INPUT ((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
yyg->yy_n_chars, (size_t) num_to_read);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if (yyg->yy_n_chars == 0)
{
if (number_to_move == YY_MORE_ADJ)
{
ret_val = EOB_ACT_END_OF_FILE;
VanuatuWktrestart (yyin, yyscanner);
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) (yyg->yy_n_chars + number_to_move) >
YY_CURRENT_BUFFER_LVALUE->yy_buf_size)
{
yy_size_t new_size =
yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf =
(char *) VanuatuWktrealloc ((void *)
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,
new_size, yyscanner);
if (!YY_CURRENT_BUFFER_LVALUE->yy_ch_buf)
YY_FATAL_ERROR ("out of dynamic memory in yy_get_next_buffer()");
}
yyg->yy_n_chars += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] =
YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] =
YY_END_OF_BUFFER_CHAR;
yyg->yytext_ptr = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
static yy_state_type
yy_get_previous_state (yyscan_t yyscanner)
{
register yy_state_type yy_current_state;
register char *yy_cp;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yy_current_state = yyg->yy_start;
for (yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p;
++yy_cp)
{
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI (*yy_cp)] : 1);
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 114)
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;
}
static yy_state_type
yy_try_NUL_trans (yy_state_type yy_current_state, yyscan_t yyscanner)
{
register int yy_is_jam;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
register char *yy_cp = yyg->yy_c_buf_p;
register YY_CHAR yy_c = 1;
if (yy_accept[yy_current_state])
{
yyg->yy_last_accepting_state = yy_current_state;
yyg->yy_last_accepting_cpos = yy_cp;
}
while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state)
{
yy_current_state = (int) yy_def[yy_current_state];
if (yy_current_state >= 114)
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 == 113);
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int
yyinput (yyscan_t yyscanner)
#else
static int
input (yyscan_t yyscanner)
#endif
{
int c;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
*yyg->yy_c_buf_p = yyg->yy_hold_char;
if (*yyg->yy_c_buf_p == YY_END_OF_BUFFER_CHAR)
{
if (yyg->yy_c_buf_p <
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars])
*yyg->yy_c_buf_p = '\0';
else
{
int offset = yyg->yy_c_buf_p - yyg->yytext_ptr;
++yyg->yy_c_buf_p;
switch (yy_get_next_buffer (yyscanner))
{
case EOB_ACT_LAST_MATCH:
VanuatuWktrestart (yyin, yyscanner);
case EOB_ACT_END_OF_FILE:
{
if (VanuatuWktwrap (yyscanner))
return EOF;
if (!yyg->yy_did_buffer_switch_on_eof)
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput (yyscanner);
#else
return input (yyscanner);
#endif
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p = yyg->yytext_ptr + offset;
break;
}
}
}
c = *(unsigned char *) yyg->yy_c_buf_p;
*yyg->yy_c_buf_p = '\0';
yyg->yy_hold_char = *++yyg->yy_c_buf_p;
return c;
}
#endif
void
VanuatuWktrestart (FILE * input_file, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
{
VanuatuWktensure_buffer_stack (yyscanner);
YY_CURRENT_BUFFER_LVALUE =
VanuatuWkt_create_buffer (yyin, YY_BUF_SIZE, yyscanner);
}
VanuatuWkt_init_buffer (YY_CURRENT_BUFFER, input_file, yyscanner);
VanuatuWkt_load_buffer_state (yyscanner);
}
void
VanuatuWkt_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
VanuatuWktensure_buffer_stack (yyscanner);
if (YY_CURRENT_BUFFER == new_buffer)
return;
if (YY_CURRENT_BUFFER)
{
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
VanuatuWkt_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
static void
VanuatuWkt_load_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
yyg->yy_hold_char = *yyg->yy_c_buf_p;
}
YY_BUFFER_STATE
VanuatuWkt_create_buffer (FILE * file, int size, yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) VanuatuWktalloc (sizeof (struct yy_buffer_state),
yyscanner);
if (!b)
YY_FATAL_ERROR ("out of dynamic memory in VanuatuWkt_create_buffer()");
b->yy_buf_size = size;
b->yy_ch_buf = (char *) VanuatuWktalloc (b->yy_buf_size + 2, yyscanner);
if (!b->yy_ch_buf)
YY_FATAL_ERROR ("out of dynamic memory in VanuatuWkt_create_buffer()");
b->yy_is_our_buffer = 1;
VanuatuWkt_init_buffer (b, file, yyscanner);
return b;
}
void
VanuatuWkt_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!b)
return;
if (b == YY_CURRENT_BUFFER)
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if (b->yy_is_our_buffer)
VanuatuWktfree ((void *) b->yy_ch_buf, yyscanner);
VanuatuWktfree ((void *) b, yyscanner);
}
#ifndef __cplusplus
extern int isatty (int);
#endif
static void
VanuatuWkt_init_buffer (YY_BUFFER_STATE b, FILE * file, yyscan_t yyscanner)
{
int oerrno = errno;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
VanuatuWkt_flush_buffer (b, yyscanner);
b->yy_input_file = file;
b->yy_fill_buffer = 1;
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;
}
void
VanuatuWkt_flush_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!b)
return;
b->yy_n_chars = 0;
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)
VanuatuWkt_load_buffer_state (yyscanner);
}
void
VanuatuWktpush_buffer_state (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (new_buffer == NULL)
return;
VanuatuWktensure_buffer_stack (yyscanner);
if (YY_CURRENT_BUFFER)
{
*yyg->yy_c_buf_p = yyg->yy_hold_char;
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p;
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars;
}
if (YY_CURRENT_BUFFER)
yyg->yy_buffer_stack_top++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
VanuatuWkt_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
void
VanuatuWktpop_buffer_state (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return;
VanuatuWkt_delete_buffer (YY_CURRENT_BUFFER, yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
if (yyg->yy_buffer_stack_top > 0)
--yyg->yy_buffer_stack_top;
if (YY_CURRENT_BUFFER)
{
VanuatuWkt_load_buffer_state (yyscanner);
yyg->yy_did_buffer_switch_on_eof = 1;
}
}
static void
VanuatuWktensure_buffer_stack (yyscan_t yyscanner)
{
int num_to_alloc;
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!yyg->yy_buffer_stack)
{
num_to_alloc = 1;
yyg->yy_buffer_stack = (struct yy_buffer_state **) VanuatuWktalloc
(num_to_alloc * sizeof (struct yy_buffer_state *), yyscanner);
if (!yyg->yy_buffer_stack)
YY_FATAL_ERROR
("out of dynamic memory in VanuatuWktensure_buffer_stack()");
memset (yyg->yy_buffer_stack, 0,
num_to_alloc * sizeof (struct yy_buffer_state *));
yyg->yy_buffer_stack_max = num_to_alloc;
yyg->yy_buffer_stack_top = 0;
return;
}
if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1)
{
int grow_size = 8 ;
num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
yyg->yy_buffer_stack = (struct yy_buffer_state **) VanuatuWktrealloc
(yyg->yy_buffer_stack,
num_to_alloc * sizeof (struct yy_buffer_state *), yyscanner);
if (!yyg->yy_buffer_stack)
YY_FATAL_ERROR
("out of dynamic memory in VanuatuWktensure_buffer_stack()");
memset (yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0,
grow_size * sizeof (struct yy_buffer_state *));
yyg->yy_buffer_stack_max = num_to_alloc;
}
}
YY_BUFFER_STATE
VanuatuWkt_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
if (size < 2 ||
base[size - 2] != YY_END_OF_BUFFER_CHAR ||
base[size - 1] != YY_END_OF_BUFFER_CHAR)
return 0;
b = (YY_BUFFER_STATE) VanuatuWktalloc (sizeof (struct yy_buffer_state),
yyscanner);
if (!b)
YY_FATAL_ERROR ("out of dynamic memory in VanuatuWkt_scan_buffer()");
b->yy_buf_size = size - 2;
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;
VanuatuWkt_switch_to_buffer (b, yyscanner);
return b;
}
YY_BUFFER_STATE
VanuatuWkt_scan_string (yyconst char *yystr, yyscan_t yyscanner)
{
return VanuatuWkt_scan_bytes (yystr, strlen (yystr), yyscanner);
}
YY_BUFFER_STATE
VanuatuWkt_scan_bytes (yyconst char *yybytes, int _yybytes_len,
yyscan_t yyscanner)
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
int i;
n = _yybytes_len + 2;
buf = (char *) VanuatuWktalloc (n, yyscanner);
if (!buf)
YY_FATAL_ERROR ("out of dynamic memory in VanuatuWkt_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 = VanuatuWkt_scan_buffer (buf, n, yyscanner);
if (!b)
YY_FATAL_ERROR ("bad buffer in VanuatuWkt_scan_bytes()");
b->yy_is_our_buffer = 1;
return b;
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
static void
yy_fatal_error (yyconst char *msg, yyscan_t yyscanner)
{
(void) fprintf (stderr, "%s\n", msg);
exit (YY_EXIT_FAILURE);
}
#undef yyless
#define yyless(n) \
do \
{ \
\
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = yyg->yy_hold_char; \
yyg->yy_c_buf_p = yytext + yyless_macro_arg; \
yyg->yy_hold_char = *yyg->yy_c_buf_p; \
*yyg->yy_c_buf_p = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
YY_EXTRA_TYPE
VanuatuWktget_extra (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyextra;
}
int
VanuatuWktget_lineno (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return 0;
return yylineno;
}
int
VanuatuWktget_column (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
return 0;
return yycolumn;
}
FILE *
VanuatuWktget_in (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyin;
}
FILE *
VanuatuWktget_out (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyout;
}
int
VanuatuWktget_leng (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yyleng;
}
char *
VanuatuWktget_text (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yytext;
}
void
VanuatuWktset_extra (YY_EXTRA_TYPE user_defined, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyextra = user_defined;
}
void
VanuatuWktset_lineno (int line_number, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
yy_fatal_error ("VanuatuWktset_lineno called with no buffer",
yyscanner);
yylineno = line_number;
}
void
VanuatuWktset_column (int column_no, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
if (!YY_CURRENT_BUFFER)
yy_fatal_error ("VanuatuWktset_column called with no buffer",
yyscanner);
yycolumn = column_no;
}
void
VanuatuWktset_in (FILE * in_str, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyin = in_str;
}
void
VanuatuWktset_out (FILE * out_str, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyout = out_str;
}
int
VanuatuWktget_debug (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
return yy_flex_debug;
}
void
VanuatuWktset_debug (int bdebug, yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yy_flex_debug = bdebug;
}
int
VanuatuWktlex_init (yyscan_t * ptr_yy_globals)
{
if (ptr_yy_globals == NULL)
{
errno = EINVAL;
return 1;
}
*ptr_yy_globals =
(yyscan_t) VanuatuWktalloc (sizeof (struct yyguts_t), NULL);
if (*ptr_yy_globals == NULL)
{
errno = ENOMEM;
return 1;
}
memset (*ptr_yy_globals, 0x00, sizeof (struct yyguts_t));
return yy_init_globals (*ptr_yy_globals);
}
int
VanuatuWktlex_init_extra (YY_EXTRA_TYPE yy_user_defined,
yyscan_t * ptr_yy_globals)
{
struct yyguts_t dummy_yyguts;
VanuatuWktset_extra (yy_user_defined, &dummy_yyguts);
if (ptr_yy_globals == NULL)
{
errno = EINVAL;
return 1;
}
*ptr_yy_globals =
(yyscan_t) VanuatuWktalloc (sizeof (struct yyguts_t), &dummy_yyguts);
if (*ptr_yy_globals == NULL)
{
errno = ENOMEM;
return 1;
}
memset (*ptr_yy_globals, 0x00, sizeof (struct yyguts_t));
VanuatuWktset_extra (yy_user_defined, *ptr_yy_globals);
return yy_init_globals (*ptr_yy_globals);
}
static int
yy_init_globals (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
yyg->yy_buffer_stack = 0;
yyg->yy_buffer_stack_top = 0;
yyg->yy_buffer_stack_max = 0;
yyg->yy_c_buf_p = (char *) 0;
yyg->yy_init = 0;
yyg->yy_start = 0;
yyg->yy_start_stack_ptr = 0;
yyg->yy_start_stack_depth = 0;
yyg->yy_start_stack = NULL;
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = (FILE *) 0;
yyout = (FILE *) 0;
#endif
return 0;
}
int
VanuatuWktlex_destroy (yyscan_t yyscanner)
{
struct yyguts_t *yyg = (struct yyguts_t *) yyscanner;
while (YY_CURRENT_BUFFER)
{
VanuatuWkt_delete_buffer (YY_CURRENT_BUFFER, yyscanner);
YY_CURRENT_BUFFER_LVALUE = NULL;
VanuatuWktpop_buffer_state (yyscanner);
}
VanuatuWktfree (yyg->yy_buffer_stack, yyscanner);
yyg->yy_buffer_stack = NULL;
VanuatuWktfree (yyg->yy_start_stack, yyscanner);
yyg->yy_start_stack = NULL;
yy_init_globals (yyscanner);
VanuatuWktfree (yyscanner, yyscanner);
yyscanner = NULL;
return 0;
}
#ifndef yytext_ptr
static void
yy_flex_strncpy (char *s1, yyconst char *s2, int n, yyscan_t yyscanner)
{
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, yyscan_t yyscanner)
{
register int n;
for (n = 0; s[n]; ++n)
;
return n;
}
#endif
void *
VanuatuWktalloc (yy_size_t size, yyscan_t yyscanner)
{
return (void *) malloc (size);
}
void *
VanuatuWktrealloc (void *ptr, yy_size_t size, yyscan_t yyscanner)
{
return (void *) realloc ((char *) ptr, size);
}
void
VanuatuWktfree (void *ptr, yyscan_t yyscanner)
{
free ((char *) ptr);
}
#define YYTABLES_NAME "yytables"
int
VanuatuWktwrap (yyscan_t yyscanner)
{
return 1;
}