#line 2 "../wntmsci9.pro/misc/cfg_yy.c" #line 4 "../wntmsci9.pro/misc/cfg_yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 31 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L #include 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 /* ! C99 */ /* Limits of integral types. */ #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 /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ #if __STDC__ #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart(yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires * access to the local variable yy_act. Since yyless() is a macro, it would break * existing scanners that call yyless() from OUTSIDE yylex. * One obvious solution it to make yy_act a global. I tried that, and saw * a 5% performance hit in a non-yylineno scanner, because yy_act is * normally declared as a register variable-- so it is not worth it. */ #define YY_LESS_LINENO(n) \ do { \ int yyl;\ for ( yyl = n; yyl < yyleng; ++yyl )\ if ( yytext[yyl] == '\n' )\ --yylineno;\ }while(0) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef unsigned int 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; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 1; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart (FILE *input_file ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); void yy_delete_buffer (YY_BUFFER_STATE b ); void yy_flush_buffer (YY_BUFFER_STATE b ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void yypop_buffer_state (void ); static void yyensure_buffer_stack (void ); static void yy_load_buffer_state (void ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ); void *yyalloc (yy_size_t ); void *yyrealloc (void *,yy_size_t ); void yyfree (void * ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; #define YY_FLEX_LEX_COMPAT extern int yylineno; int yylineno = 1; extern char yytext[]; static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ yyleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ if ( yyleng + (yy_more_offset) >= YYLMAX ) \ YY_FATAL_ERROR( "token too large, exceeds YYLMAX" ); \ yy_flex_strncpy( &yytext[(yy_more_offset)], (yytext_ptr), yyleng + 1 ); \ yyleng += (yy_more_offset); \ (yy_prev_more_offset) = (yy_more_offset); \ (yy_more_offset) = 0; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 10 #define YY_END_OF_BUFFER 11 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[192] = { 0, 11, 9, 10, 9, 10, 8, 5, 8, 5, 8, 2, 7, 8, 5, 2, 5, 8, 6, 7, 8, 7, 8, 5, 2, 5, 2, 4, 5, 8, 4, 5, 8, 2, 4, 5, 8, 5, 8, 5, 8, 7, 8, 3, 5, 8, 2, 5, 8, 3, 5, 8, 7, 8, 3, 7, 8, 2, 7, 8, 3, 5, 8, 2, 3, 5, 8, 3, 2, 3, 4, 5, 8, 3, 7, 8, 3, 7, 8, 2, 3, 7, 8, 3, 2, 3, 4, 5, 8, 3, 4, 5, 8, 2, 4, 5, 8, 3, 4, 5, 8, 3, 4, 5, 8, 2, 3, 4, 5, 8, 3, 5, 8, 3, 5, 8, 3, 7, 8, 3, 5, 8, 1, 2, 3, 5, 8, 3, 1, 3, 5, 8, 3, 3, 7, 8, 3, 7, 8, 1, 2, 3, 7, 8, 1, 3, 5, 8, 3, 1, 2, 3, 1, 3, 3, 4, 5, 8, 1, 3, 7, 8, 1, 3, 7, 8, 1, 3, 3, 4, 5, 8, 3, 4, 5, 8, 1, 2, 3, 4, 5, 8, 1, 3, 4, 5, 8, 1, 3, 4, 5, 8 } ; static yyconst flex_int16_t yy_accept[739] = { 0, 1, 1, 1, 2, 4, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 9, 9, 11, 11, 11, 11, 11, 11, 14, 14, 14, 14, 14, 15, 15, 18, 18, 18, 18, 19, 21, 23, 23, 23, 24, 26, 26, 27, 27, 27, 27, 27, 30, 30, 30, 30, 30, 30, 33, 33, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 39, 39, 39, 39, 41, 41, 41, 41, 41, 41, 41, 41, 43, 43, 43, 43, 43, 43, 43, 46, 46, 49, 49, 49, 49, 49, 49, 49, 49, 49, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 54, 54, 54, 54, 54, 54, 54, 57, 57, 60, 60, 60, 63, 63, 67, 67, 67, 67, 67, 68, 68, 69, 69, 69, 69, 69, 70, 70, 70, 70, 70, 70, 70, 70, 73, 73, 73, 73, 73, 76, 76, 76, 76, 79, 79, 83, 83, 83, 83, 84, 84, 86, 86, 86, 86, 86, 86, 86, 86, 86, 89, 89, 89, 89, 89, 89, 89, 93, 93, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 101, 101, 101, 101, 105, 105, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 113, 113, 113, 113, 113, 113, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 119, 119, 119, 119, 122, 122, 127, 127, 127, 127, 127, 128, 128, 128, 132, 132, 132, 132, 133, 133, 133, 133, 133, 133, 133, 133, 133, 133, 136, 136, 136, 136, 139, 139, 144, 144, 144, 148, 148, 149, 149, 152, 152, 152, 154, 154, 154, 154, 154, 154, 154, 154, 154, 158, 158, 158, 162, 162, 162, 166, 166, 166, 166, 168, 168, 168, 168, 168, 168, 168, 168, 168, 172, 172, 172, 172, 176, 176, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 187, 187, 187, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 8, 9, 10, 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, 11, 1, 1, 1, 12, 1, 13, 1, 1, 1, 1, 14, 15, 16, 17, 1, 1, 18, 19, 20, 1, 1, 1, 21, 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, 1, 1 } ; static yyconst flex_int32_t yy_meta[22] = { 0, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[781] = { 0, 1175, 1174, 1181, 1783, 0, 20, 2, 40, 60, 3, 2, 1175, 4, 6, 1173, 3, 1783, 14, 1173, 80, 10, 100, 1170, 120, 26, 1165, 37, 1167, 35, 1164, 1163, 9, 23, 140, 1162, 1783, 38, 37, 1783, 1161, 49, 1160, 48, 160, 17, 180, 1159, 200, 50, 50, 58, 63, 1783, 64, 1158, 53, 68, 73, 86, 82, 84, 89, 97, 65, 103, 99, 106, 85, 113, 113, 112, 123, 133, 134, 142, 99, 146, 147, 127, 116, 154, 144, 135, 167, 162, 161, 170, 169, 220, 240, 179, 178, 193, 260, 280, 300, 1153, 190, 180, 320, 340, 1158, 360, 195, 194, 380, 400, 420, 1151, 207, 202, 1144, 440, 210, 0, 1147, 460, 1141, 219, 223, 469, 228, 1139, 1138, 1146, 478, 0, 498, 1135, 1145, 507, 230, 234, 233, 516, 536, 556, 1144, 576, 1132, 596, 247, 0, 1136, 0, 1130, 247, 1128, 1129, 1128, 610, 0, 0, 1127, 0, 1126, 0, 1121, 252, 1116, 1125, 630, 639, 648, 1117, 254, 258, 657, 677, 697, 1120, 268, 262, 1124, 717, 0, 737, 1112, 273, 278, 1114, 740, 0, 1109, 1105, 1114, 1110, 754, 0, 1112, 1113, 1103, 1109, 270, 282, 774, 794, 1111, 814, 1095, 834, 290, 0, 1099, 0, 1093, 299, 1091, 1092, 1091, 302, 308, 848, 1097, 1097, 1087, 863, 1085, 1076, 1084, 1080, 294, 320, 1088, 883, 0, 903, 1077, 311, 323, 1081, 906, 0, 1076, 1072, 1081, 1078, 324, 331, 921, 1068, 1061, 1069, 935, 1068, 1060, 1061, 1065, 338, 342, 1060, 354, 361, 949, 1066, 1066, 1054, 1053, 358, 372, 963, 1055, 1047, 1047, 977, 1046, 1050, 1047, 1043, 374, 381, 1050, 383, 394, 992, 1040, 1033, 1041, 1040, 398, 402, 1006, 1034, 1038, 1034, 1020, 1033, 1029, 1034, 1027, 418, 410, 1025, 432, 424, 1034, 1027, 1019, 1019, 1018, 438, 450, 1048, 1020, 1016, 1022, 1062, 1020, 1007, 1021, 1015, 476, 452, 1012, 454, 469, 1076, 1006, 1010, 1007, 1006, 478, 492, 1090, 1009, 996, 1008, 1104, 1007, 996, 988, 1004, 498, 986, 990, 499, 514, 1118, 992, 988, 994, 992, 516, 519, 1132, 993, 982, 974, 1150, 973, 982, 390, 971, 528, 527, 978, 536, 539, 1164, 981, 970, 982, 979, 548, 961, 1182, 960, 969, 540, 958, 958, 960, 554, 959, 965, 556, 568, 1196, 968, 955, 947, 946, 574, 577, 945, 945, 948, 950, 944, 596, 943, 954, 579, 934, 1214, 933, 942, 590, 594, 936, 939, 933, 944, 942, 608, 941, 923, 611, 614, 920, 920, 923, 630, 921, 933, 931, 1234, 915, 1254, 914, 631, 917, 920, 913, 649, 921, 1274, 905, 1294, 1310, 0, 914, 1330, 908, 904, 1339, 0, 910, 1359, 904, 900, 650, 900, 911, 907, 1368, 890, 1388, 1404, 0, 899, 1424, 893, 888, 1429, 159, 1445, 0, 0, 202, 0, 893, 0, 888, 890, 1465, 0, 0, 890, 0, 885, 887, 665, 892, 1474, 876, 1494, 0, 885, 0, 879, 874, 1510, 230, 1526, 0, 876, 878, 270, 285, 345, 318, 0, 881, 870, 0, 876, 866, 1546, 861, 1566, 1582, 0, 870, 0, 864, 860, 0, 863, 865, 387, 377, 868, 858, 421, 245, 858, 849, 853, 847, 1602, 0, 855, 0, 849, 845, 1618, 426, 1634, 0, 847, 849, 852, 841, 305, 840, 834, 397, 841, 837, 839, 835, 0, 834, 836, 448, 475, 839, 829, 829, 822, 535, 828, 823, 481, 818, 822, 816, 820, 823, 812, 345, 813, 807, 814, 809, 592, 806, 810, 552, 807, 797, 801, 793, 798, 792, 573, 799, 795, 792, 796, 612, 793, 785, 359, 794, 789, 791, 787, 786, 780, 622, 777, 781, 778, 770, 425, 780, 776, 325, 783, 782, 781, 779, 766, 770, 656, 767, 759, 768, 762, 405, 769, 768, 472, 750, 0, 749, 0, 756, 747, 515, 757, 753, 759, 756, 501, 738, 0, 737, 658, 661, 748, 744, 436, 750, 749, 731, 0, 730, 669, 733, 730, 740, 739, 521, 721, 0, 670, 724, 720, 719, 714, 0, 713, 677, 717, 715, 726, 725, 681, 713, 711, 721, 704, 703, 706, 703, 712, 696, 697, 696, 696, 707, 691, 692, 698, 697, 701, 684, 684, 689, 681, 679, 674, 675, 680, 674, 670, 669, 659, 657, 644, 638, 634, 630, 628, 614, 605, 607, 604, 599, 580, 571, 562, 559, 545, 536, 528, 484, 467, 440, 388, 368, 353, 343, 329, 306, 290, 275, 236, 213, 216, 215, 0, 0, 179, 148, 91, 0, 71, 30, 0, 0, 0, 0, 1783, 1655, 1658, 1661, 1664, 1667, 1670, 1673, 1676, 1679, 1682, 1685, 1688, 1691, 1694, 1697, 1700, 1703, 1706, 1709, 1712, 1715, 1718, 1721, 1724, 1727, 1730, 1733, 1735, 1738, 1741, 1744, 1747, 1750, 1753, 1756, 1759, 1762, 1765, 1768, 1771, 1773, 1776, 1779 } ; static yyconst flex_int16_t yy_def[781] = { 0, 738, 738, 737, 737, 739, 740, 741, 740, 742, 743, 8, 8, 741, 8, 744, 8, 737, 741, 8, 742, 745, 742, 744, 742, 743, 746, 743, 744, 8, 744, 744, 744, 741, 747, 744, 737, 745, 24, 737, 744, 8, 744, 741, 747, 748, 747, 744, 747, 745, 24, 8, 741, 737, 748, 744, 48, 745, 24, 8, 741, 748, 48, 745, 24, 8, 741, 748, 48, 745, 24, 8, 741, 748, 48, 745, 24, 8, 741, 748, 48, 745, 24, 8, 741, 748, 48, 745, 24, 749, 750, 748, 48, 745, 751, 749, 752, 95, 753, 95, 750, 754, 755, 750, 748, 48, 756, 751, 757, 107, 753, 107, 95, 752, 758, 113, 113, 759, 113, 753, 753, 759, 753, 95, 95, 103, 754, 126, 760, 126, 755, 760, 103, 103, 748, 761, 756, 762, 755, 756, 107, 757, 763, 141, 141, 121, 141, 753, 107, 107, 764, 758, 121, 121, 764, 121, 121, 121, 113, 753, 95, 95, 760, 760, 760, 126, 103, 103, 765, 761, 766, 169, 753, 169, 139, 762, 175, 760, 175, 139, 139, 764, 763, 121, 141, 107, 107, 764, 758, 121, 113, 95, 95, 126, 103, 103, 765, 767, 755, 765, 169, 766, 768, 201, 201, 121, 201, 753, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 95, 126, 103, 103, 199, 767, 225, 760, 225, 199, 199, 764, 768, 121, 201, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 95, 126, 103, 103, 225, 199, 199, 768, 201, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 95, 126, 103, 103, 225, 199, 199, 768, 201, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 95, 126, 103, 103, 225, 199, 199, 768, 201, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 95, 126, 103, 103, 225, 199, 199, 768, 201, 169, 169, 175, 139, 139, 763, 141, 107, 107, 758, 113, 95, 113, 126, 103, 126, 225, 199, 199, 768, 201, 169, 169, 175, 139, 139, 763, 141, 107, 141, 758, 113, 95, 113, 126, 103, 126, 225, 199, 199, 768, 201, 169, 169, 175, 139, 175, 763, 141, 107, 141, 126, 95, 113, 103, 126, 225, 199, 199, 768, 201, 169, 201, 175, 139, 175, 175, 107, 141, 95, 113, 103, 126, 225, 199, 225, 768, 201, 169, 201, 139, 175, 107, 141, 95, 113, 103, 126, 225, 199, 225, 225, 169, 201, 139, 175, 107, 141, 769, 113, 770, 126, 199, 225, 169, 201, 139, 175, 771, 141, 769, 772, 429, 429, 773, 429, 113, 770, 436, 436, 774, 436, 126, 199, 225, 169, 201, 775, 175, 771, 776, 448, 448, 773, 448, 141, 772, 777, 772, 452, 452, 777, 452, 452, 452, 429, 113, 774, 466, 466, 466, 466, 436, 126, 199, 225, 778, 201, 775, 477, 477, 466, 477, 175, 776, 777, 776, 452, 448, 141, 777, 777, 777, 457, 452, 429, 113, 466, 436, 126, 779, 225, 778, 780, 501, 501, 452, 501, 201, 466, 477, 175, 777, 485, 448, 141, 777, 457, 429, 113, 436, 126, 779, 521, 521, 466, 521, 225, 780, 777, 780, 452, 501, 201, 477, 175, 485, 448, 141, 457, 429, 113, 436, 126, 466, 521, 225, 777, 529, 501, 201, 477, 175, 485, 448, 141, 457, 429, 113, 436, 126, 521, 225, 529, 501, 201, 477, 175, 485, 448, 141, 457, 429, 113, 436, 126, 521, 225, 529, 501, 201, 477, 175, 485, 448, 141, 457, 429, 113, 436, 126, 521, 225, 529, 501, 201, 477, 175, 485, 448, 141, 457, 429, 113, 436, 126, 521, 225, 529, 501, 201, 477, 175, 485, 448, 141, 457, 429, 429, 436, 436, 521, 225, 529, 501, 201, 477, 175, 485, 448, 448, 436, 429, 436, 521, 225, 529, 501, 201, 477, 477, 477, 448, 429, 436, 521, 225, 529, 501, 501, 477, 448, 429, 436, 521, 521, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 429, 436, 521, 501, 477, 448, 521, 501, 477, 521, 501, 521, 0, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737 } ; static yyconst flex_int16_t yy_nxt[1805] = { 0, 737, 7, 8, 736, 26, 9, 12, 12, 27, 10, 12, 17, 28, 17, 32, 30, 29, 29, 42, 36, 11, 13, 18, 17, 18, 14, 53, 26, 33, 15, 37, 27, 17, 735, 18, 28, 43, 54, 26, 12, 16, 13, 27, 18, 19, 14, 40, 36, 41, 15, 50, 20, 49, 12, 52, 51, 58, 17, 37, 36, 16, 21, 12, 57, 20, 22, 62, 44, 18, 23, 37, 59, 17, 53, 63, 70, 60, 36, 61, 20, 24, 21, 734, 18, 54, 22, 64, 20, 37, 35, 12, 17, 66, 53, 733, 68, 65, 67, 74, 44, 24, 21, 18, 44, 54, 22, 36, 12, 17, 23, 69, 82, 73, 20, 72, 53, 12, 37, 71, 18, 24, 21, 36, 75, 77, 22, 54, 20, 76, 35, 44, 86, 17, 37, 38, 78, 53, 85, 89, 12, 24, 45, 53, 18, 80, 46, 79, 54, 44, 47, 12, 36, 88, 54, 83, 84, 17, 81, 20, 732, 48, 45, 37, 36, 490, 46, 87, 18, 491, 47, 90, 53, 94, 92, 37, 44, 17, 91, 93, 36, 48, 45, 54, 20, 123, 46, 105, 18, 53, 55, 37, 104, 44, 121, 124, 122, 106, 135, 731, 54, 48, 45, 36, 134, 53, 46, 148, 490, 44, 47, 121, 491, 122, 37, 56, 54, 149, 13, 730, 150, 48, 13, 121, 96, 122, 97, 121, 729, 122, 98, 151, 121, 728, 122, 100, 490, 168, 159, 100, 491, 99, 13, 53, 101, 100, 166, 727, 167, 100, 102, 121, 538, 122, 54, 21, 121, 181, 122, 100, 430, 103, 21, 100, 108, 195, 109, 208, 182, 100, 110, 194, 121, 100, 122, 222, 490, 209, 136, 726, 491, 111, 13, 136, 96, 100, 97, 100, 136, 211, 98, 490, 212, 136, 725, 515, 223, 100, 45, 100, 231, 112, 114, 121, 115, 122, 116, 136, 95, 100, 117, 232, 552, 136, 249, 239, 196, 136, 724, 238, 449, 118, 13, 136, 101, 100, 196, 252, 196, 259, 102, 250, 516, 430, 615, 100, 136, 253, 196, 136, 430, 125, 114, 100, 127, 260, 136, 100, 100, 723, 128, 490, 577, 100, 722, 491, 270, 100, 271, 196, 502, 129, 13, 136, 101, 132, 196, 721, 274, 196, 102, 273, 600, 136, 430, 133, 196, 136, 280, 100, 720, 125, 21, 281, 137, 291, 100, 136, 294, 100, 138, 535, 449, 490, 292, 372, 100, 491, 196, 196, 719, 139, 21, 136, 108, 158, 109, 136, 295, 196, 110, 555, 430, 136, 627, 100, 301, 136, 302, 313, 449, 140, 142, 100, 143, 100, 144, 490, 107, 196, 145, 491, 490, 100, 312, 316, 491, 196, 612, 196, 449, 146, 114, 136, 115, 646, 116, 196, 95, 322, 117, 502, 315, 136, 490, 136, 334, 100, 491, 196, 718, 118, 154, 323, 155, 136, 156, 100, 120, 196, 157, 154, 336, 155, 196, 156, 630, 120, 717, 157, 114, 100, 127, 136, 196, 337, 100, 430, 128, 562, 502, 100, 570, 136, 343, 333, 430, 136, 716, 129, 154, 344, 163, 100, 196, 640, 130, 136, 164, 154, 357, 163, 354, 100, 196, 130, 449, 164, 45, 196, 170, 136, 171, 365, 136, 655, 172, 358, 635, 196, 502, 136, 374, 100, 136, 364, 502, 173, 21, 373, 137, 196, 165, 100, 196, 387, 138, 715, 377, 567, 449, 196, 376, 136, 196, 184, 714, 174, 142, 100, 176, 196, 383, 136, 136, 713, 177, 430, 585, 100, 712, 196, 394, 196, 390, 393, 711, 178, 21, 136, 137, 179, 400, 196, 196, 399, 138, 592, 502, 136, 710, 180, 210, 408, 196, 412, 709, 174, 142, 136, 143, 100, 144, 582, 107, 234, 145, 449, 405, 136, 708, 100, 419, 100, 413, 707, 196, 146, 13, 422, 150, 706, 421, 100, 705, 188, 196, 449, 597, 251, 704, 151, 154, 607, 163, 136, 196, 502, 130, 703, 164, 154, 425, 163, 702, 136, 196, 130, 701, 164, 154, 442, 163, 446, 136, 196, 130, 700, 164, 45, 699, 197, 473, 642, 136, 196, 643, 198, 698, 499, 196, 502, 622, 464, 650, 657, 471, 697, 199, 45, 196, 170, 662, 171, 487, 509, 667, 172, 696, 695, 694, 693, 531, 692, 691, 690, 544, 689, 200, 202, 688, 203, 687, 204, 686, 169, 685, 205, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 206, 142, 674, 176, 673, 672, 671, 136, 670, 177, 669, 668, 666, 665, 664, 663, 661, 661, 660, 659, 178, 154, 658, 163, 656, 654, 653, 130, 652, 164, 21, 651, 181, 649, 649, 648, 647, 213, 645, 644, 632, 641, 639, 182, 13, 638, 150, 637, 636, 634, 217, 633, 632, 631, 629, 628, 626, 151, 45, 625, 197, 624, 623, 621, 620, 619, 198, 618, 617, 616, 614, 613, 611, 610, 609, 608, 606, 224, 202, 605, 226, 604, 603, 602, 196, 601, 227, 599, 598, 596, 595, 594, 593, 591, 590, 589, 588, 228, 45, 587, 197, 229, 586, 584, 583, 581, 198, 580, 579, 578, 576, 230, 575, 574, 573, 572, 571, 224, 202, 569, 203, 568, 204, 566, 169, 565, 205, 564, 563, 561, 560, 559, 558, 557, 556, 554, 553, 206, 21, 551, 181, 550, 549, 548, 240, 545, 544, 543, 542, 541, 540, 182, 244, 13, 539, 150, 537, 536, 534, 533, 532, 531, 530, 526, 520, 519, 151, 202, 518, 226, 517, 514, 513, 196, 510, 227, 509, 508, 507, 500, 498, 497, 496, 495, 494, 493, 228, 154, 488, 163, 487, 486, 482, 130, 476, 164, 45, 475, 231, 474, 472, 471, 466, 254, 465, 464, 458, 454, 447, 232, 261, 21, 445, 181, 444, 443, 441, 435, 428, 427, 426, 424, 423, 409, 182, 13, 409, 150, 420, 418, 417, 265, 416, 415, 414, 411, 398, 409, 151, 45, 407, 231, 406, 404, 403, 275, 402, 401, 384, 384, 398, 397, 232, 21, 396, 181, 392, 391, 389, 282, 388, 355, 386, 369, 384, 382, 182, 13, 381, 150, 286, 380, 379, 375, 355, 371, 352, 369, 368, 367, 151, 296, 45, 363, 231, 362, 361, 360, 356, 355, 353, 352, 351, 350, 348, 232, 21, 347, 181, 303, 346, 342, 341, 340, 339, 335, 332, 331, 330, 182, 13, 329, 150, 327, 326, 325, 321, 320, 307, 319, 318, 314, 311, 151, 45, 310, 231, 309, 308, 306, 317, 305, 304, 300, 299, 298, 297, 232, 21, 293, 181, 290, 289, 288, 287, 285, 324, 284, 283, 279, 278, 182, 13, 277, 150, 276, 272, 328, 269, 268, 267, 266, 264, 263, 262, 151, 45, 258, 231, 338, 257, 256, 255, 187, 251, 196, 248, 247, 246, 232, 21, 245, 181, 243, 242, 345, 241, 237, 236, 235, 234, 233, 209, 182, 13, 349, 150, 131, 221, 220, 219, 218, 187, 216, 215, 214, 187, 151, 45, 210, 231, 136, 207, 193, 192, 191, 359, 190, 189, 187, 187, 232, 21, 366, 181, 186, 185, 184, 183, 149, 131, 131, 165, 100, 161, 182, 370, 160, 158, 152, 13, 124, 150, 147, 131, 119, 32, 32, 32, 32, 32, 32, 32, 151, 45, 32, 231, 39, 32, 378, 34, 32, 12, 737, 5, 5, 737, 232, 385, 737, 737, 737, 21, 737, 181, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 182, 45, 395, 231, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 232, 410, 737, 737, 737, 45, 737, 231, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 232, 430, 737, 431, 737, 432, 737, 95, 737, 433, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 434, 430, 737, 437, 737, 438, 737, 100, 737, 439, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 440, 449, 737, 450, 737, 451, 737, 107, 737, 452, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 453, 430, 737, 431, 737, 432, 737, 95, 737, 433, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 434, 455, 737, 13, 737, 456, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 457, 460, 737, 461, 737, 462, 737, 120, 737, 463, 430, 737, 437, 737, 438, 737, 100, 737, 439, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 440, 460, 737, 468, 737, 469, 737, 130, 737, 470, 449, 737, 478, 737, 479, 737, 136, 737, 480, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 481, 449, 737, 450, 737, 451, 737, 107, 737, 452, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 453, 483, 737, 21, 737, 484, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 485, 460, 737, 461, 737, 462, 737, 120, 737, 463, 455, 737, 13, 737, 489, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 457, 455, 737, 13, 737, 456, 737, 737, 737, 737, 492, 737, 737, 737, 737, 737, 457, 460, 737, 468, 737, 469, 737, 130, 737, 470, 502, 737, 503, 737, 504, 737, 169, 737, 505, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 506, 449, 737, 478, 737, 479, 737, 136, 737, 480, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 481, 483, 737, 21, 737, 511, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 485, 483, 737, 21, 737, 484, 737, 737, 737, 737, 512, 737, 737, 737, 737, 737, 485, 502, 737, 522, 737, 523, 737, 196, 737, 524, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 525, 502, 737, 503, 737, 504, 737, 169, 737, 505, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 506, 527, 737, 45, 737, 528, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 529, 502, 737, 522, 737, 523, 737, 196, 737, 524, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 525, 527, 737, 45, 737, 546, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 529, 527, 737, 45, 737, 528, 737, 737, 737, 737, 547, 737, 737, 737, 737, 737, 529, 4, 4, 4, 6, 6, 6, 12, 12, 12, 13, 13, 13, 20, 20, 20, 25, 25, 25, 31, 737, 31, 21, 21, 21, 26, 26, 26, 44, 44, 44, 45, 45, 45, 95, 95, 95, 100, 100, 100, 107, 107, 107, 113, 113, 113, 120, 737, 120, 126, 126, 126, 130, 737, 130, 136, 136, 136, 141, 141, 141, 114, 114, 114, 153, 153, 153, 162, 162, 162, 169, 169, 169, 175, 175, 175, 142, 142, 142, 154, 154, 196, 196, 196, 201, 201, 201, 225, 225, 225, 202, 202, 202, 429, 429, 429, 436, 436, 436, 448, 448, 448, 430, 430, 430, 459, 459, 459, 467, 467, 467, 477, 477, 477, 449, 449, 449, 460, 460, 501, 501, 501, 521, 521, 521, 502, 502, 502, 3, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737 } ; static yyconst flex_int16_t yy_chk[1805] = { 0, 0, 5, 5, 734, 10, 5, 11, 16, 10, 5, 14, 7, 10, 13, 32, 14, 11, 16, 32, 21, 5, 6, 7, 18, 13, 6, 45, 25, 18, 6, 21, 25, 33, 732, 18, 25, 33, 45, 27, 29, 6, 8, 27, 33, 8, 8, 27, 37, 29, 8, 38, 38, 37, 41, 43, 41, 50, 43, 37, 49, 8, 9, 51, 49, 50, 9, 56, 56, 43, 9, 49, 51, 52, 54, 57, 64, 52, 57, 54, 64, 9, 20, 731, 52, 54, 20, 58, 58, 57, 20, 59, 60, 60, 61, 729, 62, 59, 61, 68, 68, 20, 22, 60, 62, 61, 22, 63, 65, 66, 22, 63, 76, 67, 76, 66, 67, 71, 63, 65, 66, 22, 24, 69, 69, 71, 24, 67, 70, 70, 24, 80, 80, 72, 69, 24, 72, 79, 79, 83, 83, 24, 34, 73, 72, 74, 34, 73, 79, 74, 34, 77, 75, 82, 73, 77, 78, 78, 75, 82, 728, 34, 44, 75, 81, 456, 44, 81, 78, 456, 44, 84, 85, 88, 86, 81, 86, 84, 85, 87, 87, 44, 46, 85, 88, 99, 46, 92, 84, 91, 46, 87, 91, 92, 98, 99, 98, 93, 105, 727, 91, 46, 48, 93, 104, 104, 48, 111, 460, 105, 48, 110, 460, 110, 93, 48, 104, 111, 114, 724, 114, 48, 89, 119, 89, 119, 89, 120, 723, 120, 89, 114, 122, 722, 122, 132, 484, 134, 122, 133, 484, 89, 90, 134, 90, 132, 132, 721, 133, 133, 90, 147, 516, 147, 134, 142, 159, 142, 159, 166, 516, 90, 94, 167, 94, 167, 94, 173, 142, 166, 94, 166, 172, 167, 172, 194, 489, 173, 179, 720, 489, 94, 95, 180, 95, 194, 95, 195, 179, 179, 95, 490, 180, 180, 719, 490, 195, 195, 202, 222, 202, 95, 96, 207, 96, 207, 96, 211, 96, 222, 96, 202, 535, 212, 222, 212, 229, 211, 718, 211, 535, 96, 100, 212, 100, 223, 229, 229, 230, 238, 100, 223, 492, 492, 600, 223, 239, 230, 230, 238, 600, 100, 101, 249, 101, 239, 239, 250, 101, 717, 101, 491, 562, 249, 716, 491, 249, 250, 250, 252, 562, 101, 103, 259, 103, 103, 253, 715, 253, 252, 103, 252, 585, 259, 585, 103, 253, 260, 259, 270, 714, 103, 106, 260, 106, 270, 271, 260, 273, 270, 106, 512, 512, 511, 271, 352, 271, 511, 273, 274, 713, 106, 107, 280, 107, 352, 107, 281, 274, 274, 107, 538, 538, 280, 612, 292, 280, 281, 281, 292, 612, 107, 108, 291, 108, 292, 108, 515, 108, 295, 108, 515, 528, 291, 291, 295, 528, 294, 597, 295, 597, 108, 113, 301, 113, 635, 113, 294, 113, 301, 113, 635, 294, 301, 546, 302, 313, 313, 546, 315, 712, 113, 117, 302, 117, 302, 117, 313, 117, 315, 117, 121, 315, 121, 316, 121, 615, 121, 711, 121, 126, 312, 126, 322, 316, 316, 126, 615, 126, 547, 547, 312, 555, 322, 322, 312, 555, 323, 710, 126, 128, 323, 128, 333, 336, 627, 128, 323, 128, 131, 336, 131, 333, 333, 336, 131, 627, 131, 135, 337, 135, 343, 135, 344, 344, 646, 135, 337, 622, 337, 622, 343, 355, 354, 344, 343, 646, 135, 136, 354, 136, 357, 355, 354, 358, 369, 136, 709, 358, 552, 552, 357, 357, 364, 358, 369, 708, 136, 137, 373, 137, 376, 364, 364, 137, 707, 137, 570, 570, 373, 706, 376, 377, 377, 373, 376, 705, 137, 139, 383, 139, 139, 384, 377, 393, 383, 139, 577, 577, 383, 704, 139, 384, 393, 393, 398, 703, 139, 141, 399, 141, 390, 141, 567, 141, 398, 141, 567, 390, 399, 702, 390, 405, 405, 399, 701, 408, 141, 151, 409, 151, 700, 408, 405, 699, 151, 408, 582, 582, 409, 698, 151, 162, 592, 162, 413, 421, 592, 162, 697, 162, 163, 413, 163, 696, 413, 421, 163, 695, 163, 164, 421, 164, 425, 425, 442, 164, 694, 164, 168, 693, 168, 442, 631, 425, 442, 632, 168, 692, 473, 473, 607, 607, 631, 641, 649, 632, 691, 168, 169, 473, 169, 656, 169, 641, 649, 661, 169, 690, 689, 688, 687, 656, 686, 685, 684, 661, 683, 169, 170, 682, 170, 681, 170, 680, 170, 679, 170, 678, 677, 676, 675, 674, 673, 672, 671, 670, 669, 170, 175, 668, 175, 667, 666, 665, 175, 664, 175, 663, 662, 660, 659, 658, 657, 655, 653, 652, 651, 175, 177, 650, 177, 647, 645, 644, 177, 643, 177, 182, 642, 182, 640, 638, 637, 636, 182, 634, 633, 630, 628, 626, 182, 188, 625, 188, 624, 623, 621, 188, 620, 618, 616, 614, 613, 611, 188, 196, 610, 196, 609, 608, 606, 605, 604, 196, 603, 602, 601, 599, 598, 596, 595, 594, 593, 591, 196, 197, 590, 197, 589, 588, 587, 197, 586, 197, 584, 583, 581, 580, 579, 578, 576, 575, 574, 573, 197, 199, 572, 199, 199, 571, 569, 568, 566, 199, 565, 564, 563, 561, 199, 560, 559, 558, 557, 556, 199, 201, 554, 201, 553, 201, 551, 201, 550, 201, 549, 548, 545, 544, 542, 541, 540, 539, 537, 536, 201, 213, 534, 213, 533, 532, 531, 213, 526, 525, 523, 520, 519, 518, 213, 217, 217, 517, 217, 514, 513, 510, 509, 507, 506, 504, 500, 498, 497, 217, 225, 495, 225, 494, 488, 487, 225, 482, 225, 481, 479, 476, 474, 472, 471, 469, 465, 464, 462, 225, 227, 454, 227, 453, 451, 447, 227, 445, 227, 232, 444, 232, 443, 441, 440, 438, 232, 435, 434, 432, 428, 426, 232, 240, 240, 424, 240, 423, 422, 420, 418, 416, 415, 414, 412, 411, 410, 240, 244, 407, 244, 406, 404, 403, 244, 402, 401, 400, 397, 396, 394, 244, 254, 392, 254, 391, 389, 388, 254, 387, 386, 385, 382, 381, 380, 254, 261, 379, 261, 375, 374, 372, 261, 371, 370, 368, 367, 365, 363, 261, 265, 362, 265, 265, 361, 360, 356, 353, 351, 350, 348, 347, 346, 265, 275, 275, 342, 275, 341, 340, 339, 335, 334, 332, 331, 330, 329, 327, 275, 282, 326, 282, 282, 325, 321, 320, 319, 318, 314, 311, 310, 309, 282, 286, 308, 286, 306, 305, 304, 300, 299, 286, 298, 297, 293, 290, 286, 296, 289, 296, 288, 287, 285, 296, 284, 283, 279, 278, 277, 276, 296, 303, 272, 303, 269, 268, 267, 266, 264, 303, 263, 262, 258, 257, 303, 307, 256, 307, 255, 251, 307, 248, 247, 246, 245, 243, 242, 241, 307, 317, 237, 317, 317, 236, 235, 234, 231, 228, 224, 221, 220, 219, 317, 324, 218, 324, 216, 215, 324, 214, 210, 209, 208, 206, 204, 200, 324, 328, 328, 328, 198, 193, 192, 191, 190, 187, 186, 185, 184, 181, 328, 338, 178, 338, 174, 171, 165, 161, 160, 338, 158, 156, 154, 150, 338, 345, 345, 345, 149, 148, 146, 144, 140, 138, 130, 129, 125, 124, 345, 349, 123, 118, 116, 349, 112, 349, 109, 102, 97, 55, 47, 42, 40, 35, 31, 30, 349, 359, 28, 359, 26, 23, 359, 19, 15, 12, 3, 2, 1, 0, 359, 366, 0, 0, 0, 366, 0, 366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 366, 378, 378, 378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 378, 395, 0, 0, 0, 395, 0, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 395, 417, 0, 417, 0, 417, 0, 417, 0, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 417, 419, 0, 419, 0, 419, 0, 419, 0, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 419, 427, 0, 427, 0, 427, 0, 427, 0, 427, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 427, 429, 0, 429, 0, 429, 0, 429, 0, 429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 429, 430, 0, 430, 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 430, 433, 0, 433, 0, 433, 0, 433, 0, 433, 436, 0, 436, 0, 436, 0, 436, 0, 436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 436, 439, 0, 439, 0, 439, 0, 439, 0, 439, 446, 0, 446, 0, 446, 0, 446, 0, 446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 446, 448, 0, 448, 0, 448, 0, 448, 0, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 448, 449, 0, 449, 0, 449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 449, 452, 0, 452, 0, 452, 0, 452, 0, 452, 455, 0, 455, 0, 455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 455, 457, 0, 457, 0, 457, 0, 0, 0, 0, 457, 0, 0, 0, 0, 0, 457, 466, 0, 466, 0, 466, 0, 466, 0, 466, 475, 0, 475, 0, 475, 0, 475, 0, 475, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 475, 477, 0, 477, 0, 477, 0, 477, 0, 477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 483, 0, 483, 0, 483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 485, 0, 485, 0, 485, 0, 0, 0, 0, 485, 0, 0, 0, 0, 0, 485, 499, 0, 499, 0, 499, 0, 499, 0, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 501, 0, 501, 0, 501, 0, 501, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 502, 0, 502, 0, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 521, 0, 521, 0, 521, 0, 521, 0, 521, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 521, 527, 0, 527, 0, 527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 527, 529, 0, 529, 0, 529, 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, 529, 738, 738, 738, 739, 739, 739, 740, 740, 740, 741, 741, 741, 742, 742, 742, 743, 743, 743, 744, 0, 744, 745, 745, 745, 746, 746, 746, 747, 747, 747, 748, 748, 748, 749, 749, 749, 750, 750, 750, 751, 751, 751, 752, 752, 752, 753, 0, 753, 754, 754, 754, 755, 0, 755, 756, 756, 756, 757, 757, 757, 758, 758, 758, 759, 759, 759, 760, 760, 760, 761, 761, 761, 762, 762, 762, 763, 763, 763, 764, 764, 765, 765, 765, 766, 766, 766, 767, 767, 767, 768, 768, 768, 769, 769, 769, 770, 770, 770, 771, 771, 771, 772, 772, 772, 773, 773, 773, 774, 774, 774, 775, 775, 775, 776, 776, 776, 777, 777, 778, 778, 778, 779, 779, 779, 780, 780, 780, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737, 737 } ; /* Table of booleans, true if rule could match eol. */ static yyconst flex_int32_t yy_rule_can_match_eol[11] = { 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, }; extern int yy_flex_debug; int yy_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ ++(yy_lp); \ goto find_rule; \ } static int yy_more_offset = 0; #define yymore() ((yy_more_offset) = yy_flex_strlen( yytext )) #define YY_NEED_STRLEN #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET \ { \ (yy_more_offset) = (yy_prev_more_offset); \ yyleng -= (yy_more_offset); \ } #ifndef YYLMAX #define YYLMAX 8192 #endif char yytext[YYLMAX]; char *yytext_ptr; #line 1 "cfglex.l" #line 2 "cfglex.l" /* * lexer for parsing cfg source files * */ /* enlarge token buffer to tokenize whole strings */ #undef YYLMAX #define YYLMAX 64000 /* to enable debug output define LEXDEBUG */ #define LEXDEBUG 1 #ifdef LEXDEBUG #define OUTPUT fprintf #else #define OUTPUT(Par1,Par2); #endif /* table of possible token ids */ #include "tokens.h" #include #include /* external functions (C++ code, declared as extren "C" */ extern WorkOnTokenSet( int, char* ); extern InitCfgExport( char * ); extern EndCfgExport(); extern GetError(); extern SetError(); extern char *GetOutputFile( int argc, char* argv[]); extern FILE *GetCfgFile(); /* forwards */ void YYWarning(); int bText=0; #line 1190 "../wntmsci9.pro/misc/cfg_yy.c" #define INITIAL 0 /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap (void ); #else extern int yywrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t 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 /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int yylex (void); #define YY_DECL int yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 44 "cfglex.l" #line 1342 "../wntmsci9.pro/misc/cfg_yy.c" if ( (yy_init) ) { (yy_init) = 0; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)yyalloc(YY_BUF_SIZE + 2 ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*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 >= 738 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_base[yy_current_state] != 1783 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; { (yy_full_match) = yy_cp; break; } } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) { int yyl; for ( yyl = (yy_prev_more_offset); yyl < yyleng; ++yyl ) if ( yytext[yyl] == '\n' ) yylineno++; ; } do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 46 "cfglex.l" { bText = 0; WorkOnTokenSet( CFG_TOKEN_NO_TRANSLATE, yytext ); } YY_BREAK case 2: YY_RULE_SETUP #line 51 "cfglex.l" { bText = 0; WorkOnTokenSet( ANYTOKEN, yytext ); } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 56 "cfglex.l" { bText = 1; WorkOnTokenSet( CFG_TEXT_START, yytext ); } YY_BREAK case 4: /* rule 4 can match eol */ YY_RULE_SETUP #line 61 "cfglex.l" { bText = 0; WorkOnTokenSet( COMMEND, yytext ); } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 66 "cfglex.l" { bText = 0; WorkOnTokenSet( CFG_TAG, yytext ); } YY_BREAK case 6: YY_RULE_SETUP #line 71 "cfglex.l" { char c1 = 0, c2 = 0, c3 = input(); char pChar[2]; pChar[1] = 0x00; pChar[0] = c3; WorkOnTokenSet( COMMEND, yytext ); WorkOnTokenSet( COMMEND, pChar ); for(;;) { if ( c3 == EOF ) break; if ( c1 == '-' && c2 == '-' && c3 == '>' ) break; c1 = c2; c2 = c3; c3 = input(); pChar[0] = c3; WorkOnTokenSet( COMMEND, pChar ); } } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 93 "cfglex.l" { bText = 0; WorkOnTokenSet( CFG_CLOSETAG, yytext ); } YY_BREAK case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 98 "cfglex.l" { bText = 0; if ( yytext[ 1 ] == '!' && yytext[ 2 ] == '-' && yytext[ 3 ] == '-' ) WorkOnTokenSet( COMMEND, yytext ); else WorkOnTokenSet( CFG_UNKNOWNTAG, yytext ); } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 106 "cfglex.l" { if ( bText == 1 ) WorkOnTokenSet( CFG_TEXTCHAR, yytext ); else WorkOnTokenSet( UNKNOWNCHAR, yytext ); } YY_BREAK case 10: YY_RULE_SETUP #line 114 "cfglex.l" ECHO; YY_BREAK #line 1547 "../wntmsci9.pro/misc/cfg_yy.c" case YY_STATE_EOF(INITIAL): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed yyin at a new source and called * yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (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; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(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 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (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 ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart(yyin ); } 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; (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); 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 >= 738 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; 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 >= 738 ) 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 == 737); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up yytext */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; if ( c == '\n' ){ --yylineno; } (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart(yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); if ( c == '\n' ) yylineno++; ; return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_init_buffer(YY_CURRENT_BUFFER,input_file ); yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * */ void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yyfree((void *) b->yy_ch_buf ); yyfree((void *) b ); } #ifndef __cplusplus extern int isatty (int ); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ 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; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ 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 ) yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyensure_buffer_stack(); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ 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; yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param str a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (yyconst char * str ) { return yy_scan_bytes(str,strlen(str) ); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = len + 2; buf = (char *) yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < len; ++i ) buf[i] = bytes[i]; buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ 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 ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = (yy_hold_char); \ (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int yyget_lineno (void) { return yylineno; } /** Get the input stream. * */ FILE *yyget_in (void) { return yyin; } /** Get the output stream. * */ FILE *yyget_out (void) { return yyout; } /** Get the length of the current token. * */ int yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param line_number * */ void yyset_lineno (int line_number ) { yylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see yy_switch_to_buffer */ void yyset_in (FILE * in_str ) { yyin = in_str ; } void yyset_out (FILE * out_str ) { yyout = out_str ; } int yyget_debug (void) { return yy_flex_debug; } void yyset_debug (int bdebug ) { yy_flex_debug = bdebug ; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(); } /* Destroy the stack itself. */ yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; yyfree ( (yy_state_buf) ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { 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 ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *yyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void yyfree (void * ptr ) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #undef YY_NEW_FILE #undef YY_FLUSH_BUFFER #undef yy_set_bol #undef yy_new_buffer #undef yy_set_interactive #undef yytext_ptr #undef YY_DO_BEFORE_ACTION #ifdef YY_DECL_IS_OURS #undef YY_DECL_IS_OURS #undef YY_DECL #endif #line 114 "cfglex.l" /*****************************************************************************/ int yywrap(void) /*****************************************************************************/ { return 1; } /*****************************************************************************/ void YYWarning( char *s ) /*****************************************************************************/ { /* write warning to stderr */ fprintf( stderr, "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext ); } /*****************************************************************************/ #ifdef GCC void yyerror ( char *s, ... ) #else void yyerror ( char *s ) #endif /*****************************************************************************/ { /* write error to stderr */ fprintf( stderr, "Error: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext ); SetError(); } /*****************************************************************************/ int #ifdef WNT _cdecl #endif main( int argc, char* argv[]) /*****************************************************************************/ { /* error level */ int nRetValue = 0; char *pOutput; FILE *pFile; fprintf( stdout, "\nCfgEx 0.9 Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.\n" ); fprintf( stdout, "======================================================================\n" ); pOutput = GetOutputFile( argc, argv ); if ( !pOutput ) { fprintf( stdout, "Syntax: CFGEX[-p Prj][-r PrjRoot]-i FileIn [-o FileOut][-m DataBase][-e][-b][-u][-f][-d DoneFile][-g[:dtd] ][-NOUTF8][-L l1,l2,...][-ISO99 IsoCode]\n" ); fprintf( stdout, " Prj: Project\n" ); fprintf( stdout, " PrjRoot: Path to project root (..\\.. etc.)\n" ); fprintf( stdout, " FileIn: Source files (*.src)\n" ); fprintf( stdout, " FileOut: Destination file (*.*)\n" ); fprintf( stdout, " DataBase: Mergedata (*.sdf)\n" ); fprintf( stdout, " -e: Disable writing errorlog\n" ); fprintf( stdout, " -b: Break when Token \"HelpText\" found in source\n" ); fprintf( stdout, " -u: [english] and [german] are allowed, Id is Taken from DataBase \n" ); fprintf( stdout, " -f: force extraction and merge even if only one language is existent\n" ); fprintf( stdout, " -g[:dtd]: enables generation of properties (dtds if :dtd is set) - in this case FileOut is the output path\n" ); fprintf( stdout, " -d: enables generation of *.don if work is done\n" ); fprintf( stdout, " -NOUTF8: disable UTF8 as language independent encoding\n" ); fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (01,33,46,49...)\n" ); fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" ); fprintf( stdout, " f1, f2,... are also elements of (01,33,46,49...)\n" ); fprintf( stdout, " Example: -L 01,99=35\n" ); fprintf( stdout, " Restriction to 01 and 99, 35 will be fallback for 99\n" ); fprintf( stdout, " -ISO99: IsoCode is the full qualified ISO language code for language 99" ); return 1; } pFile = GetCfgFile(); if ( !pFile ) return 1; yyin = pFile; /* create global instance of class CfgExport */ InitCfgExport( pOutput ); /* start parser */ yylex(); /* get error info. and end export */ nRetValue = GetError(); EndCfgExport(); fprintf( stdout, "\n===================================\n\n" ); /* return error level */ return nRetValue; }