00001 #ifndef cframeHEADER_H
00002 #define cframeHEADER_H 1
00003 #define cframeIN_HEADER 1
00004
00005 #line 6 "src/cframe_lexer.h"
00006
00007 #line 8 "src/cframe_lexer.h"
00008
00009 #define YY_INT_ALIGNED short int
00010
00011
00012
00013 #define FLEX_SCANNER
00014 #define YY_FLEX_MAJOR_VERSION 2
00015 #define YY_FLEX_MINOR_VERSION 5
00016 #define YY_FLEX_SUBMINOR_VERSION 33
00017 #if YY_FLEX_SUBMINOR_VERSION > 0
00018 #define FLEX_BETA
00019 #endif
00020
00021
00022
00023
00024 #include <stdio.h>
00025 #include <string.h>
00026 #include <errno.h>
00027 #include <stdlib.h>
00028
00029
00030
00031
00032
00033 #ifndef FLEXINT_H
00034 #define FLEXINT_H
00035
00036
00037
00038 #if __STDC_VERSION__ >= 199901L
00039
00040
00041
00042
00043 #ifndef __STDC_LIMIT_MACROS
00044 #define __STDC_LIMIT_MACROS 1
00045 #endif
00046
00047 #include <inttypes.h>
00048 typedef int8_t flex_int8_t;
00049 typedef uint8_t flex_uint8_t;
00050 typedef int16_t flex_int16_t;
00051 typedef uint16_t flex_uint16_t;
00052 typedef int32_t flex_int32_t;
00053 typedef uint32_t flex_uint32_t;
00054 #else
00055 typedef signed char flex_int8_t;
00056 typedef short int flex_int16_t;
00057 typedef int flex_int32_t;
00058 typedef unsigned char flex_uint8_t;
00059 typedef unsigned short int flex_uint16_t;
00060 typedef unsigned int flex_uint32_t;
00061 #endif
00062
00063
00064 #ifndef INT8_MIN
00065 #define INT8_MIN (-128)
00066 #endif
00067 #ifndef INT16_MIN
00068 #define INT16_MIN (-32767-1)
00069 #endif
00070 #ifndef INT32_MIN
00071 #define INT32_MIN (-2147483647-1)
00072 #endif
00073 #ifndef INT8_MAX
00074 #define INT8_MAX (127)
00075 #endif
00076 #ifndef INT16_MAX
00077 #define INT16_MAX (32767)
00078 #endif
00079 #ifndef INT32_MAX
00080 #define INT32_MAX (2147483647)
00081 #endif
00082 #ifndef UINT8_MAX
00083 #define UINT8_MAX (255U)
00084 #endif
00085 #ifndef UINT16_MAX
00086 #define UINT16_MAX (65535U)
00087 #endif
00088 #ifndef UINT32_MAX
00089 #define UINT32_MAX (4294967295U)
00090 #endif
00091
00092 #endif
00093
00094 #ifdef __cplusplus
00095
00096
00097 #define YY_USE_CONST
00098
00099 #else
00100
00101 #if __STDC__
00102
00103 #define YY_USE_CONST
00104
00105 #endif
00106 #endif
00107
00108 #ifdef YY_USE_CONST
00109 #define yyconst const
00110 #else
00111 #define yyconst
00112 #endif
00113
00114 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
00115 #define YY_TYPEDEF_YY_BUFFER_STATE
00116 typedef struct yy_buffer_state *YY_BUFFER_STATE;
00117 #endif
00118
00119 extern int cframeleng;
00120
00121 extern FILE *cframein, *cframeout;
00122
00123
00124
00125
00126
00127
00128 #ifndef YY_TYPEDEF_YY_SIZE_T
00129 #define YY_TYPEDEF_YY_SIZE_T
00130 typedef unsigned int yy_size_t;
00131 #endif
00132
00133 #ifndef YY_STRUCT_YY_BUFFER_STATE
00134 #define YY_STRUCT_YY_BUFFER_STATE
00135 struct yy_buffer_state
00136 {
00137 FILE *yy_input_file;
00138
00139 char *yy_ch_buf;
00140 char *yy_buf_pos;
00141
00142
00143
00144
00145 yy_size_t yy_buf_size;
00146
00147
00148
00149
00150 int yy_n_chars;
00151
00152
00153
00154
00155
00156 int yy_is_our_buffer;
00157
00158
00159
00160
00161
00162
00163 int yy_is_interactive;
00164
00165
00166
00167
00168
00169 int yy_at_bol;
00170
00171 int yy_bs_lineno;
00172 int yy_bs_column;
00174
00175
00176
00177 int yy_fill_buffer;
00178
00179 int yy_buffer_status;
00180
00181 };
00182 #endif
00183
00184 void cframerestart (FILE *input_file );
00185 void cframe_switch_to_buffer (YY_BUFFER_STATE new_buffer );
00186 YY_BUFFER_STATE cframe_create_buffer (FILE *file,int size );
00187 void cframe_delete_buffer (YY_BUFFER_STATE b );
00188 void cframe_flush_buffer (YY_BUFFER_STATE b );
00189 void cframepush_buffer_state (YY_BUFFER_STATE new_buffer );
00190 void cframepop_buffer_state (void );
00191
00192 YY_BUFFER_STATE cframe_scan_buffer (char *base,yy_size_t size );
00193 YY_BUFFER_STATE cframe_scan_string (yyconst char *yy_str );
00194 YY_BUFFER_STATE cframe_scan_bytes (yyconst char *bytes,int len );
00195
00196 void *cframealloc (yy_size_t );
00197 void *cframerealloc (void *,yy_size_t );
00198 void cframefree (void * );
00199
00200
00201
00202 extern int cframelineno;
00203
00204 extern char *cframetext;
00205 #define yytext_ptr cframetext
00206 static yyconst flex_int16_t yy_nxt[][7] =
00207 {
00208 {
00209 0, 0, 0, 0, 0, 0, 0
00210 },
00211
00212 {
00213 3, 4, 5, 6, 7, 8, 9
00214 },
00215
00216 {
00217 3, 4, 5, 6, 7, 8, 9
00218 },
00219
00220 {
00221 -3, -3, -3, -3, -3, -3, -3
00222 },
00223
00224 {
00225 3, 10, -4, -4, -4, -4, -4
00226 },
00227
00228 {
00229 3, -5, 11, -5, -5, -5, -5
00230 },
00231
00232 {
00233 3, -6, -6, -6, -6, -6, -6
00234 },
00235
00236 {
00237 3, -7, -7, -7, -7, -7, -7
00238 },
00239
00240 {
00241 3, -8, -8, -8, -8, -8, -8
00242 },
00243
00244 {
00245 3, -9, -9, -9, -9, -9, -9
00246
00247 },
00248
00249 {
00250 3, 10, -10, -10, -10, -10, -10
00251 },
00252
00253 {
00254 3, -11, 11, -11, -11, -11, -11
00255 },
00256
00257 } ;
00258
00259 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
00260 #define INITIAL 0
00261
00262 #endif
00263
00264 #ifndef YY_NO_UNISTD_H
00265
00266
00267
00268
00269 #include <unistd.h>
00270 #endif
00271
00272 #ifndef YY_EXTRA_TYPE
00273 #define YY_EXTRA_TYPE void *
00274 #endif
00275
00276
00277
00278
00279
00280 #ifndef YY_SKIP_YYWRAP
00281 #ifdef __cplusplus
00282 extern "C" int cframewrap (void );
00283 #else
00284 extern int cframewrap (void );
00285 #endif
00286 #endif
00287
00288 #ifndef yytext_ptr
00289 static void yy_flex_strncpy (char *,yyconst char *,int );
00290 #endif
00291
00292 #ifdef YY_NEED_STRLEN
00293 static int yy_flex_strlen (yyconst char * );
00294 #endif
00295
00296 #ifndef YY_NO_INPUT
00297
00298 #endif
00299
00300
00301 #ifndef YY_READ_BUF_SIZE
00302 #define YY_READ_BUF_SIZE 8192
00303 #endif
00304
00305
00306 #ifndef YY_START_STACK_INCR
00307 #define YY_START_STACK_INCR 25
00308 #endif
00309
00310
00311
00312
00313 #ifndef YY_DECL
00314 #define YY_DECL_IS_OURS 1
00315
00316 extern int cframelex (void);
00317
00318 #define YY_DECL int cframelex (void)
00319 #endif
00320
00321
00322
00323 #undef YY_NEW_FILE
00324 #undef YY_FLUSH_BUFFER
00325 #undef yy_set_bol
00326 #undef yy_new_buffer
00327 #undef yy_set_interactive
00328 #undef YY_DO_BEFORE_ACTION
00329
00330 #ifdef YY_DECL_IS_OURS
00331 #undef YY_DECL_IS_OURS
00332 #undef YY_DECL
00333 #endif
00334
00335 #line 13 "src/cframe_lexer.l"
00336
00337
00338 #line 339 "src/cframe_lexer.h"
00339 #undef cframeIN_HEADER
00340 #endif