• Main Page
  • Related Pages
  • Data Structures
  • Files
  • File List
  • Globals

src/libsphinxbase/lm/jsgf_scanner.h

00001 #ifndef yyHEADER_H
00002 #define yyHEADER_H 1
00003 #define yyIN_HEADER 1
00004 
00005 #line 6 "jsgf_scanner.h"
00006 
00007 #line 8 "jsgf_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 34
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 #endif /* ! C99 */
00062 
00063 /* Limits of integral types. */
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 /* ! FLEXINT_H */
00093 
00094 #ifdef __cplusplus
00095 
00096 /* The "const" storage-class-modifier is valid. */
00097 #define YY_USE_CONST
00098 
00099 #else   /* ! __cplusplus */
00100 
00101 /* C99 requires __STDC__ to be defined as 1. */
00102 #if defined (__STDC__)
00103 
00104 #define YY_USE_CONST
00105 
00106 #endif  /* defined (__STDC__) */
00107 #endif  /* ! __cplusplus */
00108 
00109 #ifdef YY_USE_CONST
00110 #define yyconst const
00111 #else
00112 #define yyconst
00113 #endif
00114 
00115 /* An opaque pointer. */
00116 #ifndef YY_TYPEDEF_YY_SCANNER_T
00117 #define YY_TYPEDEF_YY_SCANNER_T
00118 typedef void* yyscan_t;
00119 #endif
00120 
00121 /* For convenience, these vars (plus the bison vars far below)
00122    are macros in the reentrant scanner. */
00123 #define yyin yyg->yyin_r
00124 #define yyout yyg->yyout_r
00125 #define yyextra yyg->yyextra_r
00126 #define yyleng yyg->yyleng_r
00127 #define yytext yyg->yytext_r
00128 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
00129 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
00130 #define yy_flex_debug yyg->yy_flex_debug_r
00131 
00132 /* Size of default input buffer. */
00133 #ifndef YY_BUF_SIZE
00134 #define YY_BUF_SIZE 16384
00135 #endif
00136 
00137 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
00138 #define YY_TYPEDEF_YY_BUFFER_STATE
00139 typedef struct yy_buffer_state *YY_BUFFER_STATE;
00140 #endif
00141 
00142 /* The following is because we cannot portably get our hands on size_t
00143  * (without autoconf's help, which isn't available because we want
00144  * flex-generated scanners to compile on their own).
00145  * Given that the standard has decreed that size_t exists since 1989,
00146  * I guess we can afford to depend on it. Manoj.
00147  */
00148 
00149 #ifndef YY_TYPEDEF_YY_SIZE_T
00150 #define YY_TYPEDEF_YY_SIZE_T
00151 typedef size_t yy_size_t;
00152 #endif
00153 
00154 #ifndef YY_STRUCT_YY_BUFFER_STATE
00155 #define YY_STRUCT_YY_BUFFER_STATE
00156 struct yy_buffer_state
00157         {
00158         FILE *yy_input_file;
00159 
00160         char *yy_ch_buf;                /* input buffer */
00161         char *yy_buf_pos;               /* current position in input buffer */
00162 
00163         /* Size of input buffer in bytes, not including room for EOB
00164          * characters.
00165          */
00166         yy_size_t yy_buf_size;
00167 
00168         /* Number of characters read into yy_ch_buf, not including EOB
00169          * characters.
00170          */
00171         int yy_n_chars;
00172 
00173         /* Whether we "own" the buffer - i.e., we know we created it,
00174          * and can realloc() it to grow it, and should free() it to
00175          * delete it.
00176          */
00177         int yy_is_our_buffer;
00178 
00179         /* Whether this is an "interactive" input source; if so, and
00180          * if we're using stdio for input, then we want to use getc()
00181          * instead of fread(), to make sure we stop fetching input after
00182          * each newline.
00183          */
00184         int yy_is_interactive;
00185 
00186         /* Whether we're considered to be at the beginning of a line.
00187          * If so, '^' rules will be active on the next match, otherwise
00188          * not.
00189          */
00190         int yy_at_bol;
00191 
00192     int yy_bs_lineno; 
00193     int yy_bs_column; 
00195         /* Whether to try to fill the input buffer when we reach the
00196          * end of it.
00197          */
00198         int yy_fill_buffer;
00199 
00200         int yy_buffer_status;
00201 
00202         };
00203 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
00204 
00205 void yyrestart (FILE *input_file ,yyscan_t yyscanner );
00206 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
00207 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
00208 void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
00209 void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
00210 void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
00211 void yypop_buffer_state (yyscan_t yyscanner );
00212 
00213 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
00214 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
00215 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
00216 
00217 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
00218 void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
00219 void yyfree (void * ,yyscan_t yyscanner );
00220 
00221 /* Begin user sect3 */
00222 
00223 #define yywrap(n) 1
00224 #define YY_SKIP_YYWRAP
00225 
00226 #define yytext_ptr yytext_r
00227 
00228 #ifdef YY_HEADER_EXPORT_START_CONDITIONS
00229 #define INITIAL 0
00230 #define COMMENT 1
00231 
00232 #endif
00233 
00234 #ifndef YY_NO_UNISTD_H
00235 /* Special case for "unistd.h", since it is non-ANSI. We include it way
00236  * down here because we want the user's section 1 to have been scanned first.
00237  * The user has a chance to override it with an option.
00238  */
00239 #include <unistd.h>
00240 #endif
00241 
00242 #ifndef YY_EXTRA_TYPE
00243 #define YY_EXTRA_TYPE void *
00244 #endif
00245 
00246 int yylex_init (yyscan_t* scanner);
00247 
00248 int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
00249 
00250 /* Accessor methods to globals.
00251    These are made visible to non-reentrant scanners for convenience. */
00252 
00253 int yylex_destroy (yyscan_t yyscanner );
00254 
00255 int yyget_debug (yyscan_t yyscanner );
00256 
00257 void yyset_debug (int debug_flag ,yyscan_t yyscanner );
00258 
00259 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner );
00260 
00261 void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
00262 
00263 FILE *yyget_in (yyscan_t yyscanner );
00264 
00265 void yyset_in  (FILE * in_str ,yyscan_t yyscanner );
00266 
00267 FILE *yyget_out (yyscan_t yyscanner );
00268 
00269 void yyset_out  (FILE * out_str ,yyscan_t yyscanner );
00270 
00271 int yyget_leng (yyscan_t yyscanner );
00272 
00273 char *yyget_text (yyscan_t yyscanner );
00274 
00275 int yyget_lineno (yyscan_t yyscanner );
00276 
00277 void yyset_lineno (int line_number ,yyscan_t yyscanner );
00278 
00279 YYSTYPE * yyget_lval (yyscan_t yyscanner );
00280 
00281 void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
00282 
00283 /* Macros after this point can all be overridden by user definitions in
00284  * section 1.
00285  */
00286 
00287 #ifndef YY_SKIP_YYWRAP
00288 #ifdef __cplusplus
00289 extern "C" int yywrap (yyscan_t yyscanner );
00290 #else
00291 extern int yywrap (yyscan_t yyscanner );
00292 #endif
00293 #endif
00294 
00295 #ifndef yytext_ptr
00296 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
00297 #endif
00298 
00299 #ifdef YY_NEED_STRLEN
00300 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
00301 #endif
00302 
00303 #ifndef YY_NO_INPUT
00304 
00305 #endif
00306 
00307 /* Amount of stuff to slurp up with each read. */
00308 #ifndef YY_READ_BUF_SIZE
00309 #define YY_READ_BUF_SIZE 8192
00310 #endif
00311 
00312 /* Number of entries by which start-condition stack grows. */
00313 #ifndef YY_START_STACK_INCR
00314 #define YY_START_STACK_INCR 25
00315 #endif
00316 
00317 /* Default declaration of generated scanner - a define so the user can
00318  * easily add parameters.
00319  */
00320 #ifndef YY_DECL
00321 #define YY_DECL_IS_OURS 1
00322 
00323 extern int yylex \
00324                (YYSTYPE * yylval_param ,yyscan_t yyscanner);
00325 
00326 #define YY_DECL int yylex \
00327                (YYSTYPE * yylval_param , yyscan_t yyscanner)
00328 #endif /* !YY_DECL */
00329 
00330 /* yy_get_previous_state - get the state just before the EOB char was reached */
00331 
00332 #undef YY_NEW_FILE
00333 #undef YY_FLUSH_BUFFER
00334 #undef yy_set_bol
00335 #undef yy_new_buffer
00336 #undef yy_set_interactive
00337 #undef YY_DO_BEFORE_ACTION
00338 
00339 #ifdef YY_DECL_IS_OURS
00340 #undef YY_DECL_IS_OURS
00341 #undef YY_DECL
00342 #endif
00343 
00344 #line 77 "_jsgf_scanner.l"
00345 
00346 
00347 #line 348 "jsgf_scanner.h"
00348 #undef yyIN_HEADER
00349 #endif /* yyHEADER_H */

Generated on Fri Jan 14 2011 for SphinxBase by  doxygen 1.7.1