scanner.h

Go to the documentation of this file.
00001 #ifndef yyHEADER_H
00002 #define yyHEADER_H 1
00003 #define yyIN_HEADER 1
00004 
00005 #line 6 "scanner.h"
00006 
00007 #line 8 "scanner.h"
00008 
00009 #define  YY_INT_ALIGNED short int
00010 
00011 /* A lexical scanner generated by flex */
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 35
00017 #if YY_FLEX_SUBMINOR_VERSION > 0
00018 #define FLEX_BETA
00019 #endif
00020 
00021 /* First, we deal with  platform-specific or compiler-specific issues. */
00022 
00023 /* begin standard C headers. */
00024 #include <stdio.h>
00025 #include <string.h>
00026 #include <errno.h>
00027 #include <stdlib.h>
00028 
00029 /* end standard C headers. */
00030 
00031 /* flex integer type definitions */
00032 
00033 #ifndef FLEXINT_H
00034 #define FLEXINT_H
00035 
00036 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
00037 
00038 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
00039 
00040 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
00041  * if you want the limit (max/min) macros for int types. 
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 
00062 /* Limits of integral types. */
00063 #ifndef INT8_MIN
00064 #define INT8_MIN               (-128)
00065 #endif
00066 #ifndef INT16_MIN
00067 #define INT16_MIN              (-32767-1)
00068 #endif
00069 #ifndef INT32_MIN
00070 #define INT32_MIN              (-2147483647-1)
00071 #endif
00072 #ifndef INT8_MAX
00073 #define INT8_MAX               (127)
00074 #endif
00075 #ifndef INT16_MAX
00076 #define INT16_MAX              (32767)
00077 #endif
00078 #ifndef INT32_MAX
00079 #define INT32_MAX              (2147483647)
00080 #endif
00081 #ifndef UINT8_MAX
00082 #define UINT8_MAX              (255U)
00083 #endif
00084 #ifndef UINT16_MAX
00085 #define UINT16_MAX             (65535U)
00086 #endif
00087 #ifndef UINT32_MAX
00088 #define UINT32_MAX             (4294967295U)
00089 #endif
00090 
00091 #endif /* ! C99 */
00092 
00093 #endif /* ! FLEXINT_H */
00094 
00095 #ifdef __cplusplus
00096 
00097 /* The "const" storage-class-modifier is valid. */
00098 #define YY_USE_CONST
00099 
00100 #else   /* ! __cplusplus */
00101 
00102 /* C99 requires __STDC__ to be defined as 1. */
00103 #if defined (__STDC__)
00104 
00105 #define YY_USE_CONST
00106 
00107 #endif  /* defined (__STDC__) */
00108 #endif  /* ! __cplusplus */
00109 
00110 #ifdef YY_USE_CONST
00111 #define yyconst const
00112 #else
00113 #define yyconst
00114 #endif
00115 
00116 /* An opaque pointer. */
00117 #ifndef YY_TYPEDEF_YY_SCANNER_T
00118 #define YY_TYPEDEF_YY_SCANNER_T
00119 typedef void* yyscan_t;
00120 #endif
00121 
00122 /* For convenience, these vars (plus the bison vars far below)
00123    are macros in the reentrant scanner. */
00124 #define yyin yyg->yyin_r
00125 #define yyout yyg->yyout_r
00126 #define yyextra yyg->yyextra_r
00127 #define yyleng yyg->yyleng_r
00128 #define yytext yyg->yytext_r
00129 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
00130 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
00131 #define yy_flex_debug yyg->yy_flex_debug_r
00132 
00133 /* Size of default input buffer. */
00134 #ifndef YY_BUF_SIZE
00135 #define YY_BUF_SIZE 16384
00136 #endif
00137 
00138 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
00139 #define YY_TYPEDEF_YY_BUFFER_STATE
00140 typedef struct yy_buffer_state *YY_BUFFER_STATE;
00141 #endif
00142 
00143 #ifndef YY_TYPEDEF_YY_SIZE_T
00144 #define YY_TYPEDEF_YY_SIZE_T
00145 typedef size_t yy_size_t;
00146 #endif
00147 
00148 #ifndef YY_STRUCT_YY_BUFFER_STATE
00149 #define YY_STRUCT_YY_BUFFER_STATE
00150 struct yy_buffer_state
00151         {
00152         FILE *yy_input_file;
00153 
00154         char *yy_ch_buf;                /* input buffer */
00155         char *yy_buf_pos;               /* current position in input buffer */
00156 
00157         /* Size of input buffer in bytes, not including room for EOB
00158          * characters.
00159          */
00160         yy_size_t yy_buf_size;
00161 
00162         /* Number of characters read into yy_ch_buf, not including EOB
00163          * characters.
00164          */
00165         int yy_n_chars;
00166 
00167         /* Whether we "own" the buffer - i.e., we know we created it,
00168          * and can realloc() it to grow it, and should free() it to
00169          * delete it.
00170          */
00171         int yy_is_our_buffer;
00172 
00173         /* Whether this is an "interactive" input source; if so, and
00174          * if we're using stdio for input, then we want to use getc()
00175          * instead of fread(), to make sure we stop fetching input after
00176          * each newline.
00177          */
00178         int yy_is_interactive;
00179 
00180         /* Whether we're considered to be at the beginning of a line.
00181          * If so, '^' rules will be active on the next match, otherwise
00182          * not.
00183          */
00184         int yy_at_bol;
00185 
00186     int yy_bs_lineno; 
00187     int yy_bs_column; 
00189         /* Whether to try to fill the input buffer when we reach the
00190          * end of it.
00191          */
00192         int yy_fill_buffer;
00193 
00194         int yy_buffer_status;
00195 
00196         };
00197 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
00198 
00199 void yyrestart (FILE *input_file ,yyscan_t yyscanner );
00200 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
00201 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
00202 void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
00203 void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
00204 void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
00205 void yypop_buffer_state (yyscan_t yyscanner );
00206 
00207 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
00208 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
00209 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
00210 
00211 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
00212 void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
00213 void yyfree (void * ,yyscan_t yyscanner );
00214 
00215 #define yywrap(n) 1
00216 #define YY_SKIP_YYWRAP
00217 
00218 #define yytext_ptr yytext_r
00219 
00220 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
00221 #define INITIAL 0
00222 
00223 #endif
00224 
00225 #ifndef YY_NO_UNISTD_H
00226 /* Special case for "unistd.h", since it is non-ANSI. We include it way
00227  * down here because we want the user's section 1 to have been scanned first.
00228  * The user has a chance to override it with an option.
00229  */
00230 #include <unistd.h>
00231 #endif
00232 
00233 #ifndef YY_EXTRA_TYPE
00234 #define YY_EXTRA_TYPE void *
00235 #endif
00236 
00237 int yylex_init (yyscan_t* scanner);
00238 
00239 int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
00240 
00241 /* Accessor methods to globals.
00242    These are made visible to non-reentrant scanners for convenience. */
00243 
00244 int yylex_destroy (yyscan_t yyscanner );
00245 
00246 int yyget_debug (yyscan_t yyscanner );
00247 
00248 void yyset_debug (int debug_flag ,yyscan_t yyscanner );
00249 
00250 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner );
00251 
00252 void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
00253 
00254 FILE *yyget_in (yyscan_t yyscanner );
00255 
00256 void yyset_in  (FILE * in_str ,yyscan_t yyscanner );
00257 
00258 FILE *yyget_out (yyscan_t yyscanner );
00259 
00260 void yyset_out  (FILE * out_str ,yyscan_t yyscanner );
00261 
00262 int yyget_leng (yyscan_t yyscanner );
00263 
00264 char *yyget_text (yyscan_t yyscanner );
00265 
00266 int yyget_lineno (yyscan_t yyscanner );
00267 
00268 void yyset_lineno (int line_number ,yyscan_t yyscanner );
00269 
00270 /* Macros after this point can all be overridden by user definitions in
00271  * section 1.
00272  */
00273 
00274 #ifndef YY_SKIP_YYWRAP
00275 #ifdef __cplusplus
00276 extern "C" int yywrap (yyscan_t yyscanner );
00277 #else
00278 extern int yywrap (yyscan_t yyscanner );
00279 #endif
00280 #endif
00281 
00282 #ifndef yytext_ptr
00283 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
00284 #endif
00285 
00286 #ifdef YY_NEED_STRLEN
00287 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
00288 #endif
00289 
00290 #ifndef YY_NO_INPUT
00291 
00292 #endif
00293 
00294 /* Amount of stuff to slurp up with each read. */
00295 #ifndef YY_READ_BUF_SIZE
00296 #define YY_READ_BUF_SIZE 8192
00297 #endif
00298 
00299 /* Number of entries by which start-condition stack grows. */
00300 #ifndef YY_START_STACK_INCR
00301 #define YY_START_STACK_INCR 25
00302 #endif
00303 
00304 /* Default declaration of generated scanner - a define so the user can
00305  * easily add parameters.
00306  */
00307 #ifndef YY_DECL
00308 #define YY_DECL_IS_OURS 1
00309 
00310 extern int yylex (yyscan_t yyscanner);
00311 
00312 #define YY_DECL int yylex (yyscan_t yyscanner)
00313 #endif /* !YY_DECL */
00314 
00315 /* yy_get_previous_state - get the state just before the EOB char was reached */
00316 
00317 #undef YY_NEW_FILE
00318 #undef YY_FLUSH_BUFFER
00319 #undef yy_set_bol
00320 #undef yy_new_buffer
00321 #undef yy_set_interactive
00322 #undef YY_DO_BEFORE_ACTION
00323 
00324 #ifdef YY_DECL_IS_OURS
00325 #undef YY_DECL_IS_OURS
00326 #undef YY_DECL
00327 #endif
00328 
00329 #line 41 "scanner.lpp"
00330 
00331 #line 332 "scanner.h"
00332 #undef yyIN_HEADER
00333 #endif /* yyHEADER_H */

Generated on Mon May 21 01:26:37 2012 for Advanced Strategic Command by  doxygen 1.5.1