diff --git a/src/toolsComm/flex/initscan.c b/src/toolsComm/flex/initscan.c deleted file mode 100644 index f1ace8f5b..000000000 --- a/src/toolsComm/flex/initscan.c +++ /dev/null @@ -1,2305 +0,0 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ -/* A lexical scanner generated by flex */ - -/* scanner skeleton version: - * $Header$ - */ - -#define FLEX_SCANNER - -#include - - -/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ -#ifdef c_plusplus -#ifndef __cplusplus -#define __cplusplus -#endif -#endif - - -#ifdef __cplusplus - -#include -#include - -/* use prototypes in function declarations */ -#define YY_USE_PROTOS - -/* the "const" storage-class-modifier is valid */ -#define YY_USE_CONST - -#else /* ! __cplusplus */ - -#ifdef __STDC__ - -#ifdef __GNUC__ -#include -void *malloc( size_t ); -void free( void* ); -#else -#include -#endif /* __GNUC__ */ - -#define YY_USE_PROTOS -#define YY_USE_CONST - -#endif /* __STDC__ */ -#endif /* ! __cplusplus */ - - -#ifdef __TURBOC__ -#define YY_USE_CONST -#endif - - -#ifndef YY_USE_CONST -#define const -#endif - - -#ifdef YY_USE_PROTOS -#define YY_PROTO(proto) proto -#else -#define YY_PROTO(proto) () -/* we can't get here if it's an ANSI C compiler, or a C++ compiler, - * so it's got to be a K&R compiler, and therefore there's no standard - * place from which to include these definitions - */ -char *malloc(); -int free(); -int read(); -#endif - - -/* amount of stuff to slurp up with each read */ -#ifndef YY_READ_BUF_SIZE -#define YY_READ_BUF_SIZE 8192 -#endif - -/* returned upon end-of-file */ -#define YY_END_TOK 0 - -/* copy whatever the last rule matched to the standard output */ - -/* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */ -/* this used to be an fputs(), but since the string might contain NUL's, - * we now use fwrite() - */ -#define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout ) - -/* gets input and stuffs it into "buf". number of characters read, or YY_NULL, - * is returned in "result". - */ -#define YY_INPUT(buf,result,max_size) \ - if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \ - YY_FATAL_ERROR( "read() in flex scanner failed" ); -#define YY_NULL 0 - -/* 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. - */ -#define yyterminate() return ( YY_NULL ) - -/* report a fatal error */ - -/* The funky do-while is used to turn this macro definition into - * a single C statement (which needs a semi-colon terminator). - * This avoids problems with code like: - * - * if ( something_happens ) - * YY_FATAL_ERROR( "oops, the something happened" ); - * else - * everything_okay(); - * - * Prior to using the do-while the compiler would get upset at the - * "else" because it interpreted the "if" statement as being all - * done when it reached the ';' after the YY_FATAL_ERROR() call. - */ - -#define YY_FATAL_ERROR(msg) \ - do \ - { \ - (void) fputs( msg, stderr ); \ - (void) putc( '\n', stderr ); \ - exit( 1 ); \ - } \ - while ( 0 ) - -/* default yywrap function - always treat EOF as an EOF */ -#define yywrap() 1 - -/* 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 * - -/* 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 \ - do \ - { \ - yy_init_buffer( yy_current_buffer, yyin ); \ - yy_load_buffer_state(); \ - } \ - while ( 0 ) - -/* default declaration of generated scanner - a define so the user can - * easily add parameters - */ -#define YY_DECL int yylex YY_PROTO(( void )) - -/* code executed at the end of each rule */ -#define YY_BREAK break; - -#define YY_END_OF_BUFFER_CHAR 0 - -#ifndef YY_BUF_SIZE -#define YY_BUF_SIZE (YY_READ_BUF_SIZE * 2) /* size of default input buffer */ -#endif - -typedef struct yy_buffer_state *YY_BUFFER_STATE; - -#define YY_CHAR unsigned char -# line 1 "scan.l" -#define INITIAL 0 -/* scan.l - scanner for flex input */ -# line 5 "scan.l" -/*- - * Copyright (c) 1990 The Regents of the University of California. - * All rights reserved. - * - * This code is derived from software contributed to Berkeley by - * Vern Paxson. - * - * The United States Government has rights in this work pursuant - * to contract no. DE-AC03-76SF00098 between the United States - * Department of Energy and the University of California. - * - * Redistribution and use in source and binary forms are permitted provided - * that: (1) source distributions retain this entire copyright notice and - * comment, and (2) distributions including binaries display the following - * acknowledgement: ``This product includes software developed by the - * University of California, Berkeley and its contributors'' in the - * documentation or other materials provided with the distribution and in - * all advertising materials mentioning features or use of this software. - * Neither the name of the University nor the names of its contributors may - * be used to endorse or promote products derived from this software without - * specific prior written permission. - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED - * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - */ - -/* -#ifndef lint -static char rcsid[] = - "@(#) $Header$ (LBL)"; -#endif -#include "flexdef.h" -#include "parse.h" - -*/ -#undef yywrap - - -#define ACTION_ECHO fprintf( temp_action_file, "%s", yytext ) -#define MARK_END_OF_PROLOG fprintf( temp_action_file, "%%%% end of prolog\n" ); - -#undef YY_DECL -#define YY_DECL \ - int flexscan() - -#define RETURNCHAR \ - yylval = yytext[0]; \ - return ( CHAR ); - -#define RETURNNAME \ - (void) strcpy( nmstr, (char *) yytext ); \ - return ( NAME ); - -#define PUT_BACK_STRING(str, start) \ - for ( i = strlen( (char *) (str) ) - 1; i >= start; --i ) \ - unput((str)[i]) - -#define CHECK_REJECT(str) \ - if ( all_upper( str ) ) \ - reject = true; - -#define CHECK_YYMORE(str) \ - if ( all_lower( str ) ) \ - yymore_used = true; -#define SECT2 1 -#define SECT2PROLOG 2 -#define SECT3 3 -#define CODEBLOCK 4 -#define PICKUPDEF 5 -#define SC 6 -#define CARETISBOL 7 -#define NUM 8 -#define QUOTE 9 -#define FIRSTCCL 10 -#define CCL 11 -#define ACTION 12 -#define RECOVER 13 -#define BRACEERROR 14 -#define C_COMMENT 15 -#define ACTION_COMMENT 16 -#define ACTION_STRING 17 -#define PERCENT_BRACE_ACTION 18 -#define USED_LIST 19 -#define CODEBLOCK_2 20 -#define XLATION 21 -# line 84 "scan.l" - -/* done after the current pattern has been matched and before the - * corresponding action - sets up yytext - */ -#define YY_DO_BEFORE_ACTION \ - yytext = yy_bp; \ - yyleng = yy_cp - yy_bp; \ - yy_hold_char = *yy_cp; \ - *yy_cp = '\0'; \ - yy_c_buf_p = yy_cp; - -#define EOB_ACT_CONTINUE_SCAN 0 -#define EOB_ACT_END_OF_FILE 1 -#define EOB_ACT_LAST_MATCH 2 - -/* return all but the first 'n' matched characters back to the input stream */ -#define yyless(n) \ - do \ - { \ - /* undo effects of setting up yytext */ \ - *yy_cp = yy_hold_char; \ - yy_c_buf_p = yy_cp = yy_bp + n; \ - YY_DO_BEFORE_ACTION; /* set up yytext again */ \ - } \ - while ( 0 ) - -#define unput(c) yyunput( c, yytext ) - - -struct yy_buffer_state - { - FILE *yy_input_file; - - YY_CHAR *yy_ch_buf; /* input buffer */ - YY_CHAR *yy_buf_pos; /* current position in input buffer */ - - /* size of input buffer in bytes, not including room for EOB characters*/ - int yy_buf_size; - - /* number of characters read into yy_ch_buf, not including EOB characters */ - int yy_n_chars; - - int yy_eof_status; /* whether we've seen an EOF on this buffer */ -#define EOF_NOT_SEEN 0 - /* "pending" happens when the EOF has been seen but there's still - * some text process - */ -#define EOF_PENDING 1 -#define EOF_DONE 2 - }; - -static YY_BUFFER_STATE yy_current_buffer; - -/* 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" - */ -#define YY_CURRENT_BUFFER yy_current_buffer - - -/* yy_hold_char holds the character lost when yytext is formed */ -static YY_CHAR yy_hold_char; - -static int yy_n_chars; /* number of characters read into yy_ch_buf */ - - - -#ifndef YY_USER_ACTION -#define YY_USER_ACTION -#endif - -#ifndef YY_USER_INIT -#define YY_USER_INIT -#endif - -extern YY_CHAR *yytext; -extern int yyleng; -extern FILE *yyin, *yyout; - -YY_CHAR *yytext; -int yyleng; - -FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; - -#define YY_END_OF_BUFFER 121 -typedef int yy_state_type; -static const short int yy_accept[341] = - { 0, - 0, 0, 0, 0, 0, 0, 119, 119, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 121, 19, 7, 18, 19, 16, - 1, 17, 19, 19, 19, 15, 67, 59, 60, 53, - 67, 66, 51, 67, 67, 67, 50, 49, 67, 52, - 120, 47, 119, 119, 28, 29, 28, 28, 28, 28, - 31, 30, 32, 73, 120, 69, 70, 72, 74, 88, - 89, 86, 85, 87, 75, 77, 76, 75, 81, 80, - - 81, 81, 83, 83, 83, 84, 99, 104, 103, 105, - 105, 100, 100, 100, 97, 98, 120, 33, 91, 90, - 22, 24, 23, 107, 109, 108, 111, 113, 114, 115, - 95, 95, 96, 95, 95, 95, 95, 38, 35, 34, - 38, 38, 44, 42, 45, 44, 44, 41, 41, 41, - 40, 41, 7, 18, 0, 16, 1, 17, 0, 2, - 14, 8, 0, 12, 4, 0, 0, 5, 0, 3, - 15, 59, 60, 0, 0, 56, 0, 0, 0, 117, - 117, 117, 55, 54, 55, 50, 49, 63, 50, 0, - 47, 46, 119, 119, 28, 28, 28, 28, 28, 31, - - 30, 71, 72, 85, 118, 118, 118, 78, 79, 82, - 99, 0, 102, 0, 101, 100, 100, 100, 0, 33, - 22, 20, 107, 106, 111, 112, 95, 95, 95, 92, - 95, 95, 95, 38, 35, 38, 38, 42, 0, 43, - 43, 43, 42, 40, 0, 13, 14, 8, 8, 0, - 12, 4, 0, 0, 0, 5, 0, 6, 57, 0, - 58, 0, 64, 0, 0, 117, 117, 55, 55, 65, - 63, 28, 28, 28, 25, 0, 118, 118, 100, 100, - 0, 21, 92, 92, 95, 95, 38, 38, 0, 39, - 43, 43, 0, 11, 4, 0, 11, 0, 0, 5, - - 0, 0, 0, 117, 28, 28, 118, 100, 100, 95, - 95, 38, 38, 43, 0, 9, 0, 0, 0, 28, - 28, 100, 100, 95, 95, 38, 38, 0, 0, 26, - 27, 93, 94, 93, 94, 36, 37, 10, 62, 0 - } ; - -static const YY_CHAR yy_ec[256] = - { 0, - 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, - 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 5, 1, 6, 7, 8, 9, 1, 10, 11, - 11, 12, 11, 13, 14, 11, 15, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 1, 1, 17, - 1, 18, 11, 1, 24, 25, 26, 27, 28, 29, - 23, 23, 23, 30, 31, 23, 32, 33, 34, 31, - 23, 35, 36, 37, 38, 23, 23, 39, 40, 23, - 19, 20, 21, 22, 23, 1, 24, 25, 26, 27, - - 28, 29, 23, 23, 23, 30, 31, 23, 32, 33, - 34, 31, 23, 35, 36, 37, 38, 23, 23, 39, - 40, 23, 41, 42, 43, 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 const YY_CHAR yy_meta[44] = - { 0, - 1, 2, 3, 2, 2, 4, 1, 1, 1, 5, - 1, 6, 1, 7, 5, 8, 1, 1, 1, 9, - 10, 1, 11, 12, 12, 12, 12, 12, 12, 11, - 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, - 5, 1, 13 - } ; - -static const short int yy_base[404] = - { 0, - 0, 43, 85, 126, 1371, 1370, 1369, 1353, 168, 1346, - 104, 108, 211, 0, 1332, 1320, 120, 252, 95, 119, - 137, 144, 100, 141, 295, 0, 1327, 1323, 113, 336, - 254, 255, 257, 258, 253, 268, 379, 0, 338, 421, - 0, 0, 273, 460, 1325, 1442, 281, 1442, 1287, 0, - 287, 1442, 1279, 472, 1257, 0, 1442, 425, 1442, 1442, - 147, 1442, 1239, 1235, 78, 513, 433, 1442, 83, 1442, - 1248, 0, 1247, 1442, 0, 1442, 0, 1218, 1205, 1194, - 0, 342, 1442, 1442, 1442, 1442, 1202, 0, 1442, 1442, - 1442, 1442, 1201, 1442, 1442, 1442, 1442, 79, 1442, 1442, - - 103, 1198, 1442, 0, 248, 1442, 0, 1442, 1442, 252, - 1199, 0, 1173, 1158, 1442, 1442, 1185, 1442, 1442, 1442, - 0, 1442, 1170, 0, 1442, 1152, 0, 1442, 1442, 0, - 0, 346, 1442, 1123, 0, 1125, 1105, 0, 352, 1442, - 1116, 1103, 1442, 356, 1442, 1100, 329, 1442, 360, 1093, - 1101, 333, 441, 1442, 445, 0, 449, 1442, 1101, 1442, - 365, 453, 1094, 466, 0, 480, 330, 0, 1095, 1442, - 0, 555, 1442, 1044, 1077, 1442, 1051, 133, 456, 1442, - 1059, 0, 0, 1442, 584, 563, 1442, 0, 1442, 1071, - 0, 1442, 1063, 1442, 0, 0, 1010, 1007, 627, 0, - - 484, 1442, 0, 998, 1442, 992, 0, 1442, 1442, 1442, - 0, 421, 1442, 0, 1442, 0, 971, 964, 992, 1442, - 0, 962, 0, 1442, 0, 1442, 0, 488, 921, 670, - 0, 717, 714, 0, 497, 715, 712, 569, 573, 1442, - 727, 0, 577, 726, 581, 1442, 585, 0, 590, 738, - 597, 0, 712, 683, 691, 0, 670, 1442, 1442, 623, - 1442, 591, 1442, 458, 702, 590, 0, 0, 0, 1442, - 0, 576, 569, 0, 1442, 593, 575, 0, 560, 546, - 567, 1442, 0, 0, 541, 529, 534, 527, 730, 1442, - 500, 0, 509, 1442, 0, 734, 1442, 468, 467, 0, - - 462, 704, 724, 1442, 461, 438, 1442, 440, 425, 433, - 405, 413, 398, 1442, 404, 1442, 359, 259, 332, 338, - 346, 334, 331, 257, 253, 226, 137, 133, 81, 0, - 0, 0, 0, 0, 0, 0, 0, 1442, 1442, 1442, - 753, 766, 779, 792, 805, 818, 831, 844, 857, 870, - 883, 896, 909, 922, 935, 948, 955, 967, 980, 986, - 998, 1011, 1024, 1037, 1050, 1063, 1070, 1082, 1089, 1101, - 1114, 1127, 1140, 1150, 1157, 1169, 1182, 1195, 1208, 1221, - 1234, 1241, 1253, 1266, 1279, 1282, 1284, 1296, 1309, 1315, - 1327, 1339, 1345, 1357, 1363, 1375, 1382, 1388, 1393, 1405, - - 1411, 1423, 1429 - } ; - -static const short int yy_def[404] = - { 0, - 340, 340, 341, 341, 342, 342, 343, 343, 340, 9, - 344, 344, 340, 13, 345, 345, 346, 346, 347, 347, - 348, 348, 349, 349, 340, 25, 350, 350, 345, 345, - 351, 351, 352, 352, 353, 353, 340, 37, 354, 354, - 37, 37, 355, 356, 340, 340, 340, 340, 340, 357, - 340, 340, 358, 359, 340, 360, 340, 340, 340, 340, - 340, 340, 340, 361, 362, 340, 340, 340, 340, 340, - 363, 364, 365, 340, 366, 340, 367, 367, 367, 366, - 368, 340, 340, 340, 340, 340, 340, 369, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 362, 340, 340, - - 370, 371, 340, 372, 362, 340, 373, 340, 340, 374, - 340, 375, 375, 375, 340, 340, 376, 340, 340, 340, - 377, 340, 340, 378, 340, 340, 379, 340, 340, 380, - 381, 381, 340, 381, 382, 382, 382, 383, 340, 340, - 383, 383, 340, 340, 340, 340, 384, 340, 340, 340, - 340, 384, 340, 340, 340, 357, 340, 340, 358, 340, - 340, 385, 340, 340, 386, 340, 340, 387, 388, 340, - 360, 340, 340, 340, 389, 340, 340, 361, 361, 340, - 340, 390, 391, 340, 391, 340, 340, 392, 340, 363, - 364, 340, 365, 340, 366, 367, 367, 367, 340, 368, - - 340, 340, 369, 340, 340, 340, 393, 340, 340, 340, - 373, 374, 340, 374, 340, 375, 375, 375, 376, 340, - 377, 394, 378, 340, 379, 340, 381, 381, 381, 340, - 382, 382, 382, 383, 340, 383, 383, 340, 340, 340, - 340, 395, 340, 340, 340, 340, 340, 385, 385, 396, - 340, 397, 396, 340, 340, 398, 388, 340, 340, 389, - 340, 340, 340, 361, 361, 340, 399, 391, 185, 340, - 392, 367, 367, 199, 340, 400, 340, 401, 375, 375, - 394, 340, 230, 402, 382, 382, 383, 383, 340, 340, - 340, 403, 396, 340, 397, 396, 340, 340, 340, 398, - - 340, 361, 265, 340, 367, 367, 340, 375, 375, 382, - 382, 383, 383, 340, 340, 340, 340, 361, 361, 367, - 367, 375, 375, 382, 382, 383, 383, 340, 340, 367, - 367, 375, 375, 382, 382, 383, 383, 340, 340, 0, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - - 340, 340, 340 - } ; - -static const short int yy_nxt[1486] = - { 0, - 46, 47, 48, 47, 47, 46, 46, 46, 49, 46, - 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, - 46, 46, 50, 50, 50, 50, 50, 50, 50, 50, - 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, - 46, 46, 46, 46, 51, 52, 51, 51, 46, 53, - 46, 54, 46, 46, 46, 46, 46, 55, 46, 46, - 46, 46, 46, 46, 46, 56, 56, 56, 56, 56, - 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, - 56, 56, 56, 46, 46, 46, 58, 59, 58, 58, - 60, 188, 61, 181, 181, 62, 62, 96, 339, 62, - - 97, 63, 85, 64, 65, 82, 83, 82, 82, 82, - 83, 82, 82, 104, 98, 119, 182, 182, 206, 105, - 106, 96, 91, 189, 97, 66, 62, 67, 68, 67, - 67, 60, 92, 61, 69, 93, 62, 62, 98, 85, - 62, 207, 63, 85, 64, 65, 85, 70, 176, 176, - 100, 176, 179, 263, 104, 120, 101, 100, 102, 338, - 105, 106, 94, 101, 337, 102, 66, 62, 75, 75, - 76, 75, 75, 75, 75, 75, 75, 75, 75, 75, - 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, - 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, - - 77, 77, 78, 77, 77, 77, 77, 79, 75, 75, - 75, 84, 84, 85, 84, 84, 84, 84, 84, 84, - 84, 84, 84, 86, 84, 84, 84, 84, 87, 84, - 84, 84, 84, 88, 88, 88, 88, 88, 88, 88, - 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, - 88, 84, 84, 84, 91, 128, 122, 122, 129, 125, - 125, 213, 336, 181, 92, 123, 123, 93, 126, 126, - 128, 214, 130, 129, 144, 145, 144, 144, 179, 263, - 335, 146, 153, 154, 153, 153, 182, 130, 157, 158, - 157, 157, 147, 334, 94, 107, 107, 108, 107, 107, - - 109, 107, 107, 107, 110, 107, 107, 107, 107, 111, - 107, 107, 107, 107, 107, 107, 107, 112, 112, 112, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 113, - 112, 112, 112, 112, 114, 115, 107, 116, 119, 139, - 140, 139, 139, 201, 241, 201, 201, 228, 241, 228, - 228, 179, 263, 235, 229, 235, 235, 238, 333, 238, - 238, 243, 254, 243, 243, 255, 247, 242, 247, 247, - 332, 242, 141, 331, 330, 244, 329, 142, 120, 131, - 132, 133, 132, 132, 131, 131, 131, 134, 131, 131, - 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, - - 131, 135, 135, 135, 135, 135, 135, 135, 135, 135, - 135, 135, 135, 136, 135, 135, 135, 135, 137, 131, - 131, 131, 139, 140, 139, 139, 172, 173, 172, 172, - 213, 328, 327, 174, 186, 187, 186, 186, 326, 325, - 214, 174, 153, 154, 153, 153, 245, 246, 245, 245, - 157, 158, 157, 157, 249, 141, 249, 249, 324, 323, - 142, 149, 145, 149, 149, 322, 175, 251, 150, 251, - 251, 264, 321, 302, 175, 151, 178, 179, 263, 152, - 162, 245, 246, 245, 253, 201, 320, 201, 201, 228, - 317, 228, 228, 316, 265, 163, 229, 164, 235, 163, - - 235, 235, 163, 315, 163, 163, 164, 165, 166, 167, - 168, 294, 169, 183, 183, 240, 183, 183, 183, 183, - 183, 183, 183, 183, 183, 183, 183, 183, 184, 183, - 183, 183, 183, 183, 183, 185, 185, 185, 185, 185, - 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, - 185, 185, 185, 183, 183, 183, 172, 173, 172, 172, - 313, 312, 311, 174, 186, 187, 186, 186, 310, 282, - 238, 174, 238, 238, 289, 290, 289, 289, 243, 309, - 243, 243, 245, 246, 245, 245, 247, 308, 247, 247, - 205, 249, 244, 249, 249, 275, 175, 269, 251, 269, - - 251, 251, 306, 305, 175, 180, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 301, 261, 270, 274, 274, 275, - 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, - 274, 274, 274, 274, 274, 274, 274, 274, 274, 276, - 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, - 276, 276, 276, 276, 276, 276, 276, 274, 274, 274, - 283, 283, 258, 283, 283, 283, 283, 283, 283, 283, - 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, - 283, 283, 284, 284, 284, 284, 284, 284, 284, 284, - - 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, - 283, 283, 283, 296, 297, 296, 296, 303, 299, 318, - 298, 179, 263, 179, 263, 303, 303, 303, 303, 303, - 303, 289, 290, 289, 289, 296, 297, 296, 296, 319, - 294, 244, 291, 288, 287, 286, 285, 319, 319, 319, - 319, 319, 319, 57, 57, 57, 57, 57, 57, 57, - 57, 57, 57, 57, 57, 57, 71, 71, 71, 71, - 71, 71, 71, 71, 71, 71, 71, 71, 71, 73, - 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, - 73, 73, 81, 81, 81, 81, 81, 81, 81, 81, - - 81, 81, 81, 81, 81, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 95, 95, 95, 95, 95, 95, 95, 95, 95, - 95, 95, 95, 95, 99, 99, 99, 99, 99, 99, - 99, 99, 99, 99, 99, 99, 99, 103, 103, 103, - 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, - 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, - 117, 117, 117, 121, 121, 121, 121, 121, 121, 121, - 121, 121, 121, 121, 121, 121, 124, 124, 124, 124, - - 124, 124, 124, 124, 124, 124, 124, 124, 124, 127, - 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, - 127, 127, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 143, 143, 143, 143, 143, - 143, 143, 143, 143, 143, 143, 143, 143, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 156, 156, 230, 282, 156, 156, 159, 159, 159, - 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, - 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, - 161, 161, 171, 171, 220, 280, 171, 171, 178, 178, - - 279, 178, 178, 178, 178, 178, 178, 277, 178, 178, - 178, 180, 180, 204, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 192, 273, 272, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, - 193, 193, 193, 195, 195, 194, 195, 195, 195, 195, - 195, 195, 195, 191, 266, 195, 196, 196, 262, 261, - 196, 196, 200, 200, 259, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 203, 203, 258, 250, 203, - - 203, 205, 205, 160, 205, 205, 205, 205, 205, 205, - 205, 205, 205, 205, 208, 208, 244, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 210, 210, 239, - 210, 210, 210, 210, 210, 210, 239, 210, 210, 210, - 211, 211, 237, 236, 233, 211, 211, 211, 211, 211, - 212, 212, 232, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 216, 216, 230, 224, 216, 216, 219, - 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, - 219, 219, 221, 221, 222, 221, 221, 220, 221, 221, - 221, 221, 221, 221, 221, 223, 223, 218, 223, 223, - - 217, 223, 223, 223, 223, 223, 223, 223, 225, 225, - 215, 209, 225, 225, 225, 225, 204, 225, 225, 225, - 225, 226, 226, 202, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 227, 227, 199, 227, 227, 227, - 227, 227, 227, 227, 198, 197, 227, 231, 231, 194, - 191, 231, 231, 234, 179, 177, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 240, 240, 170, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 248, - 248, 160, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 252, 252, 256, 256, 257, 257, 257, 257, - - 257, 257, 257, 257, 257, 257, 257, 257, 257, 260, - 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, - 260, 260, 267, 155, 340, 118, 267, 268, 268, 118, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 271, - 271, 89, 271, 271, 271, 271, 271, 271, 271, 271, - 271, 271, 278, 89, 80, 74, 278, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 292, 74, 72, 72, 292, 293, 293, 293, 293, 293, - 293, 293, 293, 293, 293, 293, 293, 293, 295, 295, - 340, 340, 295, 295, 300, 300, 340, 340, 300, 300, - - 304, 340, 340, 340, 304, 276, 276, 276, 276, 276, - 276, 276, 276, 276, 276, 276, 276, 276, 307, 340, - 340, 340, 307, 284, 284, 340, 284, 284, 284, 284, - 284, 284, 284, 284, 284, 284, 314, 340, 340, 340, - 314, 45, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340 - } ; - -static const short int yy_chk[1486] = - { 0, - 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, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, - 3, 69, 3, 65, 98, 3, 3, 19, 329, 3, - - 19, 3, 23, 3, 3, 11, 11, 11, 11, 12, - 12, 12, 12, 23, 19, 29, 65, 98, 101, 23, - 23, 20, 17, 69, 20, 3, 3, 4, 4, 4, - 4, 4, 17, 4, 4, 17, 4, 4, 20, 21, - 4, 101, 4, 24, 4, 4, 22, 4, 61, 61, - 21, 61, 178, 178, 24, 29, 21, 22, 21, 328, - 24, 24, 17, 22, 327, 22, 4, 4, 9, 9, - 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, - 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, - 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, - - 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, - 9, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 18, 35, 31, 32, 35, 33, - 34, 110, 326, 105, 18, 31, 32, 18, 33, 34, - 36, 110, 35, 36, 43, 43, 43, 43, 318, 318, - 325, 43, 47, 47, 47, 47, 105, 36, 51, 51, - 51, 51, 43, 324, 18, 25, 25, 25, 25, 25, - - 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, 25, 25, 30, 39, - 39, 39, 39, 82, 147, 82, 82, 132, 152, 132, - 132, 319, 319, 139, 132, 139, 139, 144, 323, 144, - 144, 149, 167, 149, 149, 167, 161, 147, 161, 161, - 322, 152, 39, 321, 320, 149, 317, 39, 30, 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, 40, 40, 40, 40, 58, 58, 58, 58, - 212, 315, 313, 58, 67, 67, 67, 67, 312, 311, - 212, 67, 153, 153, 153, 153, 155, 155, 155, 155, - 157, 157, 157, 157, 162, 40, 162, 162, 310, 309, - 40, 44, 44, 44, 44, 308, 58, 164, 44, 164, - 164, 179, 306, 264, 67, 44, 179, 264, 264, 44, - 54, 166, 166, 166, 166, 201, 305, 201, 201, 228, - 301, 228, 228, 299, 179, 54, 228, 54, 235, 54, - - 235, 235, 54, 298, 54, 54, 54, 54, 54, 54, - 54, 293, 54, 66, 66, 291, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 172, 172, 172, 172, - 288, 287, 286, 172, 186, 186, 186, 186, 285, 281, - 238, 186, 238, 238, 239, 239, 239, 239, 243, 280, - 243, 243, 245, 245, 245, 245, 247, 279, 247, 247, - 277, 249, 243, 249, 249, 276, 172, 185, 251, 185, - - 251, 251, 273, 272, 186, 266, 185, 185, 185, 185, - 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, - 185, 185, 185, 185, 262, 260, 185, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 230, 230, 257, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 253, 253, 253, 253, 265, 255, 302, - 254, 265, 265, 302, 302, 265, 265, 265, 265, 265, - 265, 289, 289, 289, 289, 296, 296, 296, 296, 303, - 250, 244, 241, 237, 236, 233, 232, 303, 303, 303, - 303, 303, 303, 341, 341, 341, 341, 341, 341, 341, - 341, 341, 341, 341, 341, 341, 342, 342, 342, 342, - 342, 342, 342, 342, 342, 342, 342, 342, 342, 343, - 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, - 343, 343, 344, 344, 344, 344, 344, 344, 344, 344, - - 344, 344, 344, 344, 344, 345, 345, 345, 345, 345, - 345, 345, 345, 345, 345, 345, 345, 345, 346, 346, - 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, - 346, 347, 347, 347, 347, 347, 347, 347, 347, 347, - 347, 347, 347, 347, 348, 348, 348, 348, 348, 348, - 348, 348, 348, 348, 348, 348, 348, 349, 349, 349, - 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, - 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, - 350, 350, 350, 351, 351, 351, 351, 351, 351, 351, - 351, 351, 351, 351, 351, 351, 352, 352, 352, 352, - - 352, 352, 352, 352, 352, 352, 352, 352, 352, 353, - 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, - 353, 353, 354, 354, 354, 354, 354, 354, 354, 354, - 354, 354, 354, 354, 354, 355, 355, 355, 355, 355, - 355, 355, 355, 355, 355, 355, 355, 355, 356, 356, - 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, - 356, 357, 357, 229, 222, 357, 357, 358, 358, 358, - 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, - 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, - 359, 359, 360, 360, 219, 218, 360, 360, 361, 361, - - 217, 361, 361, 361, 361, 361, 361, 206, 361, 361, - 361, 362, 362, 204, 362, 362, 362, 362, 362, 362, - 362, 362, 362, 362, 363, 363, 363, 363, 363, 363, - 363, 363, 363, 363, 363, 363, 363, 364, 198, 197, - 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, - 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, - 365, 365, 365, 366, 366, 193, 366, 366, 366, 366, - 366, 366, 366, 190, 181, 366, 367, 367, 177, 175, - 367, 367, 368, 368, 174, 368, 368, 368, 368, 368, - 368, 368, 368, 368, 368, 369, 369, 169, 163, 369, - - 369, 370, 370, 159, 370, 370, 370, 370, 370, 370, - 370, 370, 370, 370, 371, 371, 151, 371, 371, 371, - 371, 371, 371, 371, 371, 371, 371, 372, 372, 150, - 372, 372, 372, 372, 372, 372, 146, 372, 372, 372, - 373, 373, 142, 141, 137, 373, 373, 373, 373, 373, - 374, 374, 136, 374, 374, 374, 374, 374, 374, 374, - 374, 374, 374, 375, 375, 134, 126, 375, 375, 376, - 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, - 376, 376, 377, 377, 123, 377, 377, 117, 377, 377, - 377, 377, 377, 377, 377, 378, 378, 114, 378, 378, - - 113, 378, 378, 378, 378, 378, 378, 378, 379, 379, - 111, 102, 379, 379, 379, 379, 93, 379, 379, 379, - 379, 380, 380, 87, 380, 380, 380, 380, 380, 380, - 380, 380, 380, 380, 381, 381, 80, 381, 381, 381, - 381, 381, 381, 381, 79, 78, 381, 382, 382, 73, - 71, 382, 382, 383, 64, 63, 383, 383, 383, 383, - 383, 383, 383, 383, 383, 383, 384, 384, 55, 384, - 384, 384, 384, 384, 384, 384, 384, 384, 384, 385, - 385, 53, 385, 385, 385, 385, 385, 385, 385, 385, - 385, 385, 386, 386, 387, 387, 388, 388, 388, 388, - - 388, 388, 388, 388, 388, 388, 388, 388, 388, 389, - 389, 389, 389, 389, 389, 389, 389, 389, 389, 389, - 389, 389, 390, 49, 45, 28, 390, 391, 391, 27, - 391, 391, 391, 391, 391, 391, 391, 391, 391, 392, - 392, 16, 392, 392, 392, 392, 392, 392, 392, 392, - 392, 392, 393, 15, 10, 8, 393, 394, 394, 394, - 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, - 395, 7, 6, 5, 395, 396, 396, 396, 396, 396, - 396, 396, 396, 396, 396, 396, 396, 396, 397, 397, - 0, 0, 397, 397, 398, 398, 0, 0, 398, 398, - - 399, 0, 0, 0, 399, 400, 400, 400, 400, 400, - 400, 400, 400, 400, 400, 400, 400, 400, 401, 0, - 0, 0, 401, 402, 402, 0, 402, 402, 402, 402, - 402, 402, 402, 402, 402, 402, 403, 0, 0, 0, - 403, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340 - } ; - -static yy_state_type yy_last_accepting_state; -static YY_CHAR *yy_last_accepting_cpos; - -/* the intent behind this definition is that it'll catch - * any uses of REJECT which flex missed - */ -#define REJECT reject_used_but_not_detected -#define yymore() yymore_used_but_not_detected -#define YY_MORE_ADJ 0 - -/* these variables are all declared out here so that section 3 code can - * manipulate them - */ -/* points to current character in buffer */ -static YY_CHAR *yy_c_buf_p = (YY_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; - -static yy_state_type yy_get_previous_state YY_PROTO(( void )); -static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); -static int yy_get_next_buffer YY_PROTO(( void )); -static void yyunput YY_PROTO(( YY_CHAR c, YY_CHAR *buf_ptr )); -void yyrestart YY_PROTO(( FILE *input_file )); -void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); -void yy_load_buffer_state YY_PROTO(( void )); -YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); -void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); -void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); - -#define yy_new_buffer yy_create_buffer - -#ifdef __cplusplus -static int yyinput YY_PROTO(( void )); -#else -static int input YY_PROTO(( void )); -#endif - -YY_DECL - { - register yy_state_type yy_current_state; - register YY_CHAR *yy_cp, *yy_bp; - register int yy_act; - - - static int bracelevel, didadef; - int i, indented_code, checking_used, new_xlation; - int doing_codeblock = false; - Char nmdef[MAXLINE], myesc(); - - - if ( yy_init ) - { - YY_USER_INIT; - - if ( ! yy_start ) - yy_start = 1; /* first start state */ - - if ( ! yyin ) - yyin = stdin; - - if ( ! yyout ) - yyout = stdout; - - if ( yy_current_buffer ) - yy_init_buffer( yy_current_buffer, yyin ); - else - yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); - - yy_load_buffer_state(); - - yy_init = 0; - } - - 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; - if ( yy_bp[-1] == '\n' ) - ++yy_current_state; -yy_match: - do - { - register YY_CHAR yy_c = yy_ec[(int)*yy_cp]; - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) - yy_c = yy_meta[(int)yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - ++yy_cp; - } - while ( yy_current_state != 340 ); - yy_cp = yy_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; - -yy_find_action: - yy_act = yy_accept[yy_current_state]; - - YY_DO_BEFORE_ACTION; - YY_USER_ACTION; - -do_action: /* this label is used only to access EOF actions */ - - - switch ( yy_act ) - { - case 0: /* must backtrack */ - /* undo the effects of YY_DO_BEFORE_ACTION */ - *yy_cp = yy_hold_char; - yy_cp = yy_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; - goto yy_find_action; - -case 1: -# line 90 "scan.l" -indented_code = true; BEGIN(CODEBLOCK); - YY_BREAK -case 2: -# line 91 "scan.l" -++linenum; /* treat as a comment */ - YY_BREAK -case 3: -# line 92 "scan.l" -ECHO; BEGIN(C_COMMENT); - YY_BREAK -case 4: -# line 93 "scan.l" -return ( SCDECL ); - YY_BREAK -case 5: -# line 94 "scan.l" -return ( XSCDECL ); - YY_BREAK -case 6: -# line 95 "scan.l" -{ - ++linenum; - line_directive_out( stdout ); - indented_code = false; - BEGIN(CODEBLOCK); - } - YY_BREAK -case 7: -# line 102 "scan.l" -return ( WHITESPACE ); - YY_BREAK -case 8: -# line 104 "scan.l" -{ - sectnum = 2; - line_directive_out( stdout ); - BEGIN(SECT2PROLOG); - return ( SECTEND ); - } - YY_BREAK -case 9: -# line 111 "scan.l" -{ - pinpoint_message( "warning - %%used/%%unused have been deprecated" ); - checking_used = REALLY_USED; BEGIN(USED_LIST); - } - YY_BREAK -case 10: -# line 115 "scan.l" -{ - checking_used = REALLY_NOT_USED; BEGIN(USED_LIST); - pinpoint_message( "warning - %%used/%%unused have been deprecated" ); - checking_used = REALLY_NOT_USED; BEGIN(USED_LIST); - } - YY_BREAK -case 11: -# line 122 "scan.l" -{ -#ifdef NOTDEF - fprintf( stderr, - "old-style lex command at line %d ignored:\n\t%s", - linenum, yytext ); -#endif - ++linenum; - } - YY_BREAK -case 12: -# line 131 "scan.l" -/* ignore old lex directive */ - YY_BREAK -case 13: -# line 133 "scan.l" -{ - ++linenum; - xlation = - (int *) malloc( sizeof( int ) * (unsigned) csize ); - - if ( ! xlation ) - flexfatal( - "dynamic memory failure building %t table" ); - - for ( i = 0; i < csize; ++i ) - xlation[i] = 0; - - num_xlations = 0; - - BEGIN(XLATION); - } - YY_BREAK -case 14: -# line 150 "scan.l" -synerr( "unrecognized '%' directive" ); - YY_BREAK -case 15: -# line 152 "scan.l" -{ - (void) strcpy( nmstr, (char *) yytext ); - didadef = false; - BEGIN(PICKUPDEF); - } - YY_BREAK -case 16: -# line 158 "scan.l" -RETURNNAME; - YY_BREAK -case 17: -# line 159 "scan.l" -++linenum; /* allows blank lines in section 1 */ - YY_BREAK -case 18: -# line 160 "scan.l" -++linenum; return ( '\n' ); - YY_BREAK -case 19: -# line 161 "scan.l" -synerr( "illegal character" ); BEGIN(RECOVER); - YY_BREAK -case 20: -# line 164 "scan.l" -ECHO; BEGIN(INITIAL); - YY_BREAK -case 21: -# line 165 "scan.l" -++linenum; ECHO; BEGIN(INITIAL); - YY_BREAK -case 22: -# line 166 "scan.l" -ECHO; - YY_BREAK -case 23: -# line 167 "scan.l" -ECHO; - YY_BREAK -case 24: -# line 168 "scan.l" -++linenum; ECHO; - YY_BREAK -case 25: -# line 171 "scan.l" -++linenum; BEGIN(INITIAL); - YY_BREAK -case 26: -# line 172 "scan.l" -ECHO; CHECK_REJECT(yytext); - YY_BREAK -case 27: -# line 173 "scan.l" -ECHO; CHECK_YYMORE(yytext); - YY_BREAK -case 28: -# line 174 "scan.l" -ECHO; - YY_BREAK -case 29: -# line 175 "scan.l" -{ - ++linenum; - ECHO; - if ( indented_code ) - BEGIN(INITIAL); - } - YY_BREAK -case 30: -# line 183 "scan.l" -/* separates name and definition */ - YY_BREAK -case 31: -# line 185 "scan.l" -{ - (void) strcpy( (char *) nmdef, (char *) yytext ); - - for ( i = strlen( (char *) nmdef ) - 1; - i >= 0 && - nmdef[i] == ' ' || nmdef[i] == '\t'; - --i ) - ; - - nmdef[i + 1] = '\0'; - - ndinstal( nmstr, nmdef ); - didadef = true; - } - YY_BREAK -case 32: -# line 200 "scan.l" -{ - if ( ! didadef ) - synerr( "incomplete name definition" ); - BEGIN(INITIAL); - ++linenum; - } - YY_BREAK -case 33: -# line 207 "scan.l" -++linenum; BEGIN(INITIAL); RETURNNAME; - YY_BREAK -case 34: -# line 210 "scan.l" -++linenum; BEGIN(INITIAL); - YY_BREAK -case 35: -# line 211 "scan.l" - - YY_BREAK -case 36: -# line 212 "scan.l" -{ - if ( all_upper( yytext ) ) - reject_really_used = checking_used; - else - synerr( "unrecognized %used/%unused construct" ); - } - YY_BREAK -case 37: -# line 218 "scan.l" -{ - if ( all_lower( yytext ) ) - yymore_really_used = checking_used; - else - synerr( "unrecognized %used/%unused construct" ); - } - YY_BREAK -case 38: -# line 224 "scan.l" -synerr( "unrecognized %used/%unused construct" ); - YY_BREAK -case 39: -# line 227 "scan.l" -++linenum; BEGIN(INITIAL); - YY_BREAK -case 40: -# line 228 "scan.l" -++num_xlations; new_xlation = true; - YY_BREAK -case 41: -# line 229 "scan.l" -synerr( "bad row in translation table" ); - YY_BREAK -case 42: -# line 230 "scan.l" -/* ignore whitespace */ - YY_BREAK -case 43: -# line 232 "scan.l" -{ - xlation[myesc( yytext )] = - (new_xlation ? num_xlations : -num_xlations); - new_xlation = false; - } - YY_BREAK -case 44: -# line 237 "scan.l" -{ - xlation[yytext[0]] = - (new_xlation ? num_xlations : -num_xlations); - new_xlation = false; - } - YY_BREAK -case 45: -# line 243 "scan.l" -++linenum; - YY_BREAK -case 46: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp -= 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 246 "scan.l" -{ - ++linenum; - ACTION_ECHO; - MARK_END_OF_PROLOG; - BEGIN(SECT2); - } - YY_BREAK -case 47: -# line 253 "scan.l" -++linenum; ACTION_ECHO; - YY_BREAK -case YY_STATE_EOF(SECT2PROLOG): -# line 255 "scan.l" -MARK_END_OF_PROLOG; yyterminate(); - YY_BREAK -case 49: -# line 257 "scan.l" -++linenum; /* allow blank lines in section 2 */ - YY_BREAK -case 50: -# line 259 "scan.l" -{ - indented_code = (yytext[0] != '%'); - doing_codeblock = true; - bracelevel = 1; - - if ( indented_code ) - ACTION_ECHO; - - BEGIN(CODEBLOCK_2); - } - YY_BREAK -case 51: -# line 270 "scan.l" -BEGIN(SC); return ( '<' ); - YY_BREAK -case 52: -# line 271 "scan.l" -return ( '^' ); - YY_BREAK -case 53: -# line 272 "scan.l" -BEGIN(QUOTE); return ( '"' ); - YY_BREAK -case 54: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 273 "scan.l" -BEGIN(NUM); return ( '{' ); - YY_BREAK -case 55: -# line 274 "scan.l" -BEGIN(BRACEERROR); - YY_BREAK -case 56: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 275 "scan.l" -return ( '$' ); - YY_BREAK -case 57: -# line 277 "scan.l" -{ - bracelevel = 1; - BEGIN(PERCENT_BRACE_ACTION); - return ( '\n' ); - } - YY_BREAK -case 58: -# line 282 "scan.l" -continued_action = true; ++linenum; return ( '\n' ); - YY_BREAK -case 59: -# line 284 "scan.l" -{ - /* this rule is separate from the one below because - * otherwise we get variable trailing context, so - * we can't build the scanner using -{f,F} - */ - bracelevel = 0; - continued_action = false; - BEGIN(ACTION); - return ( '\n' ); - } - YY_BREAK -case 60: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp -= 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 295 "scan.l" -{ - bracelevel = 0; - continued_action = false; - BEGIN(ACTION); - return ( '\n' ); - } - YY_BREAK -case 61: -# line 302 "scan.l" -++linenum; return ( '\n' ); - YY_BREAK -case 62: -# line 304 "scan.l" -return ( EOF_OP ); - YY_BREAK -case 63: -# line 306 "scan.l" -{ - sectnum = 3; - BEGIN(SECT3); - return ( EOF ); /* to stop the parser */ - } - YY_BREAK -case 64: -# line 312 "scan.l" -{ - int cclval; - - (void) strcpy( nmstr, (char *) yytext ); - - /* check to see if we've already encountered this ccl */ - if ( (cclval = ccllookup( (Char *) nmstr )) ) - { - yylval = cclval; - ++cclreuse; - return ( PREVCCL ); - } - else - { - /* we fudge a bit. We know that this ccl will - * soon be numbered as lastccl + 1 by cclinit - */ - cclinstal( (Char *) nmstr, lastccl + 1 ); - - /* push back everything but the leading bracket - * so the ccl can be rescanned - */ - PUT_BACK_STRING((Char *) nmstr, 1); - - BEGIN(FIRSTCCL); - return ( '[' ); - } - } - YY_BREAK -case 65: -# line 341 "scan.l" -{ - register Char *nmdefptr; - Char *ndlookup(); - - (void) strcpy( nmstr, (char *) yytext ); - nmstr[yyleng - 1] = '\0'; /* chop trailing brace */ - - /* lookup from "nmstr + 1" to chop leading brace */ - if ( ! (nmdefptr = ndlookup( nmstr + 1 )) ) - synerr( "undefined {name}" ); - - else - { /* push back name surrounded by ()'s */ - unput(')'); - PUT_BACK_STRING(nmdefptr, 0); - unput('('); - } - } - YY_BREAK -case 66: -# line 360 "scan.l" -return ( yytext[0] ); - YY_BREAK -case 67: -# line 361 "scan.l" -RETURNCHAR; - YY_BREAK -case 68: -# line 362 "scan.l" -++linenum; return ( '\n' ); - YY_BREAK -case 69: -# line 365 "scan.l" -return ( ',' ); - YY_BREAK -case 70: -# line 366 "scan.l" -BEGIN(SECT2); return ( '>' ); - YY_BREAK -case 71: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 367 "scan.l" -BEGIN(CARETISBOL); return ( '>' ); - YY_BREAK -case 72: -# line 368 "scan.l" -RETURNNAME; - YY_BREAK -case 73: -# line 369 "scan.l" -synerr( "bad start condition name" ); - YY_BREAK -case 74: -# line 371 "scan.l" -BEGIN(SECT2); return ( '^' ); - YY_BREAK -case 75: -# line 374 "scan.l" -RETURNCHAR; - YY_BREAK -case 76: -# line 375 "scan.l" -BEGIN(SECT2); return ( '"' ); - YY_BREAK -case 77: -# line 377 "scan.l" -{ - synerr( "missing quote" ); - BEGIN(SECT2); - ++linenum; - return ( '"' ); - } - YY_BREAK -case 78: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 385 "scan.l" -BEGIN(CCL); return ( '^' ); - YY_BREAK -case 79: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 386 "scan.l" -return ( '^' ); - YY_BREAK -case 80: -# line 387 "scan.l" -BEGIN(CCL); yylval = '-'; return ( CHAR ); - YY_BREAK -case 81: -# line 388 "scan.l" -BEGIN(CCL); RETURNCHAR; - YY_BREAK -case 82: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp = yy_bp + 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ -# line 390 "scan.l" -return ( '-' ); - YY_BREAK -case 83: -# line 391 "scan.l" -RETURNCHAR; - YY_BREAK -case 84: -# line 392 "scan.l" -BEGIN(SECT2); return ( ']' ); - YY_BREAK -case 85: -# line 395 "scan.l" -{ - yylval = myctoi( yytext ); - return ( NUMBER ); - } - YY_BREAK -case 86: -# line 400 "scan.l" -return ( ',' ); - YY_BREAK -case 87: -# line 401 "scan.l" -BEGIN(SECT2); return ( '}' ); - YY_BREAK -case 88: -# line 403 "scan.l" -{ - synerr( "bad character inside {}'s" ); - BEGIN(SECT2); - return ( '}' ); - } - YY_BREAK -case 89: -# line 409 "scan.l" -{ - synerr( "missing }" ); - BEGIN(SECT2); - ++linenum; - return ( '}' ); - } - YY_BREAK -case 90: -# line 417 "scan.l" -synerr( "bad name in {}'s" ); BEGIN(SECT2); - YY_BREAK -case 91: -# line 418 "scan.l" -synerr( "missing }" ); ++linenum; BEGIN(SECT2); - YY_BREAK -case 92: -# line 421 "scan.l" -bracelevel = 0; - YY_BREAK -case 93: -# line 422 "scan.l" -{ - ACTION_ECHO; - CHECK_REJECT(yytext); - } - YY_BREAK -case 94: -# line 426 "scan.l" -{ - ACTION_ECHO; - CHECK_YYMORE(yytext); - } - YY_BREAK -case 95: -# line 430 "scan.l" -ACTION_ECHO; - YY_BREAK -case 96: -# line 431 "scan.l" -{ - ++linenum; - ACTION_ECHO; - if ( bracelevel == 0 || - (doing_codeblock && indented_code) ) - { - if ( ! doing_codeblock ) - fputs( "\tYY_BREAK\n", temp_action_file ); - - doing_codeblock = false; - BEGIN(SECT2); - } - } - YY_BREAK - /* Reject and YYmore() are checked for above, in PERCENT_BRACE_ACTION */ -case 97: -# line 447 "scan.l" -ACTION_ECHO; ++bracelevel; - YY_BREAK -case 98: -# line 448 "scan.l" -ACTION_ECHO; --bracelevel; - YY_BREAK -case 99: -# line 449 "scan.l" -ACTION_ECHO; - YY_BREAK -case 100: -# line 450 "scan.l" -ACTION_ECHO; - YY_BREAK -case 101: -# line 451 "scan.l" -ACTION_ECHO; BEGIN(ACTION_COMMENT); - YY_BREAK -case 102: -# line 452 "scan.l" -ACTION_ECHO; /* character constant */ - YY_BREAK -case 103: -# line 453 "scan.l" -ACTION_ECHO; BEGIN(ACTION_STRING); - YY_BREAK -case 104: -# line 454 "scan.l" -{ - ++linenum; - ACTION_ECHO; - if ( bracelevel == 0 ) - { - fputs( "\tYY_BREAK\n", temp_action_file ); - BEGIN(SECT2); - } - } - YY_BREAK -case 105: -# line 463 "scan.l" -ACTION_ECHO; - YY_BREAK -case 106: -# line 465 "scan.l" -ACTION_ECHO; BEGIN(ACTION); - YY_BREAK -case 107: -# line 466 "scan.l" -ACTION_ECHO; - YY_BREAK -case 108: -# line 467 "scan.l" -ACTION_ECHO; - YY_BREAK -case 109: -# line 468 "scan.l" -++linenum; ACTION_ECHO; - YY_BREAK -case 110: -# line 469 "scan.l" -ACTION_ECHO; - YY_BREAK -case 111: -# line 471 "scan.l" -ACTION_ECHO; - YY_BREAK -case 112: -# line 472 "scan.l" -ACTION_ECHO; - YY_BREAK -case 113: -# line 473 "scan.l" -++linenum; ACTION_ECHO; - YY_BREAK -case 114: -# line 474 "scan.l" -ACTION_ECHO; BEGIN(ACTION); - YY_BREAK -case 115: -# line 475 "scan.l" -ACTION_ECHO; - YY_BREAK -case YY_STATE_EOF(ACTION): -case YY_STATE_EOF(ACTION_COMMENT): -case YY_STATE_EOF(ACTION_STRING): -# line 477 "scan.l" -{ - synerr( "EOF encountered inside an action" ); - yyterminate(); - } - YY_BREAK -case 117: -# line 483 "scan.l" -{ - yylval = myesc( yytext ); - return ( CHAR ); - } - YY_BREAK -case 118: -# line 488 "scan.l" -{ - yylval = myesc( yytext ); - BEGIN(CCL); - return ( CHAR ); - } - YY_BREAK -case 119: -# line 495 "scan.l" -ECHO; - YY_BREAK -case 120: -# line 496 "scan.l" -YY_FATAL_ERROR( "flex scanner jammed" ); - YY_BREAK -case YY_STATE_EOF(INITIAL): -case YY_STATE_EOF(SECT2): -case YY_STATE_EOF(SECT3): -case YY_STATE_EOF(CODEBLOCK): -case YY_STATE_EOF(PICKUPDEF): -case YY_STATE_EOF(SC): -case YY_STATE_EOF(CARETISBOL): -case YY_STATE_EOF(NUM): -case YY_STATE_EOF(QUOTE): -case YY_STATE_EOF(FIRSTCCL): -case YY_STATE_EOF(CCL): -case YY_STATE_EOF(RECOVER): -case YY_STATE_EOF(BRACEERROR): -case YY_STATE_EOF(C_COMMENT): -case YY_STATE_EOF(PERCENT_BRACE_ACTION): -case YY_STATE_EOF(USED_LIST): -case YY_STATE_EOF(CODEBLOCK_2): -case YY_STATE_EOF(XLATION): - yyterminate(); - - case YY_END_OF_BUFFER: - { - /* amount of text matched not including the EOB char */ - int yy_amount_of_matched_text = yy_cp - yytext - 1; - - /* undo the effects of YY_DO_BEFORE_ACTION */ - *yy_cp = yy_hold_char; - - /* 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 yyinput(). - */ - if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] ) - /* this was really a NUL */ - { - yy_state_type yy_next_state; - - yy_c_buf_p = yytext + 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 + 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_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; - 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 + YY_MORE_ADJ; - - yy_act = YY_STATE_EOF((yy_start - 1) / 2); - 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 + yy_amount_of_matched_text; - - yy_current_state = yy_get_previous_state(); - - yy_cp = yy_c_buf_p; - yy_bp = yytext + YY_MORE_ADJ; - goto yy_match; - - case EOB_ACT_LAST_MATCH: - yy_c_buf_p = - &yy_current_buffer->yy_ch_buf[yy_n_chars]; - - yy_current_state = yy_get_previous_state(); - - yy_cp = yy_c_buf_p; - yy_bp = yytext + YY_MORE_ADJ; - goto yy_find_action; - } - break; - } - - default: -#ifdef FLEX_DEBUG - printf( "action # %d\n", yy_act ); -#endif - YY_FATAL_ERROR( - "fatal flex scanner internal error--no action found" ); - } - } - } - - -/* yy_get_next_buffer - try to read in a new buffer - * - * synopsis - * int yy_get_next_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() - - { - register YY_CHAR *dest = yy_current_buffer->yy_ch_buf; - register YY_CHAR *source = yytext - 1; /* copy prev. char, too */ - register int number_to_move, i; - int ret_val; - - if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] ) - YY_FATAL_ERROR( - "fatal flex scanner internal error--end of buffer missed" ); - - /* try to read more data */ - - /* first move last chars to start of buffer */ - number_to_move = yy_c_buf_p - yytext; - - for ( i = 0; i < number_to_move; ++i ) - *(dest++) = *(source++); - - if ( yy_current_buffer->yy_eof_status != EOF_NOT_SEEN ) - /* don't do the read, it's not guaranteed to return an EOF, - * just force an EOF - */ - yy_n_chars = 0; - - else - { - int num_to_read = yy_current_buffer->yy_buf_size - number_to_move - 1; - - if ( num_to_read > YY_READ_BUF_SIZE ) - num_to_read = YY_READ_BUF_SIZE; - - else if ( num_to_read <= 0 ) - YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); - - /* read in more data */ - YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]), - yy_n_chars, num_to_read ); - } - - if ( yy_n_chars == 0 ) - { - if ( number_to_move == 1 ) - { - ret_val = EOB_ACT_END_OF_FILE; - yy_current_buffer->yy_eof_status = EOF_DONE; - } - - else - { - ret_val = EOB_ACT_LAST_MATCH; - yy_current_buffer->yy_eof_status = EOF_PENDING; - } - } - - else - ret_val = EOB_ACT_CONTINUE_SCAN; - - yy_n_chars += number_to_move; - yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR; - yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; - - /* yytext begins at the second character in yy_ch_buf; the first - * character is the one which preceded it before reading in the latest - * buffer; it needs to be kept around in case it's a newline, so - * yy_get_previous_state() will have with '^' rules active - */ - - yytext = &yy_current_buffer->yy_ch_buf[1]; - - return ( ret_val ); - } - - -/* yy_get_previous_state - get the state just before the EOB char was reached - * - * synopsis - * yy_state_type yy_get_previous_state(); - */ - -static yy_state_type yy_get_previous_state() - - { - register yy_state_type yy_current_state; - register YY_CHAR *yy_cp; - - register YY_CHAR *yy_bp = yytext; - - yy_current_state = yy_start; - if ( yy_bp[-1] == '\n' ) - ++yy_current_state; - - for ( yy_cp = yytext + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp ) - { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[(int)*yy_cp] : 1); - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) - yy_c = yy_meta[(int)yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - } - - 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 ); - */ - -#ifdef YY_USE_PROTOS -static yy_state_type yy_try_NUL_trans( register yy_state_type yy_current_state ) -#else -static yy_state_type yy_try_NUL_trans( yy_current_state ) -register yy_state_type yy_current_state; -#endif - - { - register int yy_is_jam; - register YY_CHAR *yy_cp = yy_c_buf_p; - - register YY_CHAR yy_c = 1; - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } - while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) - { - yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) - yy_c = yy_meta[(int)yy_c]; - } - yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - yy_is_jam = (yy_current_state == 340); - - return ( yy_is_jam ? 0 : yy_current_state ); - } - - -#ifdef YY_USE_PROTOS -static void yyunput( YY_CHAR c, register YY_CHAR *yy_bp ) -#else -static void yyunput( c, yy_bp ) -YY_CHAR c; -register YY_CHAR *yy_bp; -#endif - - { - register YY_CHAR *yy_cp = yy_c_buf_p; - - /* undo effects of setting up yytext */ - *yy_cp = yy_hold_char; - - if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) - { /* need to shift things up to make room */ - register int number_to_move = yy_n_chars + 2; /* +2 for EOB chars */ - register YY_CHAR *dest = - &yy_current_buffer->yy_ch_buf[yy_current_buffer->yy_buf_size + 2]; - register YY_CHAR *source = - &yy_current_buffer->yy_ch_buf[number_to_move]; - - while ( source > yy_current_buffer->yy_ch_buf ) - *--dest = *--source; - - yy_cp += dest - source; - yy_bp += dest - source; - yy_n_chars = yy_current_buffer->yy_buf_size; - - if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) - YY_FATAL_ERROR( "flex scanner push-back overflow" ); - } - - if ( yy_cp > yy_bp && yy_cp[-1] == '\n' ) - yy_cp[-2] = '\n'; - - *--yy_cp = c; - - /* note: the formal parameter *must* be called "yy_bp" for this - * macro to now work correctly - */ - YY_DO_BEFORE_ACTION; /* set up yytext again */ - } - - -#ifdef __cplusplus -static int yyinput() -#else -static int input() -#endif - - { - int c; - YY_CHAR *yy_cp = yy_c_buf_p; - - *yy_cp = 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->yy_ch_buf[yy_n_chars] ) - /* this was really a NUL */ - *yy_c_buf_p = '\0'; - - else - { /* need more input */ - yytext = yy_c_buf_p; - ++yy_c_buf_p; - - switch ( yy_get_next_buffer() ) - { - case EOB_ACT_END_OF_FILE: - { - if ( yywrap() ) - { - yy_c_buf_p = yytext + YY_MORE_ADJ; - return ( EOF ); - } - - YY_NEW_FILE; - -#ifdef __cplusplus - return ( yyinput() ); -#else - return ( input() ); -#endif - } - break; - - case EOB_ACT_CONTINUE_SCAN: - yy_c_buf_p = yytext + YY_MORE_ADJ; - break; - - case EOB_ACT_LAST_MATCH: -#ifdef __cplusplus - YY_FATAL_ERROR( "unexpected last match in yyinput()" ); -#else - YY_FATAL_ERROR( "unexpected last match in input()" ); -#endif - } - } - } - - c = *yy_c_buf_p; - yy_hold_char = *++yy_c_buf_p; - - return ( c ); - } - - -#ifdef YY_USE_PROTOS -void yyrestart( FILE *input_file ) -#else -void yyrestart( input_file ) -FILE *input_file; -#endif - - { - yy_init_buffer( yy_current_buffer, input_file ); - yy_load_buffer_state(); - } - - -#ifdef YY_USE_PROTOS -void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer ) -#else -void yy_switch_to_buffer( new_buffer ) -YY_BUFFER_STATE new_buffer; -#endif - - { - 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->yy_buf_pos = yy_c_buf_p; - yy_current_buffer->yy_n_chars = yy_n_chars; - } - - yy_current_buffer = 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; - } - - -#ifdef YY_USE_PROTOS -void yy_load_buffer_state( void ) -#else -void yy_load_buffer_state() -#endif - - { - yy_n_chars = yy_current_buffer->yy_n_chars; - yytext = yy_c_buf_p = yy_current_buffer->yy_buf_pos; - yyin = yy_current_buffer->yy_input_file; - yy_hold_char = *yy_c_buf_p; - } - - -#ifdef YY_USE_PROTOS -YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) -#else -YY_BUFFER_STATE yy_create_buffer( file, size ) -FILE *file; -int size; -#endif - - { - YY_BUFFER_STATE b; - - b = (YY_BUFFER_STATE) malloc( 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 = (YY_CHAR *) malloc( (unsigned) (b->yy_buf_size + 2) ); - - if ( ! b->yy_ch_buf ) - YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); - - yy_init_buffer( b, file ); - - return ( b ); - } - - -#ifdef YY_USE_PROTOS -void yy_delete_buffer( YY_BUFFER_STATE b ) -#else -void yy_delete_buffer( b ) -YY_BUFFER_STATE b; -#endif - - { - if ( b == yy_current_buffer ) - yy_current_buffer = (YY_BUFFER_STATE) 0; - - free( (char *) b->yy_ch_buf ); - free( (char *) b ); - } - - -#ifdef YY_USE_PROTOS -void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) -#else -void yy_init_buffer( b, file ) -YY_BUFFER_STATE b; -FILE *file; -#endif - - { - b->yy_input_file = file; - - /* we put in the '\n' and start reading from [1] so that an - * initial match-at-newline will be true. - */ - - b->yy_ch_buf[0] = '\n'; - b->yy_n_chars = 1; - - /* 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[1] = YY_END_OF_BUFFER_CHAR; - b->yy_ch_buf[2] = YY_END_OF_BUFFER_CHAR; - - b->yy_buf_pos = &b->yy_ch_buf[1]; - - b->yy_eof_status = EOF_NOT_SEEN; - } -# line 496 "scan.l" - - - -int yywrap() - - { - if ( --num_input_files > 0 ) - { - set_input_file( *++input_files ); - return ( 0 ); - } - - else - return ( 1 ); - } - - -/* set_input_file - open the given file (if NULL, stdin) for scanning */ - -void set_input_file( file ) -char *file; - - { - if ( file ) - { - infilename = file; - yyin = fopen( infilename, "r" ); - - if ( yyin == NULL ) - lerrsf( "can't open %s", file ); - } - - else - { - yyin = stdin; - infilename = ""; - } - } diff --git a/src/toolsComm/flex/scan.c b/src/toolsComm/flex/scan.c index 6df2544cf..6c32bc0a6 100644 --- a/src/toolsComm/flex/scan.c +++ b/src/toolsComm/flex/scan.c @@ -1,12 +1,3 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ /* A lexical scanner generated by flex */ /* scanner skeleton version: @@ -350,63 +341,127 @@ FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; #define YY_END_OF_BUFFER 121 typedef int yy_state_type; -static const short int yy_accept[341] = +static const short int yy_acclist[482] = { 0, - 0, 0, 0, 0, 0, 0, 119, 119, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 121, 19, 7, 18, 19, 16, - 1, 17, 19, 19, 19, 15, 67, 59, 60, 53, - 67, 66, 51, 67, 67, 67, 50, 49, 67, 52, - 120, 47, 119, 119, 28, 29, 28, 28, 28, 28, - 31, 30, 32, 73, 120, 69, 70, 72, 74, 88, - 89, 86, 85, 87, 75, 77, 76, 75, 81, 80, + 16444,16444, 119, 119, 121, 19, 120, 7, 19, 120, + 18, 120, 19, 120, 19, 120, 16, 19, 120, 1, + 7, 19, 120, 17, 18, 120, 19, 120, 19, 120, + 19, 120, 19, 120, 15, 16, 19, 120, 67, 120, + 59, 67, 120,16444, 8252, 68, 120, 67, 120, 53, + 67, 120, 67, 120, 66, 67, 120, 51, 67, 120, + 67, 120, 67, 120, 67, 120, 50, 59, 67, 120, + 16444, 49, 8252, 61, 68, 120, 67, 120, 67, 120, + 52, 67, 120, 120, 47, 120, 120, 119, 120, 119, + 120, 119, 120, 28, 120, 29, 120, 28, 120, 28, - 81, 81, 83, 83, 83, 84, 99, 104, 103, 105, - 105, 100, 100, 100, 97, 98, 120, 33, 91, 90, - 22, 24, 23, 107, 109, 108, 111, 113, 114, 115, - 95, 95, 96, 95, 95, 95, 95, 38, 35, 34, - 38, 38, 44, 42, 45, 44, 44, 41, 41, 41, - 40, 41, 7, 18, 0, 16, 1, 17, 0, 2, - 14, 8, 0, 12, 4, 0, 0, 5, 0, 3, - 15, 59, 60, 0, 0, 56, 0, 0, 0, 117, - 117, 117, 55, 54, 55, 50, 49, 63, 50, 0, - 47, 46, 119, 119, 28, 28, 28, 28, 28, 31, + 120, 28, 120, 28, 120, 28, 120, 31, 120, 30, + 120, 32, 120, 120, 73, 120, 120, 69, 73, 120, + 70, 73, 120, 72, 73, 120, 74, 120, 88, 120, + 89, 120, 88, 120, 86, 88, 120, 85, 88, 120, + 87, 88, 120, 75, 120, 77, 120, 120, 76, 120, + 75, 120, 81, 120, 80, 81, 120, 81, 120, 81, + 120, 83, 120, 83, 120, 83, 120, 84, 120, 99, + 105, 120, 104, 120, 105, 120, 103, 105, 120, 105, + 120, 105, 120, 100, 105, 120, 100, 105, 120, 100, + 105, 120, 97, 105, 120, 98, 105, 120, 120, 33, - 30, 71, 72, 85, 118, 118, 118, 78, 79, 82, - 99, 0, 102, 0, 101, 100, 100, 100, 0, 33, - 22, 20, 107, 106, 111, 112, 95, 95, 95, 92, - 95, 95, 95, 38, 35, 38, 38, 42, 0, 43, - 43, 43, 42, 40, 0, 13, 14, 8, 8, 0, - 12, 4, 0, 0, 0, 5, 0, 6, 57, 0, - 58, 0, 64, 0, 0, 117, 117, 55, 55, 65, - 63, 28, 28, 28, 25, 0, 118, 118, 100, 100, - 0, 21, 92, 92, 95, 95, 38, 38, 0, 39, - 43, 43, 0, 11, 4, 0, 11, 0, 0, 5, + 120, 120, 91, 120, 120, 90, 120, 22, 120, 24, + 120, 120, 23, 120, 107, 110, 120, 109, 120, 110, + 120, 108, 110, 120, 111, 115, 120, 113, 120, 115, + 120, 114, 115, 120, 115, 120, 95, 120, 95, 120, + 96, 120, 95, 120, 95, 120, 95, 120, 95, 120, + 95, 120, 38, 120, 35, 120, 34, 120, 120, 38, + 120, 38, 120, 44, 120, 42, 44, 120, 45, 120, + 44, 120, 44, 120, 44, 120, 41, 44, 120, 41, + 42, 44, 120, 41, 44, 120, 41, 44, 120, 40, + 41, 44, 120, 41, 44, 120, 7, 18, 16, 1, + + 7, 17, 18, 2, 14, 8, 14, 12, 4, 5, + 3, 15, 16, 59,16444, 8252, 8252, 68, 56, 117, + 117, 117, 55, 54, 55, 50, 59,16444, 49, 8252, + 61, 49, 8252, 61, 68, 63, 50, 47, 46, 119, + 119, 119, 28, 29, 28, 28, 28, 28, 31, 30, + 32, 71, 72, 89, 85, 77, 118, 118, 118, 78, + 79, 82, 99, 104, 102, 101, 100, 100, 100, 33, + 91, 22, 24, 20, 107, 109, 106, 111, 113, 112, + 95, 95, 95, 96, 92, 95, 95, 95, 95, 38, + 35, 34, 38, 38, 42, 45, 43, 43, 43, 42, + + 40, 13, 14, 8, 8, 14, 12, 4, 5, 6, + 57, 58, 64, 117, 117, 55, 55, 65, 63, 28, + 28, 28, 25, 118, 118, 100, 100, 21, 92, 95, + 92, 95, 95, 38, 38, 39, 43, 43, 11, 4, + 11, 13, 5, 117, 28, 28, 118, 100, 100, 95, + 95, 38, 38, 43, 9, 28, 28, 100, 100, 95, + 95, 38, 38, 26, 28, 27, 28, 93, 100, 94, + 100, 93, 95, 94, 95, 36, 38, 37, 38, 10, + 62 + } ; + +static const short int yy_accept[392] = + { 0, + 1, 1, 1, 2, 3, 3, 3, 4, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 6, 8, 11, 13, 15, + 17, 20, 24, 27, 29, 31, 33, 35, 39, 41, + 45, 48, 50, 53, 55, 58, 61, 63, 65, 67, + 72, 77, 79, 81, 84, 85, 87, 88, 90, 92, + 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, + 114, 115, 117, 118, 121, 124, 127, 129, 131, 133, + + 135, 138, 141, 144, 146, 148, 149, 151, 153, 155, + 158, 160, 162, 164, 166, 168, 170, 173, 175, 177, + 180, 182, 184, 187, 190, 193, 196, 199, 200, 202, + 203, 205, 206, 208, 210, 212, 213, 215, 218, 220, + 222, 225, 228, 230, 232, 235, 237, 239, 241, 243, + 245, 247, 249, 251, 253, 255, 257, 259, 260, 262, + 264, 266, 269, 271, 273, 275, 277, 280, 284, 287, + 290, 294, 297, 298, 299, 299, 299, 300, 302, 304, + 304, 304, 305, 305, 306, 308, 308, 309, 310, 310, + 310, 311, 311, 312, 314, 316, 317, 317, 317, 317, + + 319, 320, 320, 320, 320, 321, 322, 323, 324, 325, + 326, 329, 332, 332, 336, 337, 338, 338, 339, 339, + 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, + 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, + 360, 361, 362, 363, 364, 365, 365, 366, 366, 367, + 368, 369, 370, 370, 371, 371, 372, 373, 374, 375, + 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, + 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, + 397, 397, 398, 399, 400, 401, 402, 402, 403, 403, + 404, 405, 407, 407, 408, 409, 409, 409, 409, 410, + + 410, 411, 411, 412, 412, 413, 413, 413, 414, 414, + 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 424, 424, 425, 426, 427, 428, 428, 429, 429, + 431, 432, 433, 434, 435, 436, 436, 437, 437, 438, + 439, 439, 440, 440, 441, 441, 443, 443, 443, 443, + 444, 444, 444, 444, 445, 446, 447, 448, 449, 450, + 451, 452, 453, 454, 455, 455, 456, 456, 456, 456, + 457, 458, 459, 460, 461, 462, 463, 464, 464, 464, + 466, 468, 470, 472, 474, 476, 478, 480, 481, 482, + 482 - 0, 0, 0, 117, 28, 28, 118, 100, 100, 95, - 95, 38, 38, 43, 0, 9, 0, 0, 0, 28, - 28, 100, 100, 95, 95, 38, 38, 0, 0, 26, - 27, 93, 94, 93, 94, 36, 37, 10, 62, 0 } ; static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, - 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 5, 1, 6, 7, 8, 9, 1, 10, 11, - 11, 12, 11, 13, 14, 11, 15, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 1, 1, 17, - 1, 18, 11, 1, 24, 25, 26, 27, 28, 29, - 23, 23, 23, 30, 31, 23, 32, 33, 34, 31, - 23, 35, 36, 37, 38, 23, 23, 39, 40, 23, - 19, 20, 21, 22, 23, 1, 24, 25, 26, 27, + 1, 6, 1, 7, 8, 9, 10, 1, 11, 12, + 12, 13, 12, 14, 15, 12, 16, 17, 17, 17, + 17, 17, 17, 17, 17, 17, 17, 1, 1, 18, + 1, 19, 12, 1, 1, 1, 1, 1, 20, 21, + 1, 1, 1, 1, 1, 1, 1, 1, 22, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 23, 24, 25, 26, 27, 1, 28, 29, 30, 31, - 28, 29, 23, 23, 23, 30, 31, 23, 32, 33, - 34, 31, 23, 35, 36, 37, 38, 23, 23, 39, - 40, 23, 41, 42, 43, 1, 1, 1, 1, 1, + 32, 29, 27, 27, 27, 33, 34, 27, 35, 36, + 37, 34, 27, 38, 39, 40, 41, 27, 27, 42, + 43, 27, 44, 45, 46, 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, @@ -423,454 +478,502 @@ static const YY_CHAR yy_ec[256] = 1, 1, 1, 1, 1 } ; -static const YY_CHAR yy_meta[44] = +static const YY_CHAR yy_meta[47] = { 0, - 1, 2, 3, 2, 2, 4, 1, 1, 1, 5, - 1, 6, 1, 7, 5, 8, 1, 1, 1, 9, - 10, 1, 11, 12, 12, 12, 12, 12, 12, 11, + 1, 2, 3, 2, 4, 2, 5, 1, 1, 1, + 6, 1, 7, 1, 8, 6, 8, 1, 1, 1, + 1, 1, 1, 9, 10, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, - 5, 1, 13 + 11, 11, 11, 6, 1, 12 } ; -static const short int yy_base[404] = +static const short int yy_base[449] = { 0, - 0, 43, 85, 126, 1371, 1370, 1369, 1353, 168, 1346, - 104, 108, 211, 0, 1332, 1320, 120, 252, 95, 119, - 137, 144, 100, 141, 295, 0, 1327, 1323, 113, 336, - 254, 255, 257, 258, 253, 268, 379, 0, 338, 421, - 0, 0, 273, 460, 1325, 1442, 281, 1442, 1287, 0, - 287, 1442, 1279, 472, 1257, 0, 1442, 425, 1442, 1442, - 147, 1442, 1239, 1235, 78, 513, 433, 1442, 83, 1442, - 1248, 0, 1247, 1442, 0, 1442, 0, 1218, 1205, 1194, - 0, 342, 1442, 1442, 1442, 1442, 1202, 0, 1442, 1442, - 1442, 1442, 1201, 1442, 1442, 1442, 1442, 79, 1442, 1442, + 0, 46, 91, 135, 96, 103, 107, 108, 180, 1243, + 114, 119, 226, 0, 1216, 1212, 129, 270, 126, 149, + 152, 271, 274, 277, 316, 0, 123, 157, 360, 361, + 161, 278, 291, 300, 364, 365, 407, 0, 452, 494, + 0, 0, 536, 559, 1237, 1545, 166, 1545, 1231, 1187, + 0, 304, 1545, 1223, 160, 574, 1190, 0, 1545, 617, + 1545, 1199, 1545, 309, 1545, 1183, 1155, 85, 662, 707, + 1545, 1175, 449, 1545, 273, 0, 285, 370, 1545, 371, + 0, 1545, 1170, 0, 1135, 1123, 1116, 0, 375, 1545, + 1158, 1545, 1545, 1545, 1109, 0, 1545, 1545, 1545, 1131, - 103, 1198, 1442, 0, 248, 1442, 0, 1442, 1442, 252, - 1199, 0, 1173, 1158, 1442, 1442, 1185, 1442, 1442, 1442, - 0, 1442, 1170, 0, 1442, 1152, 0, 1442, 1442, 0, - 0, 346, 1442, 1123, 0, 1125, 1105, 0, 352, 1442, - 1116, 1103, 1442, 356, 1442, 1100, 329, 1442, 360, 1093, - 1101, 333, 441, 1442, 445, 0, 449, 1442, 1101, 1442, - 365, 453, 1094, 466, 0, 480, 330, 0, 1095, 1442, - 0, 555, 1442, 1044, 1077, 1442, 1051, 133, 456, 1442, - 1059, 0, 0, 1442, 584, 563, 1442, 0, 1442, 1071, - 0, 1442, 1063, 1442, 0, 0, 1010, 1007, 627, 0, + 1545, 918, 1545, 1545, 1545, 931, 1545, 88, 1545, 1545, + 361, 916, 1545, 0, 363, 1545, 0, 1545, 927, 1545, + 371, 916, 0, 896, 884, 1545, 1545, 380, 1545, 381, + 1545, 923, 1545, 0, 1545, 904, 890, 0, 1545, 902, + 888, 0, 1545, 900, 1545, 0, 0, 388, 1545, 899, + 855, 0, 868, 856, 0, 395, 1545, 895, 865, 853, + 1545, 398, 1545, 892, 854, 443, 1545, 459, 890, 852, + 874, 445, 464, 1545, 887, 469, 0, 475, 1545, 886, + 388, 1545, 479, 499, 500, 882, 505, 0, 510, 447, + 0, 486, 1545, 0, 0, 1545, 884, 836, 489, 1545, - 484, 1442, 0, 998, 1442, 992, 0, 1442, 1442, 1442, - 0, 421, 1442, 0, 1442, 0, 971, 964, 992, 1442, - 0, 962, 0, 1442, 0, 1442, 0, 488, 921, 670, - 0, 717, 714, 0, 497, 715, 712, 569, 573, 1442, - 727, 0, 577, 726, 581, 1442, 585, 0, 590, 738, - 597, 0, 712, 683, 691, 0, 670, 1442, 1442, 623, - 1442, 591, 1442, 458, 702, 590, 0, 0, 0, 1442, - 0, 576, 569, 0, 1442, 593, 575, 0, 560, 546, - 567, 1442, 0, 0, 541, 529, 534, 527, 730, 1442, - 500, 0, 509, 1442, 0, 734, 1442, 468, 467, 0, + 1545, 859, 493, 502, 1545, 859, 493, 0, 1545, 738, + 0, 1545, 872, 1545, 0, 1545, 523, 0, 526, 1545, + 530, 1545, 531, 0, 1545, 0, 841, 838, 784, 0, + 541, 1545, 1545, 0, 1545, 855, 1545, 1545, 854, 542, + 1545, 1545, 1545, 0, 1545, 542, 1545, 847, 1545, 0, + 818, 815, 545, 1545, 546, 1545, 0, 1545, 549, 0, + 1545, 1545, 0, 1545, 1545, 0, 575, 803, 1545, 826, + 0, 815, 812, 0, 576, 1545, 813, 810, 584, 1545, + 589, 1545, 827, 600, 631, 826, 594, 1545, 839, 599, + 0, 632, 552, 637, 0, 647, 800, 808, 0, 553, - 462, 704, 724, 1442, 461, 438, 1442, 440, 425, 433, - 405, 413, 398, 1442, 404, 1442, 359, 259, 332, 338, - 346, 334, 331, 257, 253, 226, 137, 133, 81, 0, - 0, 0, 0, 0, 0, 0, 0, 1442, 1442, 1442, - 753, 766, 779, 792, 805, 818, 831, 844, 857, 870, - 883, 896, 909, 922, 935, 948, 955, 967, 980, 986, - 998, 1011, 1024, 1037, 1050, 1063, 1070, 1082, 1089, 1101, - 1114, 1127, 1140, 1150, 1157, 1169, 1182, 1195, 1208, 1221, - 1234, 1241, 1253, 1266, 1279, 1282, 1284, 1296, 1309, 1315, - 1327, 1339, 1345, 1357, 1363, 1375, 1382, 1388, 1393, 1405, + 1545, 584, 1545, 604, 1545, 621, 817, 1545, 630, 853, + 821, 628, 0, 0, 1545, 0, 805, 799, 0, 1545, + 637, 641, 818, 697, 802, 796, 662, 1545, 713, 881, + 0, 800, 746, 750, 727, 717, 1545, 760, 745, 707, + 727, 1545, 728, 0, 738, 1545, 742, 722, 729, 0, + 738, 732, 908, 1545, 728, 716, 1545, 718, 708, 704, + 677, 631, 587, 1545, 543, 1545, 511, 543, 726, 480, + 476, 448, 432, 356, 355, 260, 261, 254, 158, 0, + 0, 0, 0, 0, 0, 0, 0, 1545, 1545, 1545, + 940, 952, 964, 976, 988, 1000, 1012, 1024, 1036, 1048, - 1411, 1423, 1429 + 1060, 1072, 1084, 1096, 1108, 1120, 1125, 1136, 1148, 1152, + 1163, 1175, 1187, 1199, 1211, 1223, 1228, 1239, 1244, 1255, + 1267, 1279, 1291, 1301, 1306, 1317, 1329, 1341, 1353, 1365, + 1377, 1382, 1393, 1405, 1417, 146, 138, 1429, 1441, 1453, + 1464, 1476, 1488, 1500, 1505, 1509, 1520, 1532 } ; -static const short int yy_def[404] = +static const short int yy_def[449] = { 0, - 340, 340, 341, 341, 342, 342, 343, 343, 340, 9, - 344, 344, 340, 13, 345, 345, 346, 346, 347, 347, - 348, 348, 349, 349, 340, 25, 350, 350, 345, 345, - 351, 351, 352, 352, 353, 353, 340, 37, 354, 354, - 37, 37, 355, 356, 340, 340, 340, 340, 340, 357, - 340, 340, 358, 359, 340, 360, 340, 340, 340, 340, - 340, 340, 340, 361, 362, 340, 340, 340, 340, 340, - 363, 364, 365, 340, 366, 340, 367, 367, 367, 366, - 368, 340, 340, 340, 340, 340, 340, 369, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 362, 340, 340, + 390, 390, 391, 391, 392, 392, 393, 393, 390, 9, + 394, 394, 390, 13, 395, 395, 396, 396, 397, 397, + 398, 398, 399, 399, 390, 25, 400, 400, 395, 395, + 401, 401, 402, 402, 403, 403, 390, 37, 404, 404, + 37, 37, 405, 406, 390, 390, 390, 390, 390, 390, + 407, 390, 390, 390, 408, 409, 390, 410, 390, 390, + 390, 390, 390, 390, 390, 390, 411, 412, 390, 390, + 390, 390, 390, 390, 413, 414, 413, 415, 390, 415, + 416, 390, 390, 417, 417, 417, 416, 418, 390, 390, + 390, 390, 390, 390, 390, 419, 390, 390, 390, 390, - 370, 371, 340, 372, 362, 340, 373, 340, 340, 374, - 340, 375, 375, 375, 340, 340, 376, 340, 340, 340, - 377, 340, 340, 378, 340, 340, 379, 340, 340, 380, - 381, 381, 340, 381, 382, 382, 382, 383, 340, 340, - 383, 383, 340, 340, 340, 340, 384, 340, 340, 340, - 340, 384, 340, 340, 340, 357, 340, 340, 358, 340, - 340, 385, 340, 340, 386, 340, 340, 387, 388, 340, - 360, 340, 340, 340, 389, 340, 340, 361, 361, 340, - 340, 390, 391, 340, 391, 340, 340, 392, 340, 363, - 364, 340, 365, 340, 366, 367, 367, 367, 340, 368, + 390, 390, 390, 390, 390, 390, 390, 412, 390, 390, + 420, 421, 390, 422, 412, 390, 423, 390, 390, 390, + 424, 390, 425, 425, 425, 390, 390, 426, 390, 426, + 390, 390, 390, 427, 390, 390, 390, 428, 390, 390, + 390, 429, 390, 390, 390, 430, 431, 431, 390, 390, + 431, 432, 432, 432, 433, 390, 390, 390, 433, 433, + 390, 390, 390, 390, 390, 434, 390, 390, 390, 390, + 390, 434, 390, 390, 390, 390, 407, 390, 390, 390, + 408, 390, 408, 390, 435, 390, 390, 436, 390, 390, + 437, 438, 390, 410, 60, 390, 390, 390, 439, 390, - 340, 340, 369, 340, 340, 340, 393, 340, 340, 340, - 373, 374, 340, 374, 340, 375, 375, 375, 376, 340, - 377, 394, 378, 340, 379, 340, 381, 381, 381, 340, - 382, 382, 382, 383, 340, 383, 383, 340, 340, 340, - 340, 395, 340, 340, 340, 340, 340, 385, 385, 396, - 340, 397, 396, 340, 340, 398, 388, 340, 340, 389, - 340, 340, 340, 361, 361, 340, 399, 391, 185, 340, - 392, 367, 367, 199, 340, 400, 340, 401, 375, 375, - 394, 340, 230, 402, 382, 382, 383, 383, 340, 340, - 340, 403, 396, 340, 397, 396, 340, 340, 340, 398, + 390, 390, 411, 411, 390, 390, 390, 440, 390, 440, + 70, 390, 390, 390, 441, 390, 413, 414, 413, 390, + 415, 390, 415, 416, 390, 417, 417, 417, 390, 418, + 390, 390, 390, 419, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 423, 390, 424, 390, 424, 390, 425, + 425, 425, 426, 390, 426, 390, 427, 390, 442, 428, + 390, 390, 429, 390, 390, 431, 431, 431, 390, 443, + 432, 432, 432, 433, 390, 390, 433, 433, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 435, 435, 444, 390, 445, 444, 390, 390, 446, 438, - 340, 361, 265, 340, 367, 367, 340, 375, 375, 382, - 382, 383, 383, 340, 340, 340, 340, 361, 361, 367, - 367, 375, 375, 382, 382, 383, 383, 340, 340, 367, - 367, 375, 375, 382, 382, 383, 383, 340, 340, 0, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, + 390, 438, 390, 439, 390, 439, 390, 390, 411, 411, + 390, 390, 440, 210, 390, 441, 417, 417, 229, 390, + 447, 447, 390, 390, 425, 425, 442, 390, 442, 443, + 448, 432, 432, 433, 433, 390, 390, 390, 390, 390, + 444, 390, 444, 445, 444, 390, 444, 390, 390, 446, + 390, 411, 411, 390, 417, 417, 390, 425, 425, 432, + 432, 433, 433, 390, 390, 390, 390, 411, 411, 417, + 417, 425, 425, 432, 432, 433, 433, 390, 390, 417, + 417, 425, 425, 432, 432, 433, 433, 390, 390, 0, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, - 340, 340, 340 + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390 } ; -static const short int yy_nxt[1486] = +static const short int yy_nxt[1592] = { 0, - 46, 47, 48, 47, 47, 46, 46, 46, 49, 46, + 46, 47, 48, 47, 49, 47, 46, 46, 46, 50, 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, - 46, 46, 50, 50, 50, 50, 50, 50, 50, 50, - 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, - 46, 46, 46, 46, 51, 52, 51, 51, 46, 53, - 46, 54, 46, 46, 46, 46, 46, 55, 46, 46, - 46, 46, 46, 46, 46, 56, 56, 56, 56, 56, - 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, - 56, 56, 56, 46, 46, 46, 58, 59, 58, 58, - 60, 188, 61, 181, 181, 62, 62, 96, 339, 62, + 46, 46, 46, 46, 46, 46, 51, 51, 51, 51, + 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, + 51, 51, 51, 46, 46, 46, 46, 52, 53, 52, + 54, 52, 46, 55, 46, 56, 46, 46, 46, 46, + 46, 57, 46, 46, 46, 46, 46, 46, 46, 46, + 46, 46, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 46, + 46, 46, 60, 61, 60, 62, 60, 63, 76, 64, - 97, 63, 85, 64, 65, 82, 83, 82, 82, 82, - 83, 82, 82, 104, 98, 119, 182, 182, 206, 105, - 106, 96, 91, 189, 97, 66, 62, 67, 68, 67, - 67, 60, 92, 61, 69, 93, 62, 62, 98, 85, - 62, 207, 63, 85, 64, 65, 85, 70, 176, 176, - 100, 176, 179, 263, 104, 120, 101, 100, 102, 338, - 105, 106, 94, 101, 337, 102, 66, 62, 75, 75, - 76, 75, 75, 75, 75, 75, 75, 75, 75, 75, - 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, - 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, + 77, 206, 65, 65, 206, 76, 65, 77, 66, 79, + 79, 80, 80, 67, 68, 89, 90, 89, 91, 89, + 89, 90, 89, 91, 89, 129, 207, 130, 105, 207, + 106, 99, 107, 100, 69, 65, 70, 71, 70, 72, + 70, 63, 101, 64, 73, 102, 65, 65, 299, 108, + 65, 105, 66, 106, 93, 107, 295, 67, 68, 129, + 74, 130, 182, 135, 183, 136, 110, 173, 174, 173, + 175, 173, 108, 137, 103, 111, 389, 112, 69, 65, + 81, 81, 82, 81, 83, 81, 81, 81, 81, 81, + 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, - 77, 77, 78, 77, 77, 77, 77, 79, 75, 75, - 75, 84, 84, 85, 84, 84, 84, 84, 84, 84, - 84, 84, 84, 86, 84, 84, 84, 84, 87, 84, - 84, 84, 84, 88, 88, 88, 88, 88, 88, 88, - 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, - 88, 84, 84, 84, 91, 128, 122, 122, 129, 125, - 125, 213, 336, 181, 92, 123, 123, 93, 126, 126, - 128, 214, 130, 129, 144, 145, 144, 144, 179, 263, - 335, 146, 153, 154, 153, 153, 182, 130, 157, 158, - 157, 157, 147, 334, 94, 107, 107, 108, 107, 107, + 81, 81, 81, 81, 81, 81, 84, 84, 84, 84, + 84, 84, 84, 84, 84, 84, 84, 85, 84, 84, + 84, 84, 86, 81, 81, 81, 92, 92, 93, 92, + 92, 92, 92, 92, 92, 92, 92, 92, 92, 94, + 92, 92, 92, 92, 95, 92, 92, 92, 92, 92, + 92, 92, 96, 96, 96, 96, 96, 96, 96, 96, + 96, 96, 96, 96, 96, 96, 96, 96, 96, 92, + 92, 92, 99, 93, 100, 218, 93, 219, 93, 93, + 135, 93, 136, 101, 388, 110, 102, 218, 114, 219, + 137, 114, 387, 139, 111, 140, 112, 115, 116, 386, - 109, 107, 107, 107, 110, 107, 107, 107, 107, 111, - 107, 107, 107, 107, 107, 107, 107, 112, 112, 112, - 112, 112, 112, 112, 112, 112, 112, 112, 112, 113, - 112, 112, 112, 112, 114, 115, 107, 116, 119, 139, - 140, 139, 139, 201, 241, 201, 201, 228, 241, 228, - 228, 179, 263, 235, 229, 235, 235, 238, 333, 238, - 238, 243, 254, 243, 243, 255, 247, 242, 247, 247, - 332, 242, 141, 331, 330, 244, 329, 142, 120, 131, - 132, 133, 132, 132, 131, 131, 131, 134, 131, 131, - 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 115, 116, 139, 141, 140, 178, 179, 178, 180, 178, + 201, 201, 141, 201, 201, 103, 117, 117, 118, 117, + 119, 117, 120, 117, 117, 117, 121, 117, 117, 117, + 117, 122, 117, 117, 117, 117, 117, 117, 117, 117, + 117, 117, 123, 123, 123, 123, 123, 123, 123, 123, + 123, 123, 123, 124, 123, 123, 123, 123, 125, 126, + 117, 127, 131, 131, 132, 132, 143, 143, 144, 144, + 145, 145, 222, 222, 223, 223, 231, 239, 231, 206, + 231, 247, 254, 254, 255, 255, 385, 146, 146, 267, + 182, 267, 183, 267, 248, 384, 275, 268, 275, 279, - 131, 135, 135, 135, 135, 135, 135, 135, 135, 135, - 135, 135, 135, 136, 135, 135, 135, 135, 137, 131, - 131, 131, 139, 140, 139, 139, 172, 173, 172, 172, - 213, 328, 327, 174, 186, 187, 186, 186, 326, 325, - 214, 174, 153, 154, 153, 153, 245, 246, 245, 245, - 157, 158, 157, 157, 249, 141, 249, 249, 324, 323, - 142, 149, 145, 149, 149, 322, 175, 251, 150, 251, - 251, 264, 321, 302, 175, 151, 178, 179, 263, 152, - 162, 245, 246, 245, 253, 201, 320, 201, 201, 228, - 317, 228, 228, 316, 265, 163, 229, 164, 235, 163, + 275, 279, 240, 279, 207, 133, 133, 147, 148, 149, + 148, 150, 148, 147, 147, 147, 151, 147, 147, 147, + 147, 147, 147, 147, 147, 147, 147, 147, 147, 147, + 147, 147, 147, 152, 152, 152, 152, 152, 152, 152, + 152, 152, 152, 152, 153, 152, 152, 152, 152, 154, + 147, 147, 147, 156, 157, 156, 158, 156, 215, 283, + 285, 283, 285, 383, 285, 173, 174, 173, 175, 173, + 287, 288, 287, 289, 287, 286, 178, 179, 178, 180, + 178, 182, 297, 183, 284, 298, 284, 382, 301, 159, + 302, 305, 216, 306, 160, 156, 157, 156, 158, 156, - 235, 235, 163, 315, 163, 163, 164, 165, 166, 167, - 168, 294, 169, 183, 183, 240, 183, 183, 183, 183, - 183, 183, 183, 183, 183, 183, 183, 183, 184, 183, - 183, 183, 183, 183, 183, 185, 185, 185, 185, 185, - 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, - 185, 185, 185, 183, 183, 183, 172, 173, 172, 172, - 313, 312, 311, 174, 186, 187, 186, 186, 310, 282, - 238, 174, 238, 238, 289, 290, 289, 289, 243, 309, - 243, 243, 245, 246, 245, 245, 247, 308, 247, 247, - 205, 249, 244, 249, 249, 275, 175, 269, 251, 269, + 290, 292, 290, 292, 290, 292, 294, 381, 294, 312, + 294, 287, 288, 287, 289, 296, 204, 308, 309, 380, + 312, 312, 312, 312, 312, 218, 203, 219, 218, 379, + 219, 159, 222, 222, 223, 223, 160, 162, 163, 162, + 164, 162, 231, 310, 231, 165, 231, 254, 254, 255, + 255, 328, 247, 329, 342, 301, 343, 302, 324, 166, + 168, 163, 168, 169, 168, 248, 204, 308, 170, 324, + 324, 324, 324, 324, 378, 171, 267, 275, 267, 275, + 267, 275, 172, 185, 268, 279, 301, 279, 302, 279, + 336, 337, 336, 338, 336, 287, 288, 287, 289, 287, - 251, 251, 306, 305, 175, 180, 269, 269, 269, 269, - 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, - 269, 269, 269, 269, 301, 261, 270, 274, 274, 275, - 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, - 274, 274, 274, 274, 274, 274, 274, 274, 274, 276, - 276, 276, 276, 276, 276, 276, 276, 276, 276, 276, - 276, 276, 276, 276, 276, 276, 276, 274, 274, 274, - 283, 283, 258, 283, 283, 283, 283, 283, 283, 283, - 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, - 283, 283, 284, 284, 284, 284, 284, 284, 284, 284, + 290, 186, 290, 187, 290, 186, 305, 186, 306, 186, + 186, 187, 188, 189, 190, 191, 340, 192, 195, 196, + 195, 197, 195, 305, 377, 306, 198, 340, 340, 340, + 340, 340, 285, 292, 285, 292, 285, 292, 294, 320, + 294, 321, 294, 320, 354, 321, 352, 286, 345, 346, + 345, 347, 345, 204, 308, 354, 354, 354, 354, 354, + 376, 199, 208, 208, 328, 208, 329, 208, 208, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 209, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 210, 210, + 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, - 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, - 283, 283, 283, 296, 297, 296, 296, 303, 299, 318, - 298, 179, 263, 179, 263, 303, 303, 303, 303, 303, - 303, 289, 290, 289, 289, 296, 297, 296, 296, 319, - 294, 244, 291, 288, 287, 286, 285, 319, 319, 319, - 319, 319, 319, 57, 57, 57, 57, 57, 57, 57, - 57, 57, 57, 57, 57, 57, 71, 71, 71, 71, - 71, 71, 71, 71, 71, 71, 71, 71, 71, 73, - 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, - 73, 73, 81, 81, 81, 81, 81, 81, 81, 81, + 210, 210, 210, 210, 210, 208, 208, 208, 211, 212, + 211, 213, 211, 357, 375, 328, 198, 329, 336, 337, + 336, 338, 336, 364, 357, 357, 357, 357, 357, 342, + 342, 343, 343, 374, 364, 364, 364, 364, 364, 345, + 346, 345, 347, 345, 346, 373, 343, 372, 368, 204, + 308, 199, 314, 371, 314, 204, 308, 370, 367, 366, + 365, 282, 337, 363, 314, 314, 314, 314, 314, 314, + 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, + 314, 362, 361, 315, 319, 319, 320, 319, 321, 319, + 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, - 81, 81, 81, 81, 81, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 90, 90, - 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 95, 95, 95, 95, 95, 95, 95, 95, 95, - 95, 95, 95, 95, 99, 99, 99, 99, 99, 99, - 99, 99, 99, 99, 99, 99, 99, 103, 103, 103, - 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, - 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, - 117, 117, 117, 121, 121, 121, 121, 121, 121, 121, - 121, 121, 121, 121, 121, 121, 124, 124, 124, 124, + 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, + 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, + 322, 322, 322, 322, 322, 322, 322, 319, 319, 319, + 331, 360, 359, 358, 238, 356, 355, 205, 351, 349, + 348, 288, 286, 339, 335, 334, 333, 332, 270, 326, + 325, 246, 331, 331, 331, 331, 331, 331, 331, 331, + 331, 331, 331, 331, 331, 331, 331, 331, 331, 353, + 323, 236, 318, 317, 212, 311, 204, 308, 307, 303, + 353, 353, 353, 353, 353, 331, 196, 293, 179, 174, + 286, 281, 280, 281, 280, 278, 277, 276, 273, 272, - 124, 124, 124, 124, 124, 124, 124, 124, 124, 127, - 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, - 127, 127, 138, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 143, 143, 143, 143, 143, - 143, 143, 143, 143, 143, 143, 143, 143, 148, 148, - 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, - 148, 156, 156, 230, 282, 156, 156, 159, 159, 159, - 159, 159, 159, 159, 159, 159, 159, 159, 159, 159, + 270, 269, 264, 262, 261, 259, 258, 331, 331, 331, + 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, + 331, 331, 331, 331, 369, 256, 252, 251, 249, 245, + 242, 204, 308, 237, 236, 369, 369, 369, 369, 369, + 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, + 59, 59, 75, 75, 75, 75, 75, 75, 75, 75, + 75, 75, 75, 75, 78, 78, 78, 78, 78, 78, + 78, 78, 78, 78, 78, 78, 88, 88, 88, 88, + 88, 88, 88, 88, 88, 88, 88, 88, 93, 93, + 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, + + 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, + 98, 98, 104, 104, 104, 104, 104, 104, 104, 104, + 104, 104, 104, 104, 109, 109, 109, 109, 109, 109, + 109, 109, 109, 109, 109, 109, 113, 113, 113, 113, + 113, 113, 113, 113, 113, 113, 113, 113, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 134, 134, 134, 134, 134, 134, 134, 134, 134, 134, + 134, 134, 138, 138, 138, 138, 138, 138, 138, 138, + 138, 138, 138, 138, 142, 142, 142, 142, 142, 142, + 142, 142, 142, 142, 142, 142, 155, 155, 155, 155, + + 155, 155, 155, 155, 155, 155, 155, 155, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, - 161, 161, 171, 171, 220, 280, 171, 171, 178, 178, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 177, 235, 233, 177, 181, 181, 181, 181, + 181, 181, 181, 181, 181, 181, 181, 181, 184, 184, + 184, 184, 184, 184, 184, 184, 184, 184, 184, 194, + 232, 229, 194, 203, 203, 228, 227, 203, 203, 203, + 203, 203, 225, 203, 203, 205, 205, 214, 204, 205, + 205, 205, 205, 205, 205, 205, 205, 217, 217, 217, + 217, 217, 217, 217, 217, 217, 217, 217, 217, 220, - 279, 178, 178, 178, 178, 178, 178, 277, 178, 178, - 178, 180, 180, 204, 180, 180, 180, 180, 180, 180, - 180, 180, 180, 180, 190, 190, 190, 190, 190, 190, - 190, 190, 190, 190, 190, 190, 190, 192, 273, 272, - 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, - 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, - 193, 193, 193, 195, 195, 194, 195, 195, 195, 195, - 195, 195, 195, 191, 266, 195, 196, 196, 262, 261, - 196, 196, 200, 200, 259, 200, 200, 200, 200, 200, - 200, 200, 200, 200, 200, 203, 203, 258, 250, 203, + 202, 200, 193, 220, 220, 220, 220, 220, 220, 220, + 220, 221, 221, 221, 221, 221, 221, 221, 221, 221, + 221, 221, 221, 224, 224, 179, 176, 224, 224, 224, + 224, 224, 224, 174, 224, 226, 390, 97, 226, 230, + 230, 97, 230, 230, 230, 230, 230, 230, 230, 230, + 230, 234, 87, 390, 234, 238, 238, 390, 390, 238, + 238, 238, 238, 238, 238, 238, 238, 241, 241, 390, + 390, 241, 241, 241, 241, 241, 241, 241, 241, 243, + 243, 390, 390, 243, 243, 243, 243, 243, 390, 243, + 243, 244, 244, 390, 390, 390, 390, 244, 244, 244, - 203, 205, 205, 160, 205, 205, 205, 205, 205, 205, - 205, 205, 205, 205, 208, 208, 244, 208, 208, 208, - 208, 208, 208, 208, 208, 208, 208, 210, 210, 239, - 210, 210, 210, 210, 210, 210, 239, 210, 210, 210, - 211, 211, 237, 236, 233, 211, 211, 211, 211, 211, - 212, 212, 232, 212, 212, 212, 212, 212, 212, 212, - 212, 212, 212, 216, 216, 230, 224, 216, 216, 219, - 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, - 219, 219, 221, 221, 222, 221, 221, 220, 221, 221, - 221, 221, 221, 221, 221, 223, 223, 218, 223, 223, + 244, 246, 246, 390, 390, 246, 246, 246, 246, 246, + 246, 246, 246, 250, 390, 390, 250, 253, 253, 253, + 253, 253, 253, 253, 253, 253, 253, 253, 253, 257, + 257, 390, 390, 257, 257, 390, 257, 257, 257, 257, + 257, 260, 260, 390, 390, 260, 260, 390, 260, 260, + 260, 260, 260, 263, 263, 390, 390, 390, 263, 263, + 263, 390, 263, 263, 263, 265, 265, 390, 265, 265, + 265, 265, 265, 265, 265, 265, 265, 266, 266, 390, + 390, 266, 266, 266, 266, 266, 266, 390, 266, 271, + 390, 390, 271, 274, 390, 390, 390, 274, 274, 274, - 217, 223, 223, 223, 223, 223, 223, 223, 225, 225, - 215, 209, 225, 225, 225, 225, 204, 225, 225, 225, - 225, 226, 226, 202, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 227, 227, 199, 227, 227, 227, - 227, 227, 227, 227, 198, 197, 227, 231, 231, 194, - 191, 231, 231, 234, 179, 177, 234, 234, 234, 234, - 234, 234, 234, 234, 234, 234, 240, 240, 170, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 248, - 248, 160, 248, 248, 248, 248, 248, 248, 248, 248, - 248, 248, 252, 252, 256, 256, 257, 257, 257, 257, + 274, 274, 274, 274, 274, 282, 282, 390, 390, 282, + 282, 282, 282, 282, 282, 282, 282, 291, 291, 390, + 291, 291, 291, 291, 291, 291, 291, 291, 291, 300, + 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, + 300, 304, 304, 304, 304, 304, 304, 304, 304, 304, + 304, 304, 304, 313, 313, 390, 390, 313, 313, 313, + 313, 313, 313, 313, 316, 316, 390, 316, 316, 316, + 316, 316, 316, 316, 316, 316, 327, 327, 327, 327, + 327, 327, 327, 327, 327, 327, 327, 327, 330, 330, + 390, 330, 330, 330, 330, 330, 330, 330, 330, 330, - 257, 257, 257, 257, 257, 257, 257, 257, 257, 260, - 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, - 260, 260, 267, 155, 340, 118, 267, 268, 268, 118, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 271, - 271, 89, 271, 271, 271, 271, 271, 271, 271, 271, - 271, 271, 278, 89, 80, 74, 278, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 292, 74, 72, 72, 292, 293, 293, 293, 293, 293, - 293, 293, 293, 293, 293, 293, 293, 293, 295, 295, - 340, 340, 295, 295, 300, 300, 340, 340, 300, 300, + 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, + 341, 341, 344, 390, 390, 344, 350, 390, 390, 350, + 322, 322, 322, 322, 322, 322, 322, 322, 322, 322, + 322, 322, 331, 331, 390, 331, 331, 331, 331, 331, + 331, 331, 331, 331, 45, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390 - 304, 340, 340, 340, 304, 276, 276, 276, 276, 276, - 276, 276, 276, 276, 276, 276, 276, 276, 307, 340, - 340, 340, 307, 284, 284, 340, 284, 284, 284, 284, - 284, 284, 284, 284, 284, 284, 314, 340, 340, 340, - 314, 45, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340 } ; -static const short int yy_chk[1486] = +static const short int yy_chk[1592] = { 0, 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, 2, 2, 2, 2, 2, 2, 2, + 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, - 3, 69, 3, 65, 98, 3, 3, 19, 329, 3, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 3, 3, 3, 3, 3, 3, 5, 3, - 19, 3, 23, 3, 3, 11, 11, 11, 11, 12, - 12, 12, 12, 23, 19, 29, 65, 98, 101, 23, - 23, 20, 17, 69, 20, 3, 3, 4, 4, 4, - 4, 4, 17, 4, 4, 17, 4, 4, 20, 21, - 4, 101, 4, 24, 4, 4, 22, 4, 61, 61, - 21, 61, 178, 178, 24, 29, 21, 22, 21, 328, - 24, 24, 17, 22, 327, 22, 4, 4, 9, 9, - 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 5, 68, 3, 3, 108, 6, 3, 6, 3, 7, + 8, 7, 8, 3, 3, 11, 11, 11, 11, 11, + 12, 12, 12, 12, 12, 27, 68, 27, 19, 108, + 19, 17, 19, 17, 3, 3, 4, 4, 4, 4, + 4, 4, 17, 4, 4, 17, 4, 4, 437, 19, + 4, 20, 4, 20, 21, 20, 436, 4, 4, 28, + 4, 28, 55, 31, 55, 31, 21, 47, 47, 47, + 47, 47, 20, 31, 17, 21, 379, 21, 4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, - 9, 13, 13, 13, 13, 13, 13, 13, 13, 13, + 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, + 9, 9, 9, 9, 9, 9, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, - 13, 13, 13, 13, 18, 35, 31, 32, 35, 33, - 34, 110, 326, 105, 18, 31, 32, 18, 33, 34, - 36, 110, 35, 36, 43, 43, 43, 43, 318, 318, - 325, 43, 47, 47, 47, 47, 105, 36, 51, 51, - 51, 51, 43, 324, 18, 25, 25, 25, 25, 25, + 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, + 13, 13, 18, 22, 18, 75, 23, 75, 23, 24, + 32, 24, 32, 18, 378, 22, 18, 77, 23, 77, + 32, 24, 377, 33, 22, 33, 22, 23, 23, 376, + 24, 24, 34, 33, 34, 52, 52, 52, 52, 52, + 64, 64, 34, 64, 64, 18, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, - 25, 25, 25, 25, 25, 25, 25, 25, 30, 39, - 39, 39, 39, 82, 147, 82, 82, 132, 152, 132, - 132, 319, 319, 139, 132, 139, 139, 144, 323, 144, - 144, 149, 167, 149, 149, 167, 161, 147, 161, 161, - 322, 152, 39, 321, 320, 149, 317, 39, 30, 37, + 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, + 25, 25, 29, 30, 29, 30, 35, 36, 35, 36, + 35, 36, 78, 80, 78, 80, 89, 111, 89, 115, + 89, 121, 128, 130, 128, 130, 375, 35, 36, 148, + 181, 148, 181, 148, 121, 374, 156, 148, 156, 162, + + 156, 162, 111, 162, 115, 29, 30, 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, - 37, 37, 40, 40, 40, 40, 58, 58, 58, 58, - 212, 315, 313, 58, 67, 67, 67, 67, 312, 311, - 212, 67, 153, 153, 153, 153, 155, 155, 155, 155, - 157, 157, 157, 157, 162, 40, 162, 162, 310, 309, - 40, 44, 44, 44, 44, 308, 58, 164, 44, 164, - 164, 179, 306, 264, 67, 44, 179, 264, 264, 44, - 54, 166, 166, 166, 166, 201, 305, 201, 201, 228, - 301, 228, 228, 299, 179, 54, 228, 54, 235, 54, + 37, 37, 37, 39, 39, 39, 39, 39, 73, 166, + 168, 172, 168, 373, 168, 173, 173, 173, 173, 173, + 176, 176, 176, 176, 176, 168, 178, 178, 178, 178, + 178, 183, 190, 183, 166, 190, 172, 372, 192, 39, + 192, 199, 73, 199, 39, 40, 40, 40, 40, 40, - 235, 235, 54, 298, 54, 54, 54, 54, 54, 54, - 54, 293, 54, 66, 66, 291, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, - 66, 66, 66, 66, 66, 66, 172, 172, 172, 172, - 288, 287, 286, 172, 186, 186, 186, 186, 285, 281, - 238, 186, 238, 238, 239, 239, 239, 239, 243, 280, - 243, 243, 245, 245, 245, 245, 247, 279, 247, 247, - 277, 249, 243, 249, 249, 276, 172, 185, 251, 185, + 184, 185, 184, 185, 184, 185, 187, 371, 187, 207, + 187, 189, 189, 189, 189, 189, 203, 203, 204, 370, + 207, 207, 207, 207, 207, 217, 204, 217, 219, 367, + 219, 40, 221, 223, 221, 223, 40, 43, 43, 43, + 43, 43, 231, 204, 231, 43, 231, 253, 255, 253, + 255, 259, 246, 259, 293, 300, 293, 300, 240, 43, + 44, 44, 44, 44, 44, 246, 368, 368, 44, 240, + 240, 240, 240, 240, 365, 44, 267, 275, 267, 275, + 267, 275, 44, 56, 267, 279, 302, 279, 302, 279, + 281, 281, 281, 281, 281, 287, 287, 287, 287, 287, - 251, 251, 273, 272, 186, 266, 185, 185, 185, 185, - 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, - 185, 185, 185, 185, 262, 260, 185, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, - 230, 230, 257, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, + 290, 56, 290, 56, 290, 56, 304, 56, 304, 56, + 56, 56, 56, 56, 56, 56, 284, 56, 60, 60, + 60, 60, 60, 306, 363, 306, 60, 284, 284, 284, + 284, 284, 285, 292, 285, 292, 285, 292, 294, 321, + 294, 321, 294, 322, 312, 322, 309, 285, 296, 296, + 296, 296, 296, 309, 309, 312, 312, 312, 312, 312, + 362, 60, 69, 69, 327, 69, 327, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, + 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, - 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, - 230, 230, 230, 253, 253, 253, 253, 265, 255, 302, - 254, 265, 265, 302, 302, 265, 265, 265, 265, 265, - 265, 289, 289, 289, 289, 296, 296, 296, 296, 303, - 250, 244, 241, 237, 236, 233, 232, 303, 303, 303, - 303, 303, 303, 341, 341, 341, 341, 341, 341, 341, - 341, 341, 341, 341, 341, 341, 342, 342, 342, 342, - 342, 342, 342, 342, 342, 342, 342, 342, 342, 343, - 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, - 343, 343, 344, 344, 344, 344, 344, 344, 344, 344, + 69, 69, 69, 69, 69, 69, 69, 69, 70, 70, + 70, 70, 70, 324, 361, 329, 70, 329, 336, 336, + 336, 336, 336, 340, 324, 324, 324, 324, 324, 341, + 343, 341, 343, 360, 340, 340, 340, 340, 340, 345, + 345, 345, 345, 345, 347, 359, 347, 358, 352, 369, + 369, 70, 210, 356, 210, 352, 352, 355, 351, 349, + 348, 339, 338, 335, 210, 210, 210, 210, 210, 210, + 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, + 210, 334, 333, 210, 229, 229, 229, 229, 229, 229, + 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, - 344, 344, 344, 344, 344, 345, 345, 345, 345, 345, - 345, 345, 345, 345, 345, 345, 345, 345, 346, 346, - 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, - 346, 347, 347, 347, 347, 347, 347, 347, 347, 347, - 347, 347, 347, 347, 348, 348, 348, 348, 348, 348, - 348, 348, 348, 348, 348, 348, 348, 349, 349, 349, - 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, - 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, - 350, 350, 350, 351, 351, 351, 351, 351, 351, 351, - 351, 351, 351, 351, 351, 351, 352, 352, 352, 352, + 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, + 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, + 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, + 270, 332, 326, 325, 323, 318, 317, 311, 307, 298, + 297, 289, 286, 283, 278, 277, 273, 272, 268, 252, + 251, 248, 270, 270, 270, 270, 270, 270, 270, 270, + 270, 270, 270, 270, 270, 270, 270, 270, 270, 310, + 239, 236, 228, 227, 213, 206, 310, 310, 202, 198, + 310, 310, 310, 310, 310, 330, 197, 186, 180, 175, + 171, 170, 169, 165, 164, 160, 159, 158, 154, 153, - 352, 352, 352, 352, 352, 352, 352, 352, 352, 353, - 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, - 353, 353, 354, 354, 354, 354, 354, 354, 354, 354, - 354, 354, 354, 354, 354, 355, 355, 355, 355, 355, - 355, 355, 355, 355, 355, 355, 355, 355, 356, 356, - 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, - 356, 357, 357, 229, 222, 357, 357, 358, 358, 358, - 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, - 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, - 359, 359, 360, 360, 219, 218, 360, 360, 361, 361, + 151, 150, 144, 141, 140, 137, 136, 330, 330, 330, + 330, 330, 330, 330, 330, 330, 330, 330, 330, 330, + 330, 330, 330, 330, 353, 132, 125, 124, 122, 119, + 112, 353, 353, 106, 102, 353, 353, 353, 353, 353, + 391, 391, 391, 391, 391, 391, 391, 391, 391, 391, + 391, 391, 392, 392, 392, 392, 392, 392, 392, 392, + 392, 392, 392, 392, 393, 393, 393, 393, 393, 393, + 393, 393, 393, 393, 393, 393, 394, 394, 394, 394, + 394, 394, 394, 394, 394, 394, 394, 394, 395, 395, + 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, - 217, 361, 361, 361, 361, 361, 361, 206, 361, 361, - 361, 362, 362, 204, 362, 362, 362, 362, 362, 362, - 362, 362, 362, 362, 363, 363, 363, 363, 363, 363, - 363, 363, 363, 363, 363, 363, 363, 364, 198, 197, - 364, 364, 364, 364, 364, 364, 364, 364, 364, 364, - 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, - 365, 365, 365, 366, 366, 193, 366, 366, 366, 366, - 366, 366, 366, 190, 181, 366, 367, 367, 177, 175, - 367, 367, 368, 368, 174, 368, 368, 368, 368, 368, - 368, 368, 368, 368, 368, 369, 369, 169, 163, 369, + 396, 396, 396, 396, 396, 396, 396, 396, 396, 396, + 396, 396, 397, 397, 397, 397, 397, 397, 397, 397, + 397, 397, 397, 397, 398, 398, 398, 398, 398, 398, + 398, 398, 398, 398, 398, 398, 399, 399, 399, 399, + 399, 399, 399, 399, 399, 399, 399, 399, 400, 400, + 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, + 401, 401, 401, 401, 401, 401, 401, 401, 401, 401, + 401, 401, 402, 402, 402, 402, 402, 402, 402, 402, + 402, 402, 402, 402, 403, 403, 403, 403, 403, 403, + 403, 403, 403, 403, 403, 403, 404, 404, 404, 404, - 369, 370, 370, 159, 370, 370, 370, 370, 370, 370, - 370, 370, 370, 370, 371, 371, 151, 371, 371, 371, - 371, 371, 371, 371, 371, 371, 371, 372, 372, 150, - 372, 372, 372, 372, 372, 372, 146, 372, 372, 372, - 373, 373, 142, 141, 137, 373, 373, 373, 373, 373, - 374, 374, 136, 374, 374, 374, 374, 374, 374, 374, - 374, 374, 374, 375, 375, 134, 126, 375, 375, 376, - 376, 376, 376, 376, 376, 376, 376, 376, 376, 376, - 376, 376, 377, 377, 123, 377, 377, 117, 377, 377, - 377, 377, 377, 377, 377, 378, 378, 114, 378, 378, + 404, 404, 404, 404, 404, 404, 404, 404, 405, 405, + 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, + 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, + 406, 406, 407, 100, 95, 407, 408, 408, 408, 408, + 408, 408, 408, 408, 408, 408, 408, 408, 409, 409, + 409, 409, 409, 409, 409, 409, 409, 409, 409, 410, + 91, 87, 410, 411, 411, 86, 85, 411, 411, 411, + 411, 411, 83, 411, 411, 412, 412, 72, 67, 412, + 412, 412, 412, 412, 412, 412, 412, 413, 413, 413, + 413, 413, 413, 413, 413, 413, 413, 413, 413, 414, - 113, 378, 378, 378, 378, 378, 378, 378, 379, 379, - 111, 102, 379, 379, 379, 379, 93, 379, 379, 379, - 379, 380, 380, 87, 380, 380, 380, 380, 380, 380, - 380, 380, 380, 380, 381, 381, 80, 381, 381, 381, - 381, 381, 381, 381, 79, 78, 381, 382, 382, 73, - 71, 382, 382, 383, 64, 63, 383, 383, 383, 383, - 383, 383, 383, 383, 383, 383, 384, 384, 55, 384, - 384, 384, 384, 384, 384, 384, 384, 384, 384, 385, - 385, 53, 385, 385, 385, 385, 385, 385, 385, 385, - 385, 385, 386, 386, 387, 387, 388, 388, 388, 388, + 66, 62, 57, 414, 414, 414, 414, 414, 414, 414, + 414, 415, 415, 415, 415, 415, 415, 415, 415, 415, + 415, 415, 415, 416, 416, 54, 50, 416, 416, 416, + 416, 416, 416, 49, 416, 417, 45, 16, 417, 418, + 418, 15, 418, 418, 418, 418, 418, 418, 418, 418, + 418, 419, 10, 0, 419, 420, 420, 0, 0, 420, + 420, 420, 420, 420, 420, 420, 420, 421, 421, 0, + 0, 421, 421, 421, 421, 421, 421, 421, 421, 422, + 422, 0, 0, 422, 422, 422, 422, 422, 0, 422, + 422, 423, 423, 0, 0, 0, 0, 423, 423, 423, - 388, 388, 388, 388, 388, 388, 388, 388, 388, 389, - 389, 389, 389, 389, 389, 389, 389, 389, 389, 389, - 389, 389, 390, 49, 45, 28, 390, 391, 391, 27, - 391, 391, 391, 391, 391, 391, 391, 391, 391, 392, - 392, 16, 392, 392, 392, 392, 392, 392, 392, 392, - 392, 392, 393, 15, 10, 8, 393, 394, 394, 394, - 394, 394, 394, 394, 394, 394, 394, 394, 394, 394, - 395, 7, 6, 5, 395, 396, 396, 396, 396, 396, - 396, 396, 396, 396, 396, 396, 396, 396, 397, 397, - 0, 0, 397, 397, 398, 398, 0, 0, 398, 398, + 423, 424, 424, 0, 0, 424, 424, 424, 424, 424, + 424, 424, 424, 425, 0, 0, 425, 426, 426, 426, + 426, 426, 426, 426, 426, 426, 426, 426, 426, 427, + 427, 0, 0, 427, 427, 0, 427, 427, 427, 427, + 427, 428, 428, 0, 0, 428, 428, 0, 428, 428, + 428, 428, 428, 429, 429, 0, 0, 0, 429, 429, + 429, 0, 429, 429, 429, 430, 430, 0, 430, 430, + 430, 430, 430, 430, 430, 430, 430, 431, 431, 0, + 0, 431, 431, 431, 431, 431, 431, 0, 431, 432, + 0, 0, 432, 433, 0, 0, 0, 433, 433, 433, + + 433, 433, 433, 433, 433, 434, 434, 0, 0, 434, + 434, 434, 434, 434, 434, 434, 434, 435, 435, 0, + 435, 435, 435, 435, 435, 435, 435, 435, 435, 438, + 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, + 438, 439, 439, 439, 439, 439, 439, 439, 439, 439, + 439, 439, 439, 440, 440, 0, 0, 440, 440, 440, + 440, 440, 440, 440, 441, 441, 0, 441, 441, 441, + 441, 441, 441, 441, 441, 441, 442, 442, 442, 442, + 442, 442, 442, 442, 442, 442, 442, 442, 443, 443, + 0, 443, 443, 443, 443, 443, 443, 443, 443, 443, + + 444, 444, 444, 444, 444, 444, 444, 444, 444, 444, + 444, 444, 445, 0, 0, 445, 446, 0, 0, 446, + 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, + 447, 447, 448, 448, 0, 448, 448, 448, 448, 448, + 448, 448, 448, 448, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390, 390, 390, 390, 390, 390, 390, 390, 390, 390, + 390 - 399, 0, 0, 0, 399, 400, 400, 400, 400, 400, - 400, 400, 400, 400, 400, 400, 400, 400, 401, 0, - 0, 0, 401, 402, 402, 0, 402, 402, 402, 402, - 402, 402, 402, 402, 402, 402, 403, 0, 0, 0, - 403, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340, 340, 340, 340, 340, 340, - 340, 340, 340, 340, 340 } ; static yy_state_type yy_last_accepting_state; static YY_CHAR *yy_last_accepting_cpos; -/* the intent behind this definition is that it'll catch - * any uses of REJECT which flex missed - */ -#define REJECT reject_used_but_not_detected +static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr; +static YY_CHAR *yy_full_match; +static int yy_lp; +static int yy_looking_for_trail_begin = 0; +static int yy_full_lp; +static int *yy_full_state; +#define YY_TRAILING_MASK 0x2000 +#define YY_TRAILING_HEAD_MASK 0x4000 +#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 = yy_full_lp; /* restore orig. accepting pos. */ \ +yy_state_ptr = yy_full_state; /* restore orig. state */ \ +yy_current_state = *yy_state_ptr; /* restore curr. state */ \ +++yy_lp; \ +goto find_rule; \ +} #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 @@ -957,30 +1060,62 @@ YY_DECL yy_current_state = yy_start; if ( yy_bp[-1] == '\n' ) ++yy_current_state; + yy_state_ptr = yy_state_buf; + *yy_state_ptr++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[(int)*yy_cp]; - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) + if ( yy_current_state >= 391 ) yy_c = yy_meta[(int)yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; + *yy_state_ptr++ = yy_current_state; ++yy_cp; } - while ( yy_current_state != 340 ); - yy_cp = yy_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; + while ( yy_current_state != 390 ); yy_find_action: - yy_act = yy_accept[yy_current_state]; + yy_current_state = *--yy_state_ptr; + yy_lp = yy_accept[yy_current_state]; +find_rule: /* we branch to this label when backtracking */ + 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]; + if ( yy_act & YY_TRAILING_HEAD_MASK || + yy_looking_for_trail_begin ) + { + if ( yy_act == yy_looking_for_trail_begin ) + { + yy_looking_for_trail_begin = 0; + yy_act &= ~YY_TRAILING_HEAD_MASK; + break; + } + } + else if ( yy_act & YY_TRAILING_MASK ) + { + yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK; + yy_looking_for_trail_begin |= YY_TRAILING_HEAD_MASK; + } + else + { + yy_full_match = yy_cp; + yy_full_state = yy_state_ptr; + yy_full_lp = yy_lp; + break; + } + ++yy_lp; + goto find_rule; + } + --yy_cp; + yy_current_state = *--yy_state_ptr; + yy_lp = yy_accept[yy_current_state]; + } YY_DO_BEFORE_ACTION; YY_USER_ACTION; @@ -990,13 +1125,6 @@ do_action: /* this label is used only to access EOF actions */ switch ( yy_act ) { - case 0: /* must backtrack */ - /* undo the effects of YY_DO_BEFORE_ACTION */ - *yy_cp = yy_hold_char; - yy_cp = yy_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; - goto yy_find_action; - case 1: # line 90 "scan.l" indented_code = true; BEGIN(CODEBLOCK); @@ -1354,9 +1482,6 @@ case 59: } YY_BREAK case 60: -*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ -yy_c_buf_p = yy_cp -= 1; -YY_DO_BEFORE_ACTION; /* set up yytext again */ # line 295 "scan.l" { bracelevel = 0; @@ -1719,27 +1844,27 @@ ECHO; YY_BREAK case 120: # line 496 "scan.l" -YY_FATAL_ERROR( "flex scanner jammed" ); +ECHO; YY_BREAK -case YY_STATE_EOF(INITIAL): -case YY_STATE_EOF(SECT2): -case YY_STATE_EOF(SECT3): -case YY_STATE_EOF(CODEBLOCK): -case YY_STATE_EOF(PICKUPDEF): -case YY_STATE_EOF(SC): -case YY_STATE_EOF(CARETISBOL): -case YY_STATE_EOF(NUM): -case YY_STATE_EOF(QUOTE): -case YY_STATE_EOF(FIRSTCCL): -case YY_STATE_EOF(CCL): -case YY_STATE_EOF(RECOVER): -case YY_STATE_EOF(BRACEERROR): -case YY_STATE_EOF(C_COMMENT): -case YY_STATE_EOF(PERCENT_BRACE_ACTION): -case YY_STATE_EOF(USED_LIST): -case YY_STATE_EOF(CODEBLOCK_2): -case YY_STATE_EOF(XLATION): - yyterminate(); + case YY_STATE_EOF(INITIAL): + case YY_STATE_EOF(SECT2): + case YY_STATE_EOF(SECT3): + case YY_STATE_EOF(CODEBLOCK): + case YY_STATE_EOF(PICKUPDEF): + case YY_STATE_EOF(SC): + case YY_STATE_EOF(CARETISBOL): + case YY_STATE_EOF(NUM): + case YY_STATE_EOF(QUOTE): + case YY_STATE_EOF(FIRSTCCL): + case YY_STATE_EOF(CCL): + case YY_STATE_EOF(RECOVER): + case YY_STATE_EOF(BRACEERROR): + case YY_STATE_EOF(C_COMMENT): + case YY_STATE_EOF(PERCENT_BRACE_ACTION): + case YY_STATE_EOF(USED_LIST): + case YY_STATE_EOF(CODEBLOCK_2): + case YY_STATE_EOF(XLATION): + yyterminate(); case YY_END_OF_BUFFER: { @@ -1787,8 +1912,6 @@ case YY_STATE_EOF(XLATION): else { - yy_cp = yy_last_accepting_cpos; - yy_current_state = yy_last_accepting_state; goto yy_find_action; } } @@ -1959,22 +2082,20 @@ static yy_state_type yy_get_previous_state() yy_current_state = yy_start; if ( yy_bp[-1] == '\n' ) ++yy_current_state; + yy_state_ptr = yy_state_buf; + *yy_state_ptr++ = yy_current_state; for ( yy_cp = yytext + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[(int)*yy_cp] : 1); - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) + if ( yy_current_state >= 391 ) yy_c = yy_meta[(int)yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; + *yy_state_ptr++ = yy_current_state; } return ( yy_current_state ); @@ -1996,22 +2117,17 @@ register yy_state_type yy_current_state; { register int yy_is_jam; - register YY_CHAR *yy_cp = yy_c_buf_p; register YY_CHAR yy_c = 1; - if ( yy_accept[yy_current_state] ) - { - yy_last_accepting_state = yy_current_state; - yy_last_accepting_cpos = yy_cp; - } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = yy_def[yy_current_state]; - if ( yy_current_state >= 341 ) + if ( yy_current_state >= 391 ) yy_c = yy_meta[(int)yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; - yy_is_jam = (yy_current_state == 340); + *yy_state_ptr++ = yy_current_state; + yy_is_jam = (yy_current_state == 390); return ( yy_is_jam ? 0 : yy_current_state ); } diff --git a/src/toolsComm/flex/scan.l.DISTRIB b/src/toolsComm/flex/scan.l.DISTRIB index d02acc259..0bd9288e0 100644 --- a/src/toolsComm/flex/scan.l.DISTRIB +++ b/src/toolsComm/flex/scan.l.DISTRIB @@ -72,14 +72,14 @@ static char rcsid[] = WS [ \t\f]+ OPTWS [ \t\f]* -NOT_WS [^ \t\f\n] +NOT_WS [^ \t\f\r\n] NAME [a-z_][a-z_0-9-]* -NOT_NAME [^a-z_\n]+ +NOT_NAME [^a-z_\r\n]+ SCNAME {NAME} -ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) +ESCSEQ \\([^\r\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) %% static int bracelevel, didadef; @@ -88,11 +88,11 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) Char nmdef[MAXLINE], myesc(); ^{WS} indented_code = true; BEGIN(CODEBLOCK); -^#.*\n ++linenum; /* treat as a comment */ +^#.*\r?\n ++linenum; /* treat as a comment */ ^"/*" ECHO; BEGIN(C_COMMENT); ^"%s"{NAME}? return ( SCDECL ); ^"%x"{NAME}? return ( XSCDECL ); -^"%{".*\n { +^"%{".*\r?\n { ++linenum; line_directive_out( stdout ); indented_code = false; @@ -119,7 +119,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) } -^"%"[aeknopt]" ".*\n { +^"%"[aeknopt]" ".*\r?\n { #ifdef NOTDEF fprintf( stderr, "old-style lex command at line %d ignored:\n\t%s", @@ -130,7 +130,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) ^"%"[cr]{OPTWS} /* ignore old lex directive */ -%t{OPTWS}\n { +%t{OPTWS}\r?\n { ++linenum; xlation = (int *) malloc( sizeof( int ) * (unsigned) csize ); @@ -156,23 +156,23 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) } {SCNAME} RETURNNAME; -^{OPTWS}\n ++linenum; /* allows blank lines in section 1 */ -{OPTWS}\n ++linenum; return ( '\n' ); +^{OPTWS}\r?\n ++linenum; /* allows blank lines in section 1 */ +{OPTWS}\r?\n ++linenum; return ( '\n' ); . synerr( "illegal character" ); BEGIN(RECOVER); "*/" ECHO; BEGIN(INITIAL); -"*/".*\n ++linenum; ECHO; BEGIN(INITIAL); -[^*\n]+ ECHO; +"*/".*\r?\n ++linenum; ECHO; BEGIN(INITIAL); +[^*\r\n]+ ECHO; "*" ECHO; -\n ++linenum; ECHO; +\r?\n ++linenum; ECHO; -^"%}".*\n ++linenum; BEGIN(INITIAL); +^"%}".*\r?\n ++linenum; BEGIN(INITIAL); "reject" ECHO; CHECK_REJECT(yytext); "yymore" ECHO; CHECK_YYMORE(yytext); {NAME}|{NOT_NAME}|. ECHO; -\n { +\r?\n { ++linenum; ECHO; if ( indented_code ) @@ -197,17 +197,17 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) didadef = true; } -\n { +\r?\n { if ( ! didadef ) synerr( "incomplete name definition" ); BEGIN(INITIAL); ++linenum; } -.*\n ++linenum; BEGIN(INITIAL); RETURNNAME; +.*\r?\n ++linenum; BEGIN(INITIAL); RETURNNAME; -\n ++linenum; BEGIN(INITIAL); +\r?\n ++linenum; BEGIN(INITIAL); {WS} "reject" { if ( all_upper( yytext ) ) @@ -224,7 +224,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) {NOT_WS}+ synerr( "unrecognized %used/%unused construct" ); -"%t"{OPTWS}\n ++linenum; BEGIN(INITIAL); +"%t"{OPTWS}\r?\n ++linenum; BEGIN(INITIAL); ^{OPTWS}[0-9]+ ++num_xlations; new_xlation = true; ^. synerr( "bad row in translation table" ); {WS} /* ignore whitespace */ @@ -240,21 +240,21 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) new_xlation = false; } -\n ++linenum; +\r?\n ++linenum; -.*\n/{NOT_WS} { +.*\r?\n/{NOT_WS} { ++linenum; ACTION_ECHO; MARK_END_OF_PROLOG; BEGIN(SECT2); } -.*\n ++linenum; ACTION_ECHO; +.*\r?\n ++linenum; ACTION_ECHO; <> MARK_END_OF_PROLOG; yyterminate(); -^{OPTWS}\n ++linenum; /* allow blank lines in section 2 */ +^{OPTWS}\r?\n ++linenum; /* allow blank lines in section 2 */ ^({WS}|"%{") { indented_code = (yytext[0] != '%'); @@ -271,15 +271,15 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) ^"^" return ( '^' ); \" BEGIN(QUOTE); return ( '"' ); "{"/[0-9] BEGIN(NUM); return ( '{' ); -"{"[^0-9\n][^}\n]* BEGIN(BRACEERROR); -"$"/[ \t\n] return ( '$' ); +"{"[^0-9\r\n][^}\r\n]* BEGIN(BRACEERROR); +"$"/[ \t\r\n] return ( '$' ); {WS}"%{" { bracelevel = 1; BEGIN(PERCENT_BRACE_ACTION); return ( '\n' ); } -{WS}"|".*\n continued_action = true; ++linenum; return ( '\n' ); +{WS}"|".*\r?\n continued_action = true; ++linenum; return ( '\n' ); {WS} { /* this rule is separate from the one below because @@ -292,14 +292,14 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) return ( '\n' ); } -{OPTWS}/\n { +{OPTWS}/\r?\n { bracelevel = 0; continued_action = false; BEGIN(ACTION); return ( '\n' ); } -^{OPTWS}\n ++linenum; return ( '\n' ); +^{OPTWS}\r?\n ++linenum; return ( '\n' ); "<>" return ( EOF_OP ); @@ -309,7 +309,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) return ( EOF ); /* to stop the parser */ } -"["([^\\\]\n]|{ESCSEQ})+"]" { +"["([^\\\]\r\n]|{ESCSEQ})+"]" { int cclval; (void) strcpy( nmstr, (char *) yytext ); @@ -359,7 +359,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) [/|*+?.()] return ( yytext[0] ); . RETURNCHAR; -\n ++linenum; return ( '\n' ); +\r?\n ++linenum; return ( '\n' ); "," return ( ',' ); @@ -371,10 +371,10 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) "^" BEGIN(SECT2); return ( '^' ); -[^"\n] RETURNCHAR; +[^"\r\n] RETURNCHAR; \" BEGIN(SECT2); return ( '"' ); -\n { +\r?\n { synerr( "missing quote" ); BEGIN(SECT2); ++linenum; @@ -382,13 +382,13 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) } -"^"/[^-\n] BEGIN(CCL); return ( '^' ); +"^"/[^-\r\n] BEGIN(CCL); return ( '^' ); "^"/- return ( '^' ); - BEGIN(CCL); yylval = '-'; return ( CHAR ); . BEGIN(CCL); RETURNCHAR; --/[^\]\n] return ( '-' ); -[^\]\n] RETURNCHAR; +-/[^\]\r\n] return ( '-' ); +[^\]\r\n] RETURNCHAR; "]" BEGIN(SECT2); return ( ']' ); @@ -406,7 +406,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) return ( '}' ); } -\n { +\r?\n { synerr( "missing }" ); BEGIN(SECT2); ++linenum; @@ -415,7 +415,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) "}" synerr( "bad name in {}'s" ); BEGIN(SECT2); -\n synerr( "missing }" ); ++linenum; BEGIN(SECT2); +\r?\n synerr( "missing }" ); ++linenum; BEGIN(SECT2); {OPTWS}"%}".* bracelevel = 0; @@ -428,7 +428,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) CHECK_YYMORE(yytext); } {NAME}|{NOT_NAME}|. ACTION_ECHO; -\n { +\r?\n { ++linenum; ACTION_ECHO; if ( bracelevel == 0 || @@ -446,12 +446,12 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) /* Reject and YYmore() are checked for above, in PERCENT_BRACE_ACTION */ "{" ACTION_ECHO; ++bracelevel; "}" ACTION_ECHO; --bracelevel; -[^a-z_{}"'/\n]+ ACTION_ECHO; +[^a-z_{}"'/\r\n]+ ACTION_ECHO; {NAME} ACTION_ECHO; "/*" ACTION_ECHO; BEGIN(ACTION_COMMENT); -"'"([^'\\\n]|\\.)*"'" ACTION_ECHO; /* character constant */ +"'"([^'\\\r\n]|\\.)*"'" ACTION_ECHO; /* character constant */ \" ACTION_ECHO; BEGIN(ACTION_STRING); -\n { +\r?\n { ++linenum; ACTION_ECHO; if ( bracelevel == 0 ) @@ -463,14 +463,14 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) . ACTION_ECHO; "*/" ACTION_ECHO; BEGIN(ACTION); -[^*\n]+ ACTION_ECHO; +[^*\r\n]+ ACTION_ECHO; "*" ACTION_ECHO; -\n ++linenum; ACTION_ECHO; +\r?\n ++linenum; ACTION_ECHO; . ACTION_ECHO; -[^"\\\n]+ ACTION_ECHO; +[^"\\\r\n]+ ACTION_ECHO; \\. ACTION_ECHO; -\n ++linenum; ACTION_ECHO; +\r?\n ++linenum; ACTION_ECHO; \" ACTION_ECHO; BEGIN(ACTION); . ACTION_ECHO; @@ -492,7 +492,7 @@ ESCSEQ \\([^\n]|[0-9]{1,3}|x[0-9a-f]{1,2}) } -.*(\n?) ECHO; +.*(\r?\n?) ECHO; %%