2 #define fts0bHEADER_H 1 
    3 #define fts0bIN_HEADER 1 
    5 #line 6 "../include/fts0blex.h" 
    7 #line 8 "../include/fts0blex.h" 
    9 #define  YY_INT_ALIGNED short int 
   14 #define YY_FLEX_MAJOR_VERSION 2 
   15 #define YY_FLEX_MINOR_VERSION 5 
   16 #define YY_FLEX_SUBMINOR_VERSION 35 
   17 #if YY_FLEX_SUBMINOR_VERSION > 0 
   38 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 
   43 #ifndef __STDC_LIMIT_MACROS 
   44 #define __STDC_LIMIT_MACROS 1 
   48 typedef int8_t flex_int8_t;
 
   49 typedef uint8_t flex_uint8_t;
 
   50 typedef int16_t flex_int16_t;
 
   51 typedef uint16_t flex_uint16_t;
 
   52 typedef int32_t flex_int32_t;
 
   53 typedef uint32_t flex_uint32_t;
 
   55 typedef signed char flex_int8_t;
 
   56 typedef short int flex_int16_t;
 
   57 typedef int flex_int32_t;
 
   58 typedef unsigned char flex_uint8_t; 
 
   59 typedef unsigned short int flex_uint16_t;
 
   60 typedef unsigned int flex_uint32_t;
 
   64 #define INT8_MIN               (-128) 
   67 #define INT16_MIN              (-32767-1) 
   70 #define INT32_MIN              (-2147483647-1) 
   73 #define INT8_MAX               (127) 
   76 #define INT16_MAX              (32767) 
   79 #define INT32_MAX              (2147483647) 
   82 #define UINT8_MAX              (255U) 
   85 #define UINT16_MAX             (65535U) 
   88 #define UINT32_MAX             (4294967295U) 
  103 #if defined (__STDC__) 
  111 #define yyconst const 
  117 #ifndef YY_TYPEDEF_YY_SCANNER_T 
  118 #define YY_TYPEDEF_YY_SCANNER_T 
  119 typedef void* yyscan_t;
 
  124 #define yyin yyg->yyin_r 
  125 #define yyout yyg->yyout_r 
  126 #define yyextra yyg->yyextra_r 
  127 #define yyleng yyg->yyleng_r 
  128 #define yytext yyg->yytext_r 
  129 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 
  130 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 
  131 #define yy_flex_debug yyg->yy_flex_debug_r 
  140 #define YY_BUF_SIZE 32768 
  142 #define YY_BUF_SIZE 16384 
  146 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 
  147 #define YY_TYPEDEF_YY_BUFFER_STATE 
  151 #ifndef YY_TYPEDEF_YY_SIZE_T 
  152 #define YY_TYPEDEF_YY_SIZE_T 
  153 typedef size_t yy_size_t;
 
  156 #ifndef YY_STRUCT_YY_BUFFER_STATE 
  157 #define YY_STRUCT_YY_BUFFER_STATE 
  168         yy_size_t yy_buf_size;
 
  179         int yy_is_our_buffer;
 
  186         int yy_is_interactive;
 
  202         int yy_buffer_status;
 
  207 void fts0brestart (FILE *input_file ,yyscan_t yyscanner );
 
  208 void fts0b_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
 
  209 YY_BUFFER_STATE fts0b_create_buffer (FILE *
file,
int size ,yyscan_t yyscanner );
 
  210 void fts0b_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
 
  211 void fts0b_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
 
  212 void fts0bpush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
 
  213 void fts0bpop_buffer_state (yyscan_t yyscanner );
 
  215 YY_BUFFER_STATE fts0b_scan_buffer (
char *base,yy_size_t 
size ,yyscan_t yyscanner );
 
  216 YY_BUFFER_STATE fts0b_scan_string (yyconst 
char *yy_str ,yyscan_t yyscanner );
 
  217 YY_BUFFER_STATE fts0b_scan_bytes (yyconst 
char *bytes,
int len ,yyscan_t yyscanner );
 
  219 void *fts0balloc (yy_size_t ,yyscan_t yyscanner );
 
  220 void *fts0brealloc (
void *,yy_size_t ,yyscan_t yyscanner );
 
  221 void fts0bfree (
void * ,yyscan_t yyscanner );
 
  225 #define fts0bwrap(n) 1 
  226 #define YY_SKIP_YYWRAP 
  228 #define yytext_ptr yytext_r 
  230 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 
  235 #ifndef YY_NO_UNISTD_H 
  243 #ifndef YY_EXTRA_TYPE 
  244 #define YY_EXTRA_TYPE void * 
  247 int fts0blex_init (yyscan_t* scanner);
 
  249 int fts0blex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
 
  254 int fts0blex_destroy (yyscan_t yyscanner );
 
  256 int fts0bget_debug (yyscan_t yyscanner );
 
  258 void fts0bset_debug (
int debug_flag ,yyscan_t yyscanner );
 
  260 YY_EXTRA_TYPE fts0bget_extra (yyscan_t yyscanner );
 
  262 void fts0bset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
 
  264 FILE *fts0bget_in (yyscan_t yyscanner );
 
  266 void fts0bset_in  (FILE * in_str ,yyscan_t yyscanner );
 
  268 FILE *fts0bget_out (yyscan_t yyscanner );
 
  270 void fts0bset_out  (FILE * out_str ,yyscan_t yyscanner );
 
  272 int fts0bget_leng (yyscan_t yyscanner );
 
  274 char *fts0bget_text (yyscan_t yyscanner );
 
  276 int fts0bget_lineno (yyscan_t yyscanner );
 
  278 void fts0bset_lineno (
int line_number ,yyscan_t yyscanner );
 
  284 #ifndef YY_SKIP_YYWRAP 
  286 extern "C" int fts0bwrap (yyscan_t yyscanner );
 
  288 extern int fts0bwrap (yyscan_t yyscanner );
 
  293 static void yy_flex_strncpy (
char *,yyconst 
char *,
int ,yyscan_t yyscanner);
 
  296 #ifdef YY_NEED_STRLEN 
  297 static int yy_flex_strlen (yyconst 
char * ,yyscan_t yyscanner);
 
  305 #ifndef YY_READ_BUF_SIZE 
  308 #define YY_READ_BUF_SIZE 16384 
  310 #define YY_READ_BUF_SIZE 8192 
  315 #ifndef YY_START_STACK_INCR 
  316 #define YY_START_STACK_INCR 25 
  323 #define YY_DECL_IS_OURS 1 
  325 extern int fts0blex (yyscan_t yyscanner);
 
  327 #define YY_DECL int fts0blex (yyscan_t yyscanner) 
  333 #undef YY_FLUSH_BUFFER 
  336 #undef yy_set_interactive 
  337 #undef YY_DO_BEFORE_ACTION 
  339 #ifdef YY_DECL_IS_OURS 
  340 #undef YY_DECL_IS_OURS 
  344 #line 73 "fts0blex.l" 
  347 #line 348 "../include/fts0blex.h" 
  348 #undef fts0bIN_HEADER