Forked from
gmsh / gmsh
21237 commits behind the upstream repository.
-
Jean-François Remacle authoredJean-François Remacle authored
Gmsh.tab.cpp 225.40 KiB
/* A Bison parser, made from Gmsh.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define tDOUBLE 257
#define tSTRING 258
#define tBIGSTR 259
#define tEND 260
#define tAFFECT 261
#define tDOTS 262
#define tPi 263
#define tExp 264
#define tLog 265
#define tLog10 266
#define tSqrt 267
#define tSin 268
#define tAsin 269
#define tCos 270
#define tAcos 271
#define tTan 272
#define tRand 273
#define tAtan 274
#define tAtan2 275
#define tSinh 276
#define tCosh 277
#define tTanh 278
#define tFabs 279
#define tFloor 280
#define tCeil 281
#define tFmod 282
#define tModulo 283
#define tHypot 284
#define tPrintf 285
#define tSprintf 286
#define tDraw 287
#define tPoint 288
#define tCircle 289
#define tEllipsis 290
#define tLine 291
#define tSurface 292
#define tSpline 293
#define tVolume 294
#define tCharacteristic 295
#define tLength 296
#define tParametric 297
#define tElliptic 298
#define tPlane 299
#define tRuled 300
#define tTransfinite 301
#define tComplex 302
#define tPhysical 303
#define tUsing 304
#define tBump 305
#define tProgression 306
#define tRotate 307
#define tTranslate 308
#define tSymmetry 309
#define tDilate 310
#define tExtrude 311
#define tDuplicata 312
#define tLoop 313
#define tRecombine 314
#define tDelete 315
#define tCoherence 316
#define tIntersect 317
#define tAttractor 318
#define tLayers 319
#define tScalarTetrahedron 320
#define tVectorTetrahedron 321
#define tTensorTetrahedron 322
#define tScalarTriangle 323
#define tVectorTriangle 324
#define tTensorTriangle 325
#define tScalarLine 326
#define tVectorLine 327
#define tTensorLine 328
#define tScalarPoint 329
#define tVectorPoint 330
#define tTensorPoint 331
#define tBSpline 332
#define tNurbs 333
#define tOrder 334
#define tWith 335
#define tBounds 336
#define tKnots 337
#define tColor 338
#define tColorTable 339
#define tFor 340
#define tIn 341
#define tEndFor 342
#define tIf 343
#define tEndIf 344
#define tExit 345
#define tReturn 346
#define tCall 347
#define tFunction 348
#define tMesh 349
#define tB_SPLINE_SURFACE_WITH_KNOTS 350
#define tB_SPLINE_CURVE_WITH_KNOTS 351
#define tCARTESIAN_POINT 352
#define tTRUE 353
#define tFALSE 354
#define tUNSPECIFIED 355
#define tU 356
#define tV 357
#define tEDGE_CURVE 358
#define tVERTEX_POINT 359
#define tORIENTED_EDGE 360
#define tPLANE 361
#define tFACE_OUTER_BOUND 362
#define tEDGE_LOOP 363
#define tADVANCED_FACE 364
#define tVECTOR 365
#define tDIRECTION 366
#define tAXIS2_PLACEMENT_3D 367
#define tISO 368
#define tENDISO 369
#define tENDSEC 370
#define tDATA 371
#define tHEADER 372
#define tFILE_DESCRIPTION 373
#define tFILE_SCHEMA 374
#define tFILE_NAME 375
#define tMANIFOLD_SOLID_BREP 376
#define tCLOSED_SHELL 377
#define tADVANCED_BREP_SHAPE_REPRESENTATION 378
#define tFACE_BOUND 379
#define tCYLINDRICAL_SURFACE 380
#define tCONICAL_SURFACE 381
#define tCIRCLE 382
#define tTRIMMED_CURVE 383
#define tGEOMETRIC_SET 384
#define tCOMPOSITE_CURVE_SEGMENT 385
#define tCONTINUOUS 386
#define tCOMPOSITE_CURVE 387
#define tTOROIDAL_SURFACE 388
#define tPRODUCT_DEFINITION 389
#define tPRODUCT_DEFINITION_SHAPE 390
#define tSHAPE_DEFINITION_REPRESENTATION 391
#define tELLIPSE 392
#define tTrimmed 393
#define tSolid 394
#define tEndSolid 395
#define tVertex 396
#define tFacet 397
#define tNormal 398
#define tOuter 399
#define tLoopSTL 400
#define tEndLoop 401
#define tEndFacet 402
#define tAFFECTPLUS 403
#define tAFFECTMINUS 404
#define tAFFECTTIMES 405
#define tAFFECTDIVIDE 406
#define tOR 407
#define tAND 408
#define tEQUAL 409
#define tNOTEQUAL 410
#define tAPPROXEQUAL 411
#define tLESSOREQUAL 412
#define tGREATEROREQUAL 413
#define tCROSSPRODUCT 414
#define tPLUSPLUS 415
#define tMINUSMINUS 416
#define UNARYPREC 417
#line 1 "Gmsh.y"
// $Id: Gmsh.tab.cpp,v 1.75 2001-02-23 00:07:51 remacle Exp $
#include <stdarg.h>
#include "Gmsh.h"
#include "Const.h"
#include "Context.h"
#include "Geo.h"
#include "CAD.h"
#include "DataBase.h"
#include "Mesh.h"
#include "Draw.h"
#include "Create.h"
#include "Views.h"
#include "StepGeomDatabase.h"
#include "Options.h"
#include "Colors.h"
#include "Parser.h"
#include "OpenFile.h"
#include "FunctionManager.h"
#include "ColorTable.h"
#include "Timer.h"
#include "CreateFile.h"
#ifdef __DECCXX // bug in bison
#include <alloca.h>
#endif
int Force_ViewNumber = 0 ;
List_T *Symbol_L;
extern Context_T CTX;
extern Mesh *THEM;
extern Post_View *ActualView;
static FILE *yyinTab[MAX_OPEN_FILES];
static int yylinenoTab[MAX_OPEN_FILES];
static fpos_t yyposImbricatedLoopsTab[MAX_OPEN_FILES];
static double LoopControlVariablesTab[MAX_OPEN_FILES][3];
static char* LoopControlVariablesNameTab[MAX_OPEN_FILES];
static char yynameTab[MAX_OPEN_FILES][NAME_STR_L];
static char tmpstring[NAME_STR_L];
static char tmpstring2[NAME_STR_L], tmpstring3[NAME_STR_L];
static Symbol TheSymbol, *pSymbol;
static Surface *STL_Surf;
static Shape TheShape;
static int i,j,k,flag,RecursionLevel=0,ImbricatedLoop = 0;
static int Last_NumberOfPoints = 0;
static double d, *pd;
static ExtrudeParams extr;
static List_T *ListOfDouble_L,*ListOfDouble2_L;
static List_T *ListOfListOfDouble_L, *ListOfColor_L=NULL;
static char *str;
static StringXString *pStrCat;
static StringXNumber *pNumCat;
static StringXColor *pColCat;
static double (*pNumOpt)(int num, int action, double value);
static char* (*pStrOpt)(int num, int action, char *value);
static unsigned int (*pColOpt)(int num, int action, unsigned int value);
char *strsave(char *ptr);
void yyerror (char *s);
void vyyerror (char *fmt, ...);
void skip_until (char *skip, char *until);
#line 69 "Gmsh.y"
typedef union {
char *c;
int i;
unsigned int u;
double d;
double v[5];
Shape s;
List_T *l;
} YYSTYPE;
#include <stdio.h>
#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif
#define YYFINAL 1491
#define YYFLAG -32768
#define YYNTBASE 182
#define YYTRANSLATE(x) ((unsigned)(x) <= 417 ? yytranslate[x] : 263)
static const short yytranslate[] = { 0,
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, 169, 2, 2, 2, 167, 2, 2, 174,
175, 165, 163, 179, 164, 178, 166, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 159,
2, 161, 153, 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,
176, 2, 177, 173, 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, 180, 2, 181, 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, 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, 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, 2, 1, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46,
47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
67, 68, 69, 70, 71, 72, 73, 74, 75, 76,
77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96,
97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
117, 118, 119, 120, 121, 122, 123, 124, 125, 126,
127, 128, 129, 130, 131, 132, 133, 134, 135, 136,
137, 138, 139, 140, 141, 142, 143, 144, 145, 146,
147, 148, 149, 150, 151, 152, 154, 155, 156, 157,
158, 160, 162, 168, 170, 171, 172
};
#if YYDEBUG != 0
static const short yyprhs[] = { 0,
0, 2, 4, 6, 9, 11, 33, 35, 36, 39,
41, 43, 45, 48, 51, 54, 57, 60, 68, 74,
92, 102, 126, 158, 174, 186, 198, 214, 224, 238,
248, 260, 274, 284, 294, 306, 316, 328, 338, 350,
364, 378, 390, 404, 422, 432, 444, 456, 470, 482,
492, 493, 496, 498, 500, 502, 504, 506, 508, 510,
512, 514, 516, 518, 520, 526, 534, 541, 550, 551,
554, 557, 560, 563, 566, 569, 572, 575, 578, 581,
584, 587, 589, 593, 594, 608, 610, 614, 615, 629,
631, 635, 636, 650, 652, 656, 657, 677, 679, 683,
684, 704, 706, 710, 711, 731, 733, 737, 738, 764,
766, 770, 771, 797, 799, 803, 804, 830, 832, 836,
837, 869, 871, 875, 876, 908, 910, 914, 915, 947,
949, 951, 953, 955, 957, 959, 961, 966, 974, 981,
985, 992, 999, 1009, 1016, 1026, 1032, 1041, 1050, 1062,
1069, 1079, 1087, 1096, 1109, 1116, 1122, 1130, 1138, 1151,
1159, 1169, 1187, 1195, 1204, 1213, 1221, 1233, 1239, 1248,
1261, 1270, 1293, 1314, 1323, 1332, 1338, 1347, 1355, 1364,
1370, 1382, 1388, 1398, 1400, 1402, 1404, 1405, 1408, 1413,
1418, 1425, 1429, 1433, 1437, 1440, 1443, 1450, 1459, 1468,
1479, 1481, 1484, 1486, 1490, 1495, 1497, 1506, 1519, 1528,
1541, 1550, 1563, 1575, 1591, 1593, 1596, 1606, 1609, 1616,
1626, 1636, 1645, 1654, 1663, 1670, 1675, 1678, 1681, 1683,
1686, 1688, 1690, 1692, 1694, 1696, 1698, 1702, 1705, 1708,
1711, 1715, 1719, 1723, 1727, 1731, 1735, 1739, 1743, 1747,
1751, 1755, 1759, 1763, 1767, 1773, 1778, 1783, 1788, 1793,
1798, 1803, 1808, 1813, 1818, 1823, 1830, 1835, 1840, 1845,
1850, 1855, 1860, 1867, 1874, 1881, 1886, 1888, 1890, 1892,
1897, 1900, 1906, 1910, 1917, 1922, 1930, 1934, 1940, 1942,
1945, 1948, 1952, 1956, 1968, 1978, 1986, 1994, 1995, 1999,
2001, 2005, 2006, 2010, 2014, 2016, 2020, 2021, 2023, 2027,
2031, 2033, 2035, 2039, 2043, 2047, 2053, 2063, 2071, 2077,
2079, 2085, 2089, 2096, 2098, 2102, 2104, 2109
};
static const short yyrhs[] = { 184,
0, 183, 0, 189, 0, 1, 6, 0, 140, 0,
143, 144, 246, 246, 246, 145, 146, 142, 246, 246,
246, 142, 246, 246, 246, 142, 246, 246, 246, 147,
148, 0, 141, 0, 0, 184, 185, 0, 186, 0,
188, 0, 187, 0, 114, 6, 0, 115, 6, 0,
117, 6, 0, 116, 6, 0, 118, 6, 0, 119,
174, 253, 179, 5, 175, 6, 0, 120, 174, 253,
175, 6, 0, 121, 174, 5, 179, 5, 179, 253,
179, 253, 179, 5, 179, 5, 179, 5, 175, 6,
0, 3, 7, 98, 174, 5, 179, 251, 175, 6,
0, 3, 7, 97, 174, 5, 179, 248, 179, 257,
179, 247, 179, 247, 179, 247, 179, 257, 179, 257,
179, 247, 175, 6, 0, 3, 7, 96, 174, 5,
179, 248, 179, 248, 179, 255, 179, 247, 179, 247,
179, 247, 179, 247, 179, 257, 179, 257, 179, 257,
179, 257, 179, 247, 175, 6, 0, 3, 7, 104,
174, 5, 179, 3, 179, 3, 179, 3, 179, 247,
175, 6, 0, 3, 7, 108, 174, 5, 179, 3,
179, 247, 175, 6, 0, 3, 7, 125, 174, 5,
179, 3, 179, 247, 175, 6, 0, 3, 7, 106,
174, 5, 179, 165, 179, 165, 179, 248, 179, 247,
175, 6, 0, 3, 7, 109, 174, 5, 179, 257,
175, 6, 0, 3, 7, 110, 174, 5, 179, 257,
179, 3, 179, 247, 175, 6, 0, 3, 7, 105,
174, 5, 179, 3, 175, 6, 0, 3, 7, 111,
174, 5, 179, 3, 179, 248, 175, 6, 0, 3,
7, 113, 174, 5, 179, 3, 179, 3, 179, 3,
175, 6, 0, 3, 7, 112, 174, 5, 179, 251,
175, 6, 0, 3, 7, 107, 174, 5, 179, 3,
175, 6, 0, 3, 7, 37, 174, 5, 179, 3,
179, 3, 175, 6, 0, 3, 7, 123, 174, 5,
179, 257, 175, 6, 0, 3, 7, 124, 174, 5,
179, 257, 179, 3, 175, 6, 0, 3, 7, 122,
174, 5, 179, 3, 175, 6, 0, 3, 7, 126,
174, 5, 179, 3, 179, 248, 175, 6, 0, 3,
7, 127, 174, 5, 179, 3, 179, 248, 179, 248,
175, 6, 0, 3, 7, 134, 174, 5, 179, 3,
179, 248, 179, 248, 175, 6, 0, 3, 7, 128,
174, 5, 179, 3, 179, 248, 175, 6, 0, 3,
7, 138, 174, 5, 179, 3, 179, 248, 179, 248,
175, 6, 0, 3, 7, 129, 174, 5, 179, 3,
179, 257, 179, 257, 179, 247, 179, 247, 175, 6,
0, 3, 7, 130, 174, 5, 179, 257, 175, 6,
0, 3, 7, 131, 174, 132, 179, 247, 179, 3,
175, 6, 0, 3, 7, 133, 174, 5, 179, 257,
179, 247, 175, 6, 0, 3, 7, 135, 174, 5,
179, 5, 179, 3, 179, 3, 175, 6, 0, 3,
7, 136, 174, 5, 179, 5, 179, 3, 175, 6,
0, 3, 7, 137, 174, 3, 179, 3, 175, 6,
0, 0, 189, 190, 0, 192, 0, 191, 0, 232,
0, 233, 0, 234, 0, 237, 0, 238, 0, 241,
0, 244, 0, 245, 0, 240, 0, 239, 0, 31,
174, 5, 175, 6, 0, 31, 174, 5, 179, 258,
175, 6, 0, 4, 5, 180, 193, 181, 6, 0,
4, 5, 4, 251, 180, 193, 181, 6, 0, 0,
193, 195, 0, 193, 198, 0, 193, 201, 0, 193,
204, 0, 193, 207, 0, 193, 210, 0, 193, 213,
0, 193, 216, 0, 193, 219, 0, 193, 222, 0,
193, 225, 0, 193, 228, 0, 248, 0, 194, 179,
248, 0, 0, 75, 174, 248, 179, 248, 179, 248,
175, 196, 180, 194, 181, 6, 0, 248, 0, 197,
179, 248, 0, 0, 76, 174, 248, 179, 248, 179,
248, 175, 199, 180, 197, 181, 6, 0, 248, 0,
200, 179, 248, 0, 0, 77, 174, 248, 179, 248,
179, 248, 175, 202, 180, 200, 181, 6, 0, 248,
0, 203, 179, 248, 0, 0, 72, 174, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 175,
205, 180, 203, 181, 6, 0, 248, 0, 206, 179,
248, 0, 0, 73, 174, 248, 179, 248, 179, 248,
179, 248, 179, 248, 179, 248, 175, 208, 180, 206,
181, 6, 0, 248, 0, 209, 179, 248, 0, 0,
74, 174, 248, 179, 248, 179, 248, 179, 248, 179,
248, 179, 248, 175, 211, 180, 209, 181, 6, 0,
248, 0, 212, 179, 248, 0, 0, 69, 174, 248,
179, 248, 179, 248, 179, 248, 179, 248, 179, 248,
179, 248, 179, 248, 179, 248, 175, 214, 180, 212,
181, 6, 0, 248, 0, 215, 179, 248, 0, 0,
70, 174, 248, 179, 248, 179, 248, 179, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 175,
217, 180, 215, 181, 6, 0, 248, 0, 218, 179,
248, 0, 0, 71, 174, 248, 179, 248, 179, 248,
179, 248, 179, 248, 179, 248, 179, 248, 179, 248,
179, 248, 175, 220, 180, 218, 181, 6, 0, 248,
0, 221, 179, 248, 0, 0, 66, 174, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 179,
248, 175, 223, 180, 221, 181, 6, 0, 248, 0,
224, 179, 248, 0, 0, 67, 174, 248, 179, 248,
179, 248, 179, 248, 179, 248, 179, 248, 179, 248,
179, 248, 179, 248, 179, 248, 179, 248, 179, 248,
175, 226, 180, 224, 181, 6, 0, 248, 0, 227,
179, 248, 0, 0, 68, 174, 248, 179, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 179,
248, 179, 248, 179, 248, 179, 248, 179, 248, 175,
229, 180, 227, 181, 6, 0, 7, 0, 149, 0,
150, 0, 151, 0, 152, 0, 170, 0, 171, 0,
4, 230, 248, 6, 0, 4, 176, 248, 177, 230,
248, 6, 0, 4, 176, 177, 7, 257, 6, 0,
4, 231, 6, 0, 4, 176, 248, 177, 231, 6,
0, 4, 178, 4, 7, 5, 6, 0, 4, 176,
248, 177, 178, 4, 7, 5, 6, 0, 4, 178,
4, 230, 248, 6, 0, 4, 176, 248, 177, 178,
4, 230, 248, 6, 0, 4, 178, 4, 231, 6,
0, 4, 176, 248, 177, 178, 4, 231, 6, 0,
4, 178, 84, 178, 4, 7, 259, 6, 0, 4,
176, 248, 177, 178, 84, 178, 4, 7, 259, 6,
0, 4, 178, 85, 7, 260, 6, 0, 4, 176,
248, 177, 178, 85, 7, 260, 6, 0, 34, 174,
248, 175, 7, 251, 6, 0, 49, 34, 174, 248,
175, 7, 257, 6, 0, 64, 34, 257, 7, 180,
248, 179, 248, 179, 248, 181, 6, 0, 41, 42,
257, 7, 248, 6, 0, 34, 180, 248, 181, 6,
0, 37, 174, 248, 175, 7, 257, 6, 0, 39,
174, 248, 175, 7, 257, 6, 0, 64, 37, 257,
7, 180, 248, 179, 248, 179, 248, 181, 6, 0,
35, 174, 248, 175, 7, 257, 6, 0, 35, 174,
248, 175, 7, 257, 45, 251, 6, 0, 43, 174,
248, 175, 7, 180, 248, 179, 248, 179, 5, 179,
5, 179, 5, 181, 6, 0, 36, 174, 248, 175,
7, 257, 6, 0, 49, 37, 174, 248, 175, 7,
257, 6, 0, 37, 59, 174, 248, 175, 7, 257,
6, 0, 78, 174, 248, 175, 7, 257, 6, 0,
79, 174, 248, 175, 7, 257, 83, 257, 80, 248,
6, 0, 37, 180, 248, 181, 6, 0, 45, 38,
174, 248, 175, 7, 257, 6, 0, 139, 38, 174,
248, 175, 7, 180, 248, 179, 257, 181, 6, 0,
46, 38, 174, 248, 175, 7, 257, 6, 0, 79,
38, 81, 82, 174, 248, 175, 7, 255, 83, 180,
257, 179, 257, 181, 80, 180, 248, 179, 248, 181,
6, 0, 79, 38, 174, 248, 175, 7, 255, 83,
180, 257, 179, 257, 181, 80, 180, 248, 179, 248,
181, 6, 0, 49, 38, 174, 248, 175, 7, 257,
6, 0, 38, 59, 174, 248, 175, 7, 257, 6,
0, 38, 180, 248, 181, 6, 0, 48, 40, 174,
248, 175, 7, 257, 6, 0, 40, 174, 248, 175,
7, 257, 6, 0, 49, 40, 174, 248, 175, 7,
257, 6, 0, 54, 251, 180, 235, 181, 0, 53,
180, 251, 179, 251, 179, 248, 181, 180, 235, 181,
0, 55, 251, 180, 235, 181, 0, 56, 180, 251,
179, 248, 181, 180, 235, 181, 0, 237, 0, 236,
0, 234, 0, 0, 236, 233, 0, 58, 180, 236,
181, 0, 61, 180, 236, 181, 0, 61, 4, 176,
248, 177, 6, 0, 61, 95, 6, 0, 4, 262,
6, 0, 4, 248, 6, 0, 91, 6, 0, 33,
6, 0, 86, 174, 248, 8, 248, 175, 0, 86,
174, 248, 8, 248, 8, 248, 175, 0, 86, 4,
87, 180, 248, 8, 248, 181, 0, 86, 4, 87,
180, 248, 8, 248, 8, 248, 181, 0, 88, 0,
94, 4, 0, 92, 0, 93, 4, 6, 0, 89,
174, 248, 175, 0, 90, 0, 57, 34, 180, 248,
179, 251, 181, 6, 0, 57, 34, 180, 248, 179,
251, 179, 251, 179, 248, 181, 6, 0, 57, 37,
180, 248, 179, 251, 181, 6, 0, 57, 37, 180,
248, 179, 251, 179, 251, 179, 248, 181, 6, 0,
57, 38, 180, 248, 179, 251, 181, 6, 0, 57,
38, 180, 248, 179, 251, 179, 251, 179, 248, 181,
6, 0, 57, 38, 180, 248, 179, 251, 181, 180,
242, 181, 6, 0, 57, 38, 180, 248, 179, 251,
179, 251, 179, 248, 181, 180, 242, 181, 6, 0,
243, 0, 242, 243, 0, 65, 180, 257, 179, 257,
179, 257, 181, 6, 0, 60, 6, 0, 47, 37,
257, 7, 248, 6, 0, 47, 37, 257, 7, 248,
50, 52, 248, 6, 0, 47, 37, 257, 7, 248,
50, 51, 248, 6, 0, 47, 38, 180, 248, 181,
7, 257, 6, 0, 44, 38, 180, 248, 181, 7,
257, 6, 0, 47, 40, 180, 248, 181, 7, 257,
6, 0, 60, 38, 257, 7, 248, 6, 0, 60,
38, 257, 6, 0, 62, 6, 0, 63, 6, 0,
3, 0, 164, 3, 0, 99, 0, 100, 0, 101,
0, 102, 0, 103, 0, 249, 0, 174, 248, 175,
0, 164, 248, 0, 163, 248, 0, 169, 248, 0,
248, 164, 248, 0, 248, 163, 248, 0, 248, 165,
248, 0, 248, 166, 248, 0, 248, 167, 248, 0,
248, 173, 248, 0, 248, 159, 248, 0, 248, 161,
248, 0, 248, 160, 248, 0, 248, 162, 248, 0,
248, 156, 248, 0, 248, 157, 248, 0, 248, 155,
248, 0, 248, 154, 248, 0, 248, 153, 248, 8,
248, 0, 10, 174, 248, 175, 0, 11, 174, 248,
175, 0, 12, 174, 248, 175, 0, 13, 174, 248,
175, 0, 14, 174, 248, 175, 0, 15, 174, 248,
175, 0, 16, 174, 248, 175, 0, 17, 174, 248,
175, 0, 18, 174, 248, 175, 0, 20, 174, 248,
175, 0, 21, 174, 248, 179, 248, 175, 0, 22,
174, 248, 175, 0, 23, 174, 248, 175, 0, 24,
174, 248, 175, 0, 25, 174, 248, 175, 0, 26,
174, 248, 175, 0, 27, 174, 248, 175, 0, 28,
174, 248, 179, 248, 175, 0, 29, 174, 248, 179,
248, 175, 0, 30, 174, 248, 179, 248, 175, 0,
19, 174, 248, 175, 0, 3, 0, 9, 0, 4,
0, 4, 176, 248, 177, 0, 4, 231, 0, 4,
176, 248, 177, 231, 0, 4, 178, 4, 0, 4,
176, 248, 177, 178, 4, 0, 4, 178, 4, 231,
0, 4, 176, 248, 177, 178, 4, 231, 0, 248,
8, 248, 0, 248, 8, 248, 8, 248, 0, 252,
0, 164, 251, 0, 163, 251, 0, 251, 164, 251,
0, 251, 163, 251, 0, 180, 248, 179, 248, 179,
248, 179, 248, 179, 248, 181, 0, 180, 248, 179,
248, 179, 248, 179, 248, 181, 0, 180, 248, 179,
248, 179, 248, 181, 0, 174, 248, 179, 248, 179,
248, 175, 0, 0, 174, 254, 175, 0, 5, 0,
254, 179, 5, 0, 0, 180, 256, 181, 0, 174,
256, 175, 0, 257, 0, 256, 179, 257, 0, 0,
248, 0, 4, 176, 177, 0, 180, 258, 181, 0,
248, 0, 250, 0, 4, 176, 177, 0, 258, 179,
248, 0, 258, 179, 250, 0, 258, 179, 4, 176,
177, 0, 180, 248, 179, 248, 179, 248, 179, 248,
181, 0, 180, 248, 179, 248, 179, 248, 181, 0,
180, 4, 179, 248, 181, 0, 4, 0, 4, 178,
84, 178, 4, 0, 180, 261, 181, 0, 4, 176,
248, 177, 178, 85, 0, 259, 0, 261, 179, 259,
0, 5, 0, 32, 174, 5, 175, 0, 32, 174,
5, 179, 258, 175, 0
};
#endif
#if YYDEBUG != 0
static const short yyrline[] = { 0,
148, 150, 151, 152, 159, 167, 181, 193, 195, 198,
200, 201, 204, 210, 215, 216, 217, 220, 224, 227,
233, 238, 244, 252, 257, 261, 267, 272, 276, 281,
285, 288, 293, 297, 301, 305, 310, 314, 317, 321,
325, 329, 333, 337, 341, 344, 348, 351, 355, 358,
367, 371, 377, 379, 380, 381, 382, 383, 384, 385,
386, 387, 388, 389, 392, 397, 425, 431, 438, 443,
444, 445, 446, 447, 448, 449, 450, 451, 452, 453,
454, 457, 460, 464, 470, 476, 479, 483, 489, 495,
498, 502, 508, 514, 517, 521, 529, 535, 538, 542,
550, 556, 559, 563, 571, 577, 580, 584, 596, 602,
605, 609, 621, 627, 630, 634, 646, 652, 655, 659,
672, 678, 681, 685, 698, 704, 707, 711, 724, 736,
738, 739, 740, 741, 743, 745, 747, 778, 812, 826,
835, 850, 862, 876, 899, 923, 935, 949, 961, 975,
990, 1011, 1022, 1028, 1047, 1058, 1066, 1072, 1078, 1097,
1103, 1119, 1126, 1132, 1138, 1144, 1150, 1169, 1181, 1187,
1206, 1227, 1235, 1241, 1247, 1253, 1265, 1271, 1277, 1289,
1295, 1300, 1305, 1312, 1314, 1315, 1318, 1323, 1334, 1352,
1360, 1365, 1376, 1431, 1451, 1455, 1475, 1491, 1505, 1530,
1555, 1581, 1587, 1592, 1597, 1601, 1611, 1617, 1623, 1627,
1631, 1635, 1639, 1644, 1651, 1655, 1660, 1678, 1688, 1706,
1723, 1740, 1761, 1781, 1801, 1818, 1842, 1847, 1858, 1860,
1863, 1865, 1866, 1867, 1868, 1871, 1873, 1874, 1875, 1876,
1877, 1878, 1879, 1880, 1887, 1888, 1889, 1890, 1891, 1892,
1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902,
1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912,
1913, 1914, 1915, 1916, 1917, 1918, 1923, 1928, 1932, 1943,
1960, 1971, 1990, 2006, 2022, 2038, 2055, 2062, 2075, 2080,
2084, 2088, 2092, 2097, 2102, 2106, 2110, 2116, 2120, 2125,
2129, 2134, 2138, 2142, 2148, 2154, 2160, 2164, 2170, 2185,
2192, 2198, 2207, 2219, 2223, 2231, 2244, 2249, 2253, 2258,
2263, 2281, 2286, 2303, 2312, 2318, 2323, 2327
};
#endif
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
static const char * const yytname[] = { "$","error","$undefined.","tDOUBLE",
"tSTRING","tBIGSTR","tEND","tAFFECT","tDOTS","tPi","tExp","tLog","tLog10","tSqrt",
"tSin","tAsin","tCos","tAcos","tTan","tRand","tAtan","tAtan2","tSinh","tCosh",
"tTanh","tFabs","tFloor","tCeil","tFmod","tModulo","tHypot","tPrintf","tSprintf",
"tDraw","tPoint","tCircle","tEllipsis","tLine","tSurface","tSpline","tVolume",
"tCharacteristic","tLength","tParametric","tElliptic","tPlane","tRuled","tTransfinite",
"tComplex","tPhysical","tUsing","tBump","tProgression","tRotate","tTranslate",
"tSymmetry","tDilate","tExtrude","tDuplicata","tLoop","tRecombine","tDelete",
"tCoherence","tIntersect","tAttractor","tLayers","tScalarTetrahedron","tVectorTetrahedron",
"tTensorTetrahedron","tScalarTriangle","tVectorTriangle","tTensorTriangle","tScalarLine",
"tVectorLine","tTensorLine","tScalarPoint","tVectorPoint","tTensorPoint","tBSpline",
"tNurbs","tOrder","tWith","tBounds","tKnots","tColor","tColorTable","tFor","tIn",
"tEndFor","tIf","tEndIf","tExit","tReturn","tCall","tFunction","tMesh","tB_SPLINE_SURFACE_WITH_KNOTS",
"tB_SPLINE_CURVE_WITH_KNOTS","tCARTESIAN_POINT","tTRUE","tFALSE","tUNSPECIFIED",
"tU","tV","tEDGE_CURVE","tVERTEX_POINT","tORIENTED_EDGE","tPLANE","tFACE_OUTER_BOUND",
"tEDGE_LOOP","tADVANCED_FACE","tVECTOR","tDIRECTION","tAXIS2_PLACEMENT_3D","tISO",
"tENDISO","tENDSEC","tDATA","tHEADER","tFILE_DESCRIPTION","tFILE_SCHEMA","tFILE_NAME",
"tMANIFOLD_SOLID_BREP","tCLOSED_SHELL","tADVANCED_BREP_SHAPE_REPRESENTATION",
"tFACE_BOUND","tCYLINDRICAL_SURFACE","tCONICAL_SURFACE","tCIRCLE","tTRIMMED_CURVE",
"tGEOMETRIC_SET","tCOMPOSITE_CURVE_SEGMENT","tCONTINUOUS","tCOMPOSITE_CURVE",
"tTOROIDAL_SURFACE","tPRODUCT_DEFINITION","tPRODUCT_DEFINITION_SHAPE","tSHAPE_DEFINITION_REPRESENTATION",
"tELLIPSE","tTrimmed","tSolid","tEndSolid","tVertex","tFacet","tNormal","tOuter",
"tLoopSTL","tEndLoop","tEndFacet","tAFFECTPLUS","tAFFECTMINUS","tAFFECTTIMES",
"tAFFECTDIVIDE","'?'","tOR","tAND","tEQUAL","tNOTEQUAL","tAPPROXEQUAL","'<'",
"tLESSOREQUAL","'>'","tGREATEROREQUAL","'+'","'-'","'*'","'/'","'%'","tCROSSPRODUCT",
"'!'","tPLUSPLUS","tMINUSMINUS","UNARYPREC","'^'","'('","')'","'['","']'","'.'",
"','","'{'","'}'","All","STLFormatItem","StepFormatItems","StepFormatItem","StepSpecial",
"StepHeaderItem","StepDataItem","GeomFormatList","GeomFormat","Printf","View",
"Views","ScalarPointValues","ScalarPoint","@1","VectorPointValues","VectorPoint",
"@2","TensorPointValues","TensorPoint","@3","ScalarLineValues","ScalarLine",
"@4","VectorLineValues","VectorLine","@5","TensorLineValues","TensorLine","@6",
"ScalarTriangleValues","ScalarTriangle","@7","VectorTriangleValues","VectorTriangle",
"@8","TensorTriangleValues","TensorTriangle","@9","ScalarTetrahedronValues",
"ScalarTetrahedron","@10","VectorTetrahedronValues","VectorTetrahedron","@11",
"TensorTetrahedronValues","TensorTetrahedron","@12","NumericAffectation","NumericIncrement",
"Affectation","Shape","Transform","MultipleShape","ListOfShapes","Duplicata",
"Delete","Command","Loop","Extrude","ExtrudeParameters","ExtrudeParameter","Transfini",
"Coherence","SignedDouble","BoolExpr","FExpr","FExpr_Single","FExpr_Range","VExpr",
"VExpr_Single","ListOfStrings","RecursiveListOfStrings","ListOfListOfDouble",
"RecursiveListOfListOfDouble","ListOfDouble","RecursiveListOfDouble","ColorExpr",
"ListOfColor","RecursiveListOfColor","StringExpr", NULL
};
#endif
static const short yyr1[] = { 0,
182, 182, 182, 182, 183, 183, 183, 184, 184, 185,
185, 185, 186, 186, 186, 186, 186, 187, 187, 187,
188, 188, 188, 188, 188, 188, 188, 188, 188, 188,
188, 188, 188, 188, 188, 188, 188, 188, 188, 188,
188, 188, 188, 188, 188, 188, 188, 188, 188, 188,
189, 189, 190, 190, 190, 190, 190, 190, 190, 190,
190, 190, 190, 190, 191, 191, 192, 192, 193, 193,
193, 193, 193, 193, 193, 193, 193, 193, 193, 193,
193, 194, 194, 196, 195, 197, 197, 199, 198, 200,
200, 202, 201, 203, 203, 205, 204, 206, 206, 208,
207, 209, 209, 211, 210, 212, 212, 214, 213, 215,
215, 217, 216, 218, 218, 220, 219, 221, 221, 223,
222, 224, 224, 226, 225, 227, 227, 229, 228, 230,
230, 230, 230, 230, 231, 231, 232, 232, 232, 232,
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
232, 233, 233, 233, 233, 233, 233, 233, 233, 233,
233, 233, 233, 233, 233, 233, 233, 233, 233, 233,
233, 233, 233, 233, 233, 233, 233, 233, 233, 234,
234, 234, 234, 235, 235, 235, 236, 236, 237, 238,
238, 238, 239, 239, 239, 239, 240, 240, 240, 240,
240, 240, 240, 240, 240, 240, 241, 241, 241, 241,
241, 241, 241, 241, 242, 242, 243, 243, 244, 244,
244, 244, 244, 244, 244, 244, 245, 245, 246, 246,
247, 247, 247, 247, 247, 248, 248, 248, 248, 248,
248, 248, 248, 248, 248, 248, 248, 248, 248, 248,
248, 248, 248, 248, 248, 248, 248, 248, 248, 248,
248, 248, 248, 248, 248, 248, 248, 248, 248, 248,
248, 248, 248, 248, 248, 248, 249, 249, 249, 249,
249, 249, 249, 249, 249, 249, 250, 250, 251, 251,
251, 251, 251, 252, 252, 252, 252, 253, 253, 254,
254, 255, 255, 255, 256, 256, 257, 257, 257, 257,
258, 258, 258, 258, 258, 258, 259, 259, 259, 259,
259, 260, 260, 261, 261, 262, 262, 262
};
static const short yyr2[] = { 0,
1, 1, 1, 2, 1, 21, 1, 0, 2, 1,
1, 1, 2, 2, 2, 2, 2, 7, 5, 17,
9, 23, 31, 15, 11, 11, 15, 9, 13, 9,
11, 13, 9, 9, 11, 9, 11, 9, 11, 13,
13, 11, 13, 17, 9, 11, 11, 13, 11, 9,
0, 2, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 5, 7, 6, 8, 0, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 1, 3, 0, 13, 1, 3, 0, 13, 1,
3, 0, 13, 1, 3, 0, 19, 1, 3, 0,
19, 1, 3, 0, 19, 1, 3, 0, 25, 1,
3, 0, 25, 1, 3, 0, 25, 1, 3, 0,
31, 1, 3, 0, 31, 1, 3, 0, 31, 1,
1, 1, 1, 1, 1, 1, 4, 7, 6, 3,
6, 6, 9, 6, 9, 5, 8, 8, 11, 6,
9, 7, 8, 12, 6, 5, 7, 7, 12, 7,
9, 17, 7, 8, 8, 7, 11, 5, 8, 12,
8, 22, 20, 8, 8, 5, 8, 7, 8, 5,
11, 5, 9, 1, 1, 1, 0, 2, 4, 4,
6, 3, 3, 3, 2, 2, 6, 8, 8, 10,
1, 2, 1, 3, 4, 1, 8, 12, 8, 12,
8, 12, 11, 15, 1, 2, 9, 2, 6, 9,
9, 8, 8, 8, 6, 4, 2, 2, 1, 2,
1, 1, 1, 1, 1, 1, 3, 2, 2, 2,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 5, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 6, 4, 4, 4, 4,
4, 4, 6, 6, 6, 4, 1, 1, 1, 4,
2, 5, 3, 6, 4, 7, 3, 5, 1, 2,
2, 3, 3, 11, 9, 7, 7, 0, 3, 1,
3, 0, 3, 3, 1, 3, 0, 1, 3, 3,
1, 1, 3, 3, 3, 5, 9, 7, 5, 1,
5, 3, 6, 1, 3, 1, 4, 6
};
static const short yydefact[] = { 0,
0, 5, 7, 0, 2, 1, 3, 4, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 9, 10,
12, 11, 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, 201, 0, 206, 0, 203, 0,
0, 0, 52, 54, 53, 55, 56, 57, 58, 59,
64, 63, 60, 61, 62, 229, 0, 0, 0, 13,
14, 16, 15, 17, 298, 298, 0, 277, 279, 326,
130, 278, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 131, 132, 133, 134, 0, 0,
0, 135, 136, 0, 0, 0, 0, 0, 0, 236,
0, 0, 196, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 307, 0, 0, 0, 0, 307,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 289, 0, 0, 0, 0, 0, 187,
307, 0, 0, 187, 227, 228, 307, 307, 0, 0,
0, 0, 0, 0, 195, 0, 202, 0, 230, 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, 0, 281, 0, 69, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 239, 238, 240, 0, 0, 0, 0, 0, 0,
0, 140, 194, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 193, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 279, 0, 308, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 291, 290,
0, 0, 0, 0, 187, 187, 0, 0, 0, 0,
0, 0, 0, 192, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 204, 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, 300, 0, 0,
0, 0, 0, 283, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 237, 307,
0, 130, 0, 0, 0, 0, 137, 0, 254, 253,
251, 252, 247, 249, 248, 250, 242, 241, 243, 244,
245, 246, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 279, 311, 312, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 293, 292, 186, 0,
185, 184, 0, 0, 0, 0, 0, 189, 188, 226,
0, 0, 190, 0, 0, 0, 0, 0, 0, 0,
0, 205, 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, 299, 0, 0, 19, 0, 280,
285, 69, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 70, 71, 72, 73, 74,
75, 76, 77, 78, 79, 80, 81, 256, 257, 258,
259, 260, 261, 262, 263, 264, 276, 265, 0, 267,
268, 269, 270, 271, 272, 0, 0, 0, 327, 0,
0, 0, 0, 0, 0, 0, 146, 0, 0, 0,
0, 0, 65, 0, 0, 156, 307, 307, 0, 307,
168, 0, 176, 307, 307, 309, 0, 0, 0, 310,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 180, 182, 0, 0,
0, 0, 0, 0, 0, 0, 307, 0, 0, 307,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 307, 307, 0, 0, 0, 0, 307,
307, 0, 0, 0, 0, 0, 307, 0, 307, 0,
0, 0, 0, 0, 301, 0, 298, 0, 282, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 67, 0, 0, 0, 0, 0, 139, 0,
0, 0, 0, 141, 142, 144, 0, 0, 320, 0,
324, 0, 150, 255, 0, 0, 0, 0, 307, 0,
307, 0, 0, 313, 287, 279, 314, 315, 155, 0,
307, 307, 307, 219, 0, 307, 307, 307, 307, 307,
307, 307, 0, 0, 0, 0, 0, 0, 0, 225,
191, 0, 0, 0, 0, 302, 0, 0, 0, 197,
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, 231, 232, 233, 234, 235,
0, 0, 0, 0, 0, 0, 0, 18, 0, 284,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 266, 273, 274, 275, 328, 130, 0,
0, 0, 0, 138, 0, 0, 0, 279, 0, 0,
322, 66, 152, 160, 0, 163, 0, 157, 0, 158,
178, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 187,
0, 0, 0, 0, 0, 0, 0, 0, 166, 0,
307, 307, 0, 307, 0, 0, 0, 0, 0, 0,
307, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 307,
0, 0, 0, 0, 0, 0, 0, 0, 298, 286,
68, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 147, 0, 0, 148, 0,
0, 0, 0, 325, 0, 165, 175, 288, 316, 0,
223, 169, 171, 0, 0, 222, 224, 177, 153, 164,
174, 179, 0, 297, 0, 296, 0, 0, 207, 0,
209, 0, 211, 0, 0, 0, 302, 0, 305, 0,
0, 0, 0, 199, 198, 0, 0, 0, 0, 0,
21, 0, 30, 0, 34, 0, 28, 0, 0, 33,
0, 38, 36, 0, 0, 0, 0, 0, 0, 45,
0, 0, 0, 0, 0, 50, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
143, 145, 0, 151, 0, 0, 0, 0, 161, 0,
221, 220, 187, 0, 183, 0, 0, 0, 0, 0,
0, 215, 0, 0, 0, 304, 307, 303, 307, 0,
0, 307, 0, 0, 302, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 307, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 323, 321,
319, 0, 0, 0, 0, 295, 0, 0, 0, 218,
307, 0, 216, 0, 0, 0, 306, 0, 0, 200,
0, 0, 35, 0, 0, 0, 0, 25, 0, 31,
0, 37, 26, 39, 0, 42, 0, 46, 47, 0,
0, 49, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 149, 0, 0, 181,
0, 0, 0, 0, 0, 213, 0, 0, 307, 307,
167, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 84, 88, 92, 0, 318, 0,
294, 208, 210, 212, 0, 307, 154, 159, 0, 0,
170, 0, 0, 0, 0, 0, 29, 32, 40, 0,
41, 48, 43, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
307, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 317, 0, 0, 307, 0, 0, 0, 0, 0,
24, 27, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 82, 0, 86, 0, 90, 0,
214, 0, 0, 0, 0, 0, 307, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 44, 20, 0, 0, 0, 0, 0, 0, 0,
0, 0, 83, 85, 87, 89, 91, 93, 162, 217,
0, 0, 0, 0, 307, 0, 0, 0, 0, 0,
0, 96, 100, 104, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6, 307, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 173, 0, 0, 0, 0, 0, 0,
0, 0, 0, 94, 0, 98, 0, 102, 0, 307,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 172, 0, 22, 0, 0, 0, 0,
0, 0, 95, 97, 99, 101, 103, 105, 307, 0,
0, 0, 108, 112, 116, 0, 0, 0, 0, 0,
0, 0, 307, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 106, 0, 110, 0, 114, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 107, 109, 111, 113, 115, 117, 0,
120, 124, 128, 23, 0, 0, 0, 0, 0, 0,
0, 118, 0, 122, 0, 126, 0, 0, 0, 0,
0, 0, 119, 121, 123, 125, 127, 129, 0, 0,
0
};
static const short yydefgoto[] = { 1489,
5, 6, 19, 20, 21, 22, 7, 63, 64, 65,
376, 1264, 536, 1214, 1266, 537, 1215, 1268, 538, 1216,
1373, 539, 1346, 1375, 540, 1347, 1377, 541, 1348, 1434,
542, 1420, 1436, 543, 1421, 1438, 544, 1422, 1471, 545,
1465, 1473, 546, 1466, 1475, 547, 1467, 127, 227, 66,
469, 459, 460, 461, 462, 70, 71, 72, 73, 1031,
1032, 74, 75, 78, 781, 294, 130, 439, 163, 164,
222, 369, 863, 958, 959, 440, 701, 581, 702, 131
};
static const short yypact[] = { 1875,
140,-32768,-32768, -29,-32768, 253, 1993,-32768, 12, 166,
172, 176, 191, 260, 296, 29, 32, 61,-32768,-32768,
-32768,-32768, 317, 131, 302, -52, 151, 190, -37, -9,
213, 255, 194, 256, 320, 377, 386, 126, 391, 413,
269, 97, 97, 283, 230, 290, 401, 8, 450, 465,
73, 308, -15, 10,-32768, 324,-32768, 483,-32768, 501,
510, 486,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768, 522, 12, 2015,-32768,
-32768,-32768,-32768,-32768, 352, 352, 525,-32768, 23, 6,
-32768,-32768, 353, 358, 359, 364, 365, 366, 368, 372,
374, 375, 381, 382, 383, 384, 387, 388, 389, 394,
395, 396, 403, 404,-32768,-32768,-32768,-32768, 65, 65,
65,-32768,-32768, 65, 608, 48, 65, 554, 578,-32768,
573, 526,-32768, 65, 65, 65, 65, 406, 65, 65,
407, 65, 65, 65, 16, 65, 408, 409, 417, 16,
421, 424, 434, 435, 436, 441, 442, 97, 97, 97,
65, 65, 11,-32768, 109, 97, 427, 459, 460,-32768,
16, 411, 635,-32768,-32768,-32768, 16, 16, 65, -30,
65, 555, 65, 65,-32768, 637,-32768, 471,-32768, 12,
472, 473, 487, 488, 489, 490, 491, 492, 493, 494,
495, 498, 499, 500, 502, 504, 505, 507, 513, 524,
527, 531, 532, 533, 534, 535, 539, 541, 542, 543,
655, 520, 528, 521, 65, 714,-32768, 97,-32768, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
715, 546, 546, 546, 4772, 716, 4672, 402, 544, 717,
638,-32768,-32768, 65, 65, 65, 65, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 65,-32768, -48,
4795, 2030, 4818, 4841, 65, 4864, 2053, 65, 2076, 4887,
4910, 227, 1536, 6244, 720, 4933, 65, 65, 65, 721,
65, 65, 65, 65, 65, 65, 65, -107,-32768,-32768,
1276, 1846, 97, 97, 420, 420, -22, 65, 65, 65,
1806, 60, 65,-32768, 1823, 722, 729, 4956, 639, 65,
4979, 566, 1156, 5002,-32768, 65, 602, 743, 744, 745,
747, 748, 749, 750, 751, 768, 769, 770, 771, 773,
774, 775, 776, 778, 779, 781, 783, 784, 785, 801,
675, 803, 807, 808, 812, 820, 828,-32768, -7, 831,
834, 832, 4697, 207, 130, 692, 5025, 5048, 5071, 5094,
5117, 5140, 5163, 5186, 5209, 5232, 5255, 2467, 5278, 5301,
5324, 5347, 5370, 5393, 2488, 2509, 2530, 84,-32768, 16,
294, 836, 65, 837, 835, 7,-32768, 1559, 833, 689,
433, 433, -102, -102, -102, -102, 150, 150, 546, 546,
546, 546, 852, 1536, 853, 857, 860, 861, 5416, 862,
864, 5439, 866, 867, 869, 945, 241, 1595,-32768, 19,
65, 870, 2099, 5462, 5485, 65, 2122, 2145, 5508, 5531,
5554, 5577, 5600, 97, 65, 65,-32768,-32768,-32768, 661,
1057,-32768, 678, 65, 2551, 2572, 2593,-32768,-32768,-32768,
65, 4722,-32768, 698, 711, 885, 719, 5623, 887, 65,
65,-32768, 5646, 755, 723, 724, 725, 726, 727, 730,
731, 732, 733, 734, 736, 737, 738, 739, 740, 741,
742, 757, 758, 759, 760, 762, 763, 764, 767, 797,
798, 799, 800, 802,-32768, 903, 805,-32768, 804, 62,
-32768,-32768, 811, 817, 839, 841, 844, 845, 846, 847,
848, 849, 850, 854, 944,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 65,-32768,
-32768,-32768,-32768,-32768,-32768, 65, 65, 65,-32768, 1536,
947, 51, 65, 976, 980, 665,-32768, 1002, 851, 9,
1020, 65,-32768, 173, 97,-32768, 16, 16, 1022, 16,
-32768, 1024,-32768, 16, 16,-32768, 1456, 65, 1570,-32768,
1006, 855, 1025, 1029, 1030, 356, 1033, 1035, 1048, 1049,
1050, 1051, 1053, 127, 2614, 2635,-32768,-32768, 2168, 97,
97, 97, 1028, 1055, 65, 65, 16, 65, 1056, 16,
1651, 529, 1058, 922, 1064, 65, 65, 97, 1066, 1067,
906, 1069, 1070, 16, 16, 1071, 97, 1072, 1073, 16,
16, 1074, 1087, 1096, 1101, 1104, 16, 52, 16, 1107,
1106, 1108, 1109, 1112,-32768, 1110, 352, 1113,-32768, 858,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65, 65,-32768, 5669, 5692, 5715, 5738, 178,-32768, 415,
940, 1116, 1076,-32768,-32768,-32768, 9, 65, 948, 1628,
-32768, 184,-32768, 6244, 1119, 41, 54, 1122, 16, 1124,
16, 1126, 1127,-32768, 1666, 250, 1595,-32768,-32768, 65,
16, 16, 16,-32768, 348, 16, 16, 16, 16, 16,
16, 16, 65, 65, 65, 954, -55, -34, -14,-32768,
-32768, 2656, 2677, 1131, 5761, -40, 1059, 65, 65,-32768,
958, 12, 960, 2698, 2719, -105, 961, 966, 973, 978,
975, 981, 979, 995, 94, 996, 982, 1003, 998, 1001,
1007, 1018, 1019, 1021, 1027,-32768,-32768,-32768,-32768,-32768,
1026, 1040, 1041, 1043, 1045, 1031, 1046,-32768, 1047, 207,
1193, 2740, 2761, 2782, 2803, 2824, 2845, 2866, 2887, 2908,
2929, 2950, 2971,-32768,-32768,-32768,-32768,-32768, 1199, 65,
1228, 1240, 7,-32768, 1239, 4747, 1162, 133, 2992, 9,
-32768,-32768,-32768,-32768, 97,-32768, 1242,-32768, 1244,-32768,
-32768, 65, 1499, 3013, 1246, 1247, 1248, 65, 65, 1249,
1250, 1261, 1263, 1270, 1280, 1281, 2191, 5784, 1622, 420,
97, 1282, 97, 1283, 97, 3, 65, 65,-32768, 1285,
16, 16, 1207, 16, 229, 5807, 65, 12, 1290, 65,
16, 1288, 1292, 1291, 1135, 1295, 52, 1296, 1293, 65,
1308, 1321, 1319, 1322, 1324, 52, 65, 65, 65, 16,
1334, 1327, 52, 65, 1338, 1339, 1337, 65, 352,-32768,
-32768, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65, 65, 65, 1340, 1118,-32768, 1341, 1343,-32768, 1166,
1167, 65, 65,-32768, 67,-32768,-32768, 6244,-32768, 65,
-32768,-32768,-32768, 1217, 1451,-32768,-32768,-32768,-32768,-32768,
-32768,-32768, 1170,-32768, 65,-32768, 1171, 135,-32768, 187,
-32768, 197,-32768, 40, 3034, 3055, -40, 200,-32768, 235,
1173, 1267, 65,-32768,-32768, 3076, 12, 1176, 3097, 1175,
-32768, 1177,-32768, 1178,-32768, 1180,-32768, 1179, 5830,-32768,
1187,-32768,-32768, 1200, 1210, 5853, 3118, 5876, 1189,-32768,
1211, 1216, 3139, 1213, 1218,-32768, 3160, 1219, 3181, 3202,
3223, 3244, 3265, 3286, 3307, 3328, 3349, 3370, 3391, 3412,
-32768,-32768, 9,-32768, 1310, 1393, 2214, 3433,-32768, 3454,
-32768,-32768, 420, 1935,-32768, 65, 65, 65, 1394, 1227,
-12,-32768, 65, 65, 1325,-32768, 16,-32768, 16, 65,
2237, 16, 1268, 1403, -40, 52, 1408, 65, 1406, 52,
1407, 1411, 1410, 1416, 1418, 65, 1420, 16, 1421, 1422,
65, 1414, 1428, 65, 1439, 65, 65, 65, 65, 65,
65, 65, 65, 65, 65, 65, 65, 1444,-32768,-32768,
-32768, 65, 1446, 1271, 65,-32768, 2260, 2283, 2306,-32768,
16, 1447,-32768, 2329, 2352, 1284,-32768, 1309, 1524,-32768,
1306, 12,-32768, 1311, 1312, 1313, 3475,-32768, 1286,-32768,
1287,-32768,-32768,-32768, 5899,-32768, 1314,-32768,-32768, 5922,
1320,-32768, 5945, 1315, 3496, 3517, 3538, 3559, 3580, 3601,
3622, 3643, 3664, 5968, 5991, 6014,-32768, 2001, 1317,-32768,
2375, 1457, 1483, 15, 1318,-32768, 1492, 1493, 16, 16,
-32768, 1494, 12, 52, 52, 52, 52, 1495, 1498, 1525,
52, 1526, 1527, 1528, 1500, 65, 65, 65, 65, 65,
65, 65, 65, 65,-32768,-32768,-32768, 65,-32768, 1530,
-32768,-32768,-32768,-32768, 40, 16,-32768,-32768, 1357, 1356,
-32768, 12, 1359, 1362, 1367, 1369,-32768,-32768,-32768, 1389,
-32768,-32768,-32768, 1390, 3685, 3706, 3727, 3748, 3769, 3790,
3811, 3832, 3853, 1391, 1392, 1395, 2398, 1397, -11, 1398,
16, 1490, 1459, 52, 52, 1603, 1615, 52, 1617, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 65,
65,-32768, 1618, 1620, 16, 1448, 1455, 12, 1449, 1481,
-32768,-32768, 1452, 1461, 3874, 3895, 3916, 3937, 3958, 3979,
4000, 4021, 4042, 246, 6244, 259, 6244, 273, 6244, 1480,
-32768, 1484, 1584, 65, 12, 52, 16, 1660, 1661, 65,
65, 65, 65, 65, 65, 65, 65, 65, 65, 1663,
65, 1664, 65, 1665, 1669, 1686, 1513, 4063, 12, 1515,
1516,-32768,-32768, 4084, 4105, 4126, 4147, 4168, 4189, 6037,
6060, 6083, 6244,-32768, 6244,-32768, 6244,-32768,-32768,-32768,
65, 65, 1549, 52, 16, 65, 65, 65, 65, 65,
65,-32768,-32768,-32768, 4210, 2421, 1550, 1522, 1523, 4231,
4252, 4273, 4294, 4315, 4336, 1531, 1537, 1547, 65, 1697,
-32768, 16, 52, 65, 65, 65, 65, 65, 65, 65,
65, 65, 2444,-32768, 1529, 1497, 4357, 4378, 4399, 4420,
4441, 4462, 280, 6244, 281, 6244, 298, 6244, 1698, 16,
1700, 65, 65, 65, 65, 65, 65, 65, 1701, 65,
1722, 65, 1723,-32768, 1551,-32768, 4483, 4504, 4525, 6106,
6129, 6152, 6244,-32768, 6244,-32768, 6244,-32768, 16, 65,
65, 65,-32768,-32768,-32768, 1552, 4546, 4567, 4588, 1555,
1556, 1558, 16, 65, 65, 65, 65, 65, 65, 1561,
4609, 4630, 4651, 304, 6244, 311, 6244, 315, 6244, 52,
65, 65, 65, 65, 1735, 65, 1736, 65, 1737, 1571,
6175, 6198, 6221, 6244,-32768, 6244,-32768, 6244,-32768, 1739,
-32768,-32768,-32768,-32768, 1567, 1573, 1583, 65, 65, 65,
318, 6244, 322, 6244, 327, 6244, 65, 1758, 65, 1759,
65, 1761, 6244,-32768, 6244,-32768, 6244,-32768, 1769, 1770,
-32768
};
static const short yypgoto[] = {-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
1251,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768, -253, -20,-32768,
1764, 1765, -309, 234, 1767,-32768,-32768,-32768,-32768, 605,
-1027,-32768,-32768, -72, -869, -23,-32768, 1194, 276,-32768,
-85,-32768, -939, 932, 357, -408, -695, 983,-32768,-32768
};
#define YYLAST 6417
static const short yytable[] = { 129,
223, 815, 128, 1093, 403, 190, 463, 976, 953, 228,
579, 172, 699, 182, 76, 584, 985, 1035, 88, 292,
1184, 138, 180, 992, 92, 93, 94, 95, 96, 97,
98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 823, 1029, 1029, 141,
329, 258, 1030, 1030, 690, 313, 314, 313, 314, 824,
273, 274, 275, 276, 277, 470, 471, 88, 89, 872,
278, 454, 1019, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 252, 253, 254, 825, 1029,
255, 257, 173, 261, 1030, 1104, 177, 313, 314, 178,
281, 282, 283, 284, 9, 286, 287, 337, 289, 290,
291, 134, 296, 851, 924, 852, 423, 135, 313, 314,
424, 259, 260, 861, 691, 692, 139, 311, 312, 862,
313, 314, 140, 330, 853, 8, 854, 573, 313, 314,
776, 777, 778, 779, 780, 328, 464, 331, 181, 333,
334, 688, 150, 151, 855, 152, 856, 515, 1092, 1244,
142, 516, 79, 313, 314, 77, 1105, 80, 119, 120,
1109, 81, 954, 183, 121, 229, 580, 174, 700, 124,
315, 1093, 122, 123, 1185, 293, 82, 599, 225, 600,
226, 373, 85, 313, 314, 86, 377, 378, 379, 380,
381, 382, 383, 384, 385, 386, 387, 388, 389, 390,
391, 392, 393, 394, 395, 396, 397, 119, 120, 313,
314, 122, 123, 121, 87, 145, 963, 404, 124, 668,
408, 409, 410, 411, 412, 413, 414, 415, 416, 417,
418, 419, 420, 421, 422, 10, 313, 314, 569, 159,
160, 429, 570, 167, 432, 83, 168, 169, 881, 438,
161, 313, 314, 443, 444, 445, 162, 447, 448, 449,
450, 451, 452, 453, 1193, 1194, 1195, 1196, 316, 313,
314, 1200, 313, 314, 465, 466, 467, 313, 314, 472,
91, 84, 122, 123, 132, 733, 478, 133, 225, 522,
226, 922, 483, 1026, 275, 276, 277, 1078, 165, 88,
89, 90, 278, 91, 136, 92, 93, 94, 95, 96,
97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
107, 108, 109, 110, 111, 112, 113, 705, 114, 313,
314, 599, 808, 521, 1249, 1250, 599, 147, 1253, 313,
314, 724, 820, 137, 821, 1027, 11, 12, 13, 14,
15, 16, 17, 18, 1036, 1028, 122, 123, 1037, 576,
574, 264, 265, 266, 267, 268, 143, 269, 270, 271,
272, 273, 274, 275, 276, 277, 122, 123, 838, 839,
438, 278, 436, 321, 226, 725, 1300, 325, 402, 964,
122, 123, 373, 1037, 148, 1038, 597, 601, 226, 122,
123, 809, 606, 149, 1289, 833, 1290, 226, 144, 146,
153, 615, 616, 308, 309, 310, 810, 1291, 171, 1292,
619, 317, 115, 116, 117, 118, 154, 623, 158, 155,
156, 1293, 157, 1294, 1338, 175, 631, 632, 1388, 1390,
1389, 1391, 166, 122, 123, 115, 116, 117, 118, 170,
176, 572, 41, 42, 43, 44, 1392, 46, 1393, 119,
120, 179, 1444, 1366, 1445, 121, 122, 123, 185, 1446,
124, 1447, 125, 1448, 126, 1449, 1477, 184, 1478, 669,
1479, 295, 1480, 375, 186, 1481, 300, 1482, 264, 265,
266, 267, 268, 187, 269, 270, 271, 272, 273, 274,
275, 276, 277, 188, 189, 221, 230, 322, 278, 224,
280, 231, 232, 326, 327, 684, 749, 233, 234, 235,
947, 236, 685, 686, 687, 237, 438, 238, 239, 693,
115, 116, 117, 118, 240, 241, 242, 243, 704, 262,
244, 245, 246, 115, 116, 117, 118, 247, 248, 249,
1450, 122, 123, 373, 715, 717, 250, 251, 279, 285,
288, 789, 298, 263, 122, 123, 323, 297, 457, 458,
299, 269, 270, 271, 272, 273, 274, 275, 276, 277,
301, 742, 743, 302, 745, 278, 318, 303, 304, 305,
88, 89, 754, 755, 306, 307, 92, 93, 94, 95,
96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
106, 107, 108, 109, 110, 111, 112, 113, 319, 320,
324, 332, 335, 407, 336, 338, 339, 792, 793, 794,
795, 796, 797, 798, 799, 800, 801, 802, 803, 368,
340, 341, 342, 343, 344, 345, 346, 347, 348, 811,
696, 349, 350, 351, 816, 352, 819, 353, 354, 868,
355, 264, 265, 266, 267, 268, 356, 269, 270, 271,
272, 273, 274, 275, 276, 277, 834, 357, 370, 372,
358, 278, 371, 750, 359, 360, 361, 362, 363, 847,
848, 849, 364, 1084, 365, 366, 367, 374, 278, 398,
477, 405, 400, 406, 865, 866, 441, 446, 474, 614,
264, 265, 266, 267, 268, 475, 269, 270, 271, 272,
273, 274, 275, 276, 277, 480, 484, 485, 486, 487,
278, 488, 489, 490, 491, 492, 571, 523, 524, 525,
526, 527, 528, 529, 530, 531, 532, 533, 534, 900,
119, 120, 493, 494, 495, 496, 121, 497, 498, 499,
500, 124, 501, 502, 256, 503, 915, 504, 505, 506,
264, 265, 266, 267, 268, 967, 269, 270, 271, 272,
273, 274, 275, 276, 277, 507, 508, 509, 928, 373,
278, 510, 511, 998, 934, 935, 512, 264, 265, 266,
267, 268, 513, 269, 270, 271, 272, 273, 274, 275,
276, 277, 514, 955, 956, 517, 519, 278, 578, 518,
575, 617, 577, 966, 267, 268, 969, 269, 270, 271,
272, 273, 274, 275, 276, 277, 979, 583, 618, 585,
706, 278, 586, 986, 987, 988, 587, 588, 590, 591,
993, 593, 535, 594, 997, 595, 602, 625, 999, 1000,
1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010,
626, 627, 628, 630, 1043, 737, 738, 739, 1017, 1018,
634, 635, 636, 637, 638, 639, 1020, 665, 640, 641,
642, 643, 644, 756, 645, 646, 647, 648, 649, 650,
651, 1024, 765, 523, 524, 525, 526, 527, 528, 529,
530, 531, 532, 533, 534, 652, 653, 654, 655, 1041,
656, 657, 658, 707, 708, 659, 710, 88, 89, 683,
712, 713, 689, 92, 93, 94, 95, 96, 97, 98,
99, 100, 101, 102, 103, 104, 105, 106, 107, 108,
109, 110, 111, 112, 113, 660, 661, 662, 663, 666,
664, 694, 667, 744, 671, 695, 747, 266, 267, 268,
672, 269, 270, 271, 272, 273, 274, 275, 276, 277,
762, 763, 1087, 1088, 1089, 278, 768, 769, 697, 1094,
1095, 719, 673, 775, 674, 782, 1099, 675, 676, 677,
678, 679, 680, 681, 1107, 703, 698, 682, 709, 1153,
711, 721, 1115, 740, 720, 722, 723, 1120, 791, 726,
1123, 727, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132,
1133, 1134, 1135, 1136, 728, 729, 730, 731, 1138, 732,
741, 1141, 746, 752, 751, 827, 753, 829, 757, 758,
759, 760, 761, 764, 766, 767, 770, 835, 836, 837,
1192, 814, 840, 841, 842, 843, 844, 845, 846, 771,
26, 27, 28, 29, 30, 31, 32, 33, 772, 34,
925, 36, 37, 773, 39, 40, 774, 119, 120, 783,
784, 786, 785, 121, 787, 788, 790, 812, 124, 1223,
51, 596, 813, 1012, 822, 817, 948, 826, 950, 828,
952, 830, 831, 850, 52, 53, 859, 867, 869, 873,
874, 864, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212,
1213, 875, 876, 877, 1217, 878, 883, 879, 264, 265,
266, 267, 268, 481, 269, 270, 271, 272, 273, 274,
275, 276, 277, 880, 882, 1275, 885, 884, 278, 886,
264, 265, 266, 267, 268, 887, 269, 270, 271, 272,
273, 274, 275, 276, 277, 62, 888, 889, 901, 890,
278, 891, 1299, 914, 892, 897, 1255, 1256, 1257, 1258,
1259, 1260, 1261, 1262, 1263, 1265, 1267, 1269, 893, 894,
962, 895, 1021, 896, 898, 899, 1323, 970, 264, 265,
266, 267, 268, 916, 269, 270, 271, 272, 273, 274,
275, 276, 277, 917, 919, 921, 989, 926, 278, 927,
1298, 931, 932, 933, 936, 937, 1304, 1305, 1306, 1307,
1308, 1309, 1310, 1311, 1312, 1313, 938, 1315, 939, 1317,
264, 265, 266, 267, 268, 940, 269, 270, 271, 272,
273, 274, 275, 276, 277, 941, 942, 949, 951, 961,
278, 957, 968, 971, 972, 978, 973, 1335, 1336, 974,
975, 977, 1340, 1341, 1342, 1343, 1344, 1345, 264, 265,
266, 267, 268, 980, 269, 270, 271, 272, 273, 274,
275, 276, 277, 981, 982, 1363, 984, 983, 278, 991,
1367, 1368, 1369, 1370, 1371, 1372, 1374, 1376, 1378, 990,
994, 995, 996, 1015, 1016, 1011, 1040, 1013, 1014, 1023,
1044, 1025, 1039, 1046, 1049, 1047, 1048, 1050, 1397, 1398,
1399, 1400, 1401, 1402, 1403, 1052, 1405, 1058, 1407, 264,
265, 266, 267, 268, 1053, 269, 270, 271, 272, 273,
274, 275, 276, 277, 1054, 1059, 1417, 1418, 1419, 278,
1060, 1062, 1063, 1097, 1079, 1098, 1080, 1065, 1101, 1090,
1431, 1432, 1433, 1435, 1437, 1439, 1091, 1096, 1103, 1102,
1106, 1108, 1110, 1111, 1117, 1112, 1121, 1451, 1452, 1453,
1454, 1113, 1456, 1114, 1458, 1116, 1118, 1119, 264, 265,
266, 267, 268, 1122, 269, 270, 271, 272, 273, 274,
275, 276, 277, 1124, 1472, 1474, 1476, 1145, 278, 1137,
1139, 1140, 1146, 1483, 455, 1485, 1022, 1487, 88, 89,
1158, 1159, 1182, 1149, 92, 93, 94, 95, 96, 97,
98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 1152, 1150, 1183, 1154,
1155, 1156, 1161, 1165, 1163, 1180, 1186, 1187, 1188, 1191,
1197, 88, 89, 1198, 1204, 1189, 1190, 92, 93, 94,
95, 96, 97, 98, 99, 100, 101, 102, 103, 104,
105, 106, 107, 108, 109, 110, 111, 112, 113, 1151,
1199, 1201, 1202, 1203, 1218, 1221, 1222, 1224, 88, 437,
1225, 1226, 1220, 1227, 92, 93, 94, 95, 96, 97,
98, 99, 100, 101, 102, 103, 104, 105, 106, 107,
108, 109, 110, 111, 112, 113, 582, 1228, 1229, 1247,
1239, 1240, 88, 716, 1241, 1243, 1245, 1246, 92, 93,
94, 95, 96, 97, 98, 99, 100, 101, 102, 103,
104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
1248, 1272, 598, 264, 265, 266, 267, 268, 1251, 269,
270, 271, 272, 273, 274, 275, 276, 277, 119, 120,
1252, 1254, 1270, 278, 121, 1271, 1278, 1276, 1273, 124,
88, 818, 714, 1301, 1274, 1279, 92, 93, 94, 95,
96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
106, 107, 108, 109, 110, 111, 112, 113, 748, 1277,
1295, 119, 120, 1297, 1296, 1302, 1303, 121, 1314, 1316,
1318, 1381, 124, 832, 1319, 929, 264, 265, 266, 267,
268, 1339, 269, 270, 271, 272, 273, 274, 275, 276,
277, 1320, 1321, 1324, 1325, 1337, 278, 1351, 119, 120,
1352, 1353, 1364, 1394, 121, 1396, 1404, 1380, 1365, 124,
1360, 264, 265, 266, 267, 268, 1361, 269, 270, 271,
272, 273, 274, 275, 276, 277, 1362, 1406, 1408, 1409,
1423, 278, 119, 120, 1427, 1428, 1395, 1429, 121, 1440,
1455, 1457, 1459, 124, 1464, 1460, 1468, 264, 265, 266,
267, 268, 1469, 269, 270, 271, 272, 273, 274, 275,
276, 277, 1470, 1484, 1486, 1416, 1488, 278, 1490, 1491,
67, 68, 670, 69, 264, 265, 266, 267, 268, 1430,
269, 270, 271, 272, 273, 274, 275, 276, 277, 1219,
119, 120, 718, 960, 278, 918, 121, 0, 0, 0,
945, 124, 946, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 264, 265,
266, 267, 268, 278, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 26,
27, 28, 29, 30, 31, 32, 33, 0, 34, 0,
36, 37, 0, 39, 40, 0, 26, 27, 28, 29,
30, 31, 32, 33, 0, 34, 0, 36, 37, 51,
39, 40, 0, 0, -8, 1, 0, -8, -51, 0,
0, 0, 0, 52, 53, 0, 51, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
52, 53, 0, 0, 0, -51, 0, -51, -51, -51,
-51, -51, -51, -51, -51, -51, 0, -51, -51, -51,
-51, -51, -51, -51, 0, 0, 0, -51, -51, -51,
-51, -51, -51, 0, -51, -51, -51, -51, -51, 0,
0, 0, 0, 0, 62, 0, 0, 0, 0, 0,
0, 0, -51, -51, 0, 0, 0, 0, 0, 0,
-51, 62, -51, -51, -51, -51, -51, -51, -51, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 468, 0, -8, -8,
-8, -8, -8, -8, -8, -8, 23, 0, 264, 265,
266, 267, 268, 473, 269, 270, 271, 272, 273, 274,
275, 276, 277, -51, 2, 3, 0, 4, 278, 0,
0, 0, 0, 24, 456, 25, 26, 27, 28, 29,
30, 31, 32, 33, 0, 34, 35, 36, 37, 38,
39, 40, 0, 0, 0, 41, 42, 43, 44, 45,
46, 191, 47, 48, 49, 50, 51, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
52, 53, 0, 0, 0, 0, 0, 0, 54, 0,
55, 56, 57, 58, 59, 60, 61, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 0,
192, 193, 194, 1085, 0, 1086, 0, 0, 195, 196,
197, 198, 199, 200, 201, 202, 203, 204, 0, 0,
0, 62, 0, 0, 0, 0, 205, 206, 207, 208,
209, 210, 211, 212, 213, 214, 0, 215, 216, 217,
218, 219, 220, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 0, 0, 0, 0, 1178,
0, 1179, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 0, 264, 265, 266, 267, 268,
426, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 0, 264, 265,
266, 267, 268, 431, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
0, 264, 265, 266, 267, 268, 433, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 0, 264, 265, 266, 267, 268, 603,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 0, 264, 265, 266,
267, 268, 607, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 0,
264, 265, 266, 267, 268, 608, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 0, 264, 265, 266, 267, 268, 736, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 0, 264, 265, 266, 267,
268, 943, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 0, 264,
265, 266, 267, 268, 1081, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 0, 264, 265, 266, 267, 268, 1100, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 0, 264, 265, 266, 267, 268,
1142, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 0, 264, 265,
266, 267, 268, 1143, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
0, 264, 265, 266, 267, 268, 1144, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 0, 264, 265, 266, 267, 268, 1147,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 0, 264, 265, 266,
267, 268, 1148, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 0,
264, 265, 266, 267, 268, 1181, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 0, 264, 265, 266, 267, 268, 1242, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 0, 264, 265, 266, 267,
268, 1350, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 0, 264,
265, 266, 267, 268, 1379, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 559, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 566, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 567, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 568, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 620,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
621, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 622, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 734, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 735, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 857, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 858, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 870, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 871, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 902, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 903,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
904, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 905, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 906, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 907, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 908, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 909, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 910, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 911, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 912, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 913,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
923, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 930, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1033, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1034, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1042, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1045, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1056, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1061, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1064, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1066,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1067, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1068, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1069, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1070, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1071, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1072, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1073, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1074, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1075, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1076,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1077, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1082, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1083, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1157, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1166, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1167, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1168, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1169, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1170, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1171,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1172, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1173, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1174, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1230, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1231, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1232, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1233, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1234, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1235, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1236,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1237, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1238, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1280, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1281, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1282, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1283, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1284, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1285, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1286, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1287,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1288, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1322, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1326, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1327, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1328, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1329, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1330, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1331, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1349, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1354,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1355, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1356, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1357, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1358, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1359, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1382, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1383, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1384, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1385, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1386,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 264, 265, 266, 267, 268,
1387, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 264, 265, 266, 267,
268, 1410, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 264, 265, 266,
267, 268, 1411, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 264, 265,
266, 267, 268, 1412, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 264,
265, 266, 267, 268, 1424, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
264, 265, 266, 267, 268, 1425, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 264, 265, 266, 267, 268, 1426, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 264, 265, 266, 267, 268, 1441, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 264, 265, 266, 267, 268, 1442, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 264, 265, 266, 267, 268, 1443,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 0, 0, 401, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 0, 0, 520, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 0, 0, 624, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 0, 0, 920, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 399, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 425,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 427, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 428, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 430, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 434, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 435, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 442, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
476, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 479, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 482, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 548,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 549, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 550, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 551, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 552, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 553, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 554, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
555, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 556, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 557, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 558,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 560, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 561, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 562, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 563, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 564, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 565, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
589, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 592, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 604, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 605,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 609, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 610, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 611, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 612, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 613, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 629, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
633, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 804, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 805, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 806,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 807, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 860, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 944, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 965, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 1051, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 1055, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
1057, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 1160, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 1162, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 1164,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 1175, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 1176, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278, 0, 1177, 264,
265, 266, 267, 268, 0, 269, 270, 271, 272, 273,
274, 275, 276, 277, 0, 0, 0, 0, 0, 278,
0, 1332, 264, 265, 266, 267, 268, 0, 269, 270,
271, 272, 273, 274, 275, 276, 277, 0, 0, 0,
0, 0, 278, 0, 1333, 264, 265, 266, 267, 268,
0, 269, 270, 271, 272, 273, 274, 275, 276, 277,
0, 0, 0, 0, 0, 278, 0, 1334, 264, 265,
266, 267, 268, 0, 269, 270, 271, 272, 273, 274,
275, 276, 277, 0, 0, 0, 0, 0, 278, 0,
1413, 264, 265, 266, 267, 268, 0, 269, 270, 271,
272, 273, 274, 275, 276, 277, 0, 0, 0, 0,
0, 278, 0, 1414, 264, 265, 266, 267, 268, 0,
269, 270, 271, 272, 273, 274, 275, 276, 277, 0,
0, 0, 0, 0, 278, 0, 1415, 264, 265, 266,
267, 268, 0, 269, 270, 271, 272, 273, 274, 275,
276, 277, 0, 0, 0, 0, 0, 278, 0, 1461,
264, 265, 266, 267, 268, 0, 269, 270, 271, 272,
273, 274, 275, 276, 277, 0, 0, 0, 0, 0,
278, 0, 1462, 264, 265, 266, 267, 268, 0, 269,
270, 271, 272, 273, 274, 275, 276, 277, 0, 0,
0, 0, 0, 278, 0, 1463, 264, 265, 266, 267,
268, 0, 269, 270, 271, 272, 273, 274, 275, 276,
277, 0, 0, 0, 0, 0, 278
};
static const short yycheck[] = { 23,
86, 697, 23, 1031, 258, 78, 316, 877, 6, 4,
4, 4, 4, 4, 3, 424, 886, 957, 3, 4,
6, 59, 38, 893, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 6, 60, 60, 59,
81, 4, 65, 65, 4, 163, 164, 163, 164, 6,
163, 164, 165, 166, 167, 6, 7, 3, 4, 175,
173, 179, 6, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, 30, 119, 120, 121, 45, 60,
124, 125, 95, 127, 65, 1045, 34, 163, 164, 37,
134, 135, 136, 137, 144, 139, 140, 190, 142, 143,
144, 174, 146, 179, 820, 181, 175, 180, 163, 164,
179, 84, 85, 174, 84, 85, 174, 161, 162, 180,
163, 164, 180, 174, 179, 6, 181, 401, 163, 164,
99, 100, 101, 102, 103, 179, 179, 181, 174, 183,
184, 570, 37, 38, 179, 40, 181, 175, 181, 181,
180, 179, 7, 163, 164, 164, 1046, 6, 163, 164,
1050, 6, 180, 174, 169, 180, 180, 180, 180, 174,
180, 1219, 170, 171, 180, 180, 6, 179, 176, 181,
178, 225, 174, 163, 164, 174, 230, 231, 232, 233,
234, 235, 236, 237, 238, 239, 240, 241, 242, 243,
244, 245, 246, 247, 248, 249, 250, 163, 164, 163,
164, 170, 171, 169, 174, 42, 8, 258, 174, 178,
264, 265, 266, 267, 268, 269, 270, 271, 272, 273,
274, 275, 276, 277, 278, 3, 163, 164, 175, 163,
164, 285, 179, 34, 288, 6, 37, 38, 175, 293,
174, 163, 164, 297, 298, 299, 180, 301, 302, 303,
304, 305, 306, 307, 1154, 1155, 1156, 1157, 180, 163,
164, 1161, 163, 164, 318, 319, 320, 163, 164, 323,
7, 6, 170, 171, 174, 179, 330, 6, 176, 180,
178, 179, 336, 179, 165, 166, 167, 1013, 43, 3,
4, 5, 173, 7, 174, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23,
24, 25, 26, 27, 28, 29, 30, 175, 32, 163,
164, 179, 175, 374, 1224, 1225, 179, 38, 1228, 163,
164, 6, 179, 174, 181, 179, 114, 115, 116, 117,
118, 119, 120, 121, 175, 179, 170, 171, 179, 403,
401, 153, 154, 155, 156, 157, 174, 159, 160, 161,
162, 163, 164, 165, 166, 167, 170, 171, 51, 52,
424, 173, 176, 170, 178, 50, 1276, 174, 7, 181,
170, 171, 436, 179, 38, 181, 176, 441, 178, 170,
171, 7, 446, 38, 179, 176, 181, 178, 174, 174,
40, 455, 456, 158, 159, 160, 690, 179, 38, 181,
464, 166, 149, 150, 151, 152, 34, 471, 180, 37,
38, 179, 40, 181, 1324, 6, 480, 481, 179, 179,
181, 181, 180, 170, 171, 149, 150, 151, 152, 180,
6, 178, 53, 54, 55, 56, 179, 58, 181, 163,
164, 174, 179, 1353, 181, 169, 170, 171, 6, 179,
174, 181, 176, 179, 178, 181, 179, 174, 181, 520,
179, 145, 181, 228, 4, 179, 150, 181, 153, 154,
155, 156, 157, 4, 159, 160, 161, 162, 163, 164,
165, 166, 167, 38, 3, 174, 174, 171, 173, 5,
5, 174, 174, 177, 178, 559, 8, 174, 174, 174,
850, 174, 566, 567, 568, 174, 570, 174, 174, 573,
149, 150, 151, 152, 174, 174, 174, 174, 582, 6,
174, 174, 174, 149, 150, 151, 152, 174, 174, 174,
1440, 170, 171, 597, 598, 599, 174, 174, 6, 174,
174, 667, 174, 6, 170, 171, 176, 180, 313, 314,
174, 159, 160, 161, 162, 163, 164, 165, 166, 167,
180, 625, 626, 180, 628, 173, 180, 174, 174, 174,
3, 4, 636, 637, 174, 174, 9, 10, 11, 12,
13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30, 180, 180,
6, 87, 6, 6, 174, 174, 174, 671, 672, 673,
674, 675, 676, 677, 678, 679, 680, 681, 682, 5,
174, 174, 174, 174, 174, 174, 174, 174, 174, 690,
6, 174, 174, 174, 698, 174, 700, 174, 174, 752,
174, 153, 154, 155, 156, 157, 174, 159, 160, 161,
162, 163, 164, 165, 166, 167, 720, 174, 179, 179,
174, 173, 175, 175, 174, 174, 174, 174, 174, 733,
734, 735, 174, 1023, 174, 174, 174, 4, 173, 5,
82, 178, 7, 7, 748, 749, 7, 7, 7, 454,
153, 154, 155, 156, 157, 7, 159, 160, 161, 162,
163, 164, 165, 166, 167, 180, 145, 5, 5, 5,
173, 5, 5, 5, 5, 5, 400, 66, 67, 68,
69, 70, 71, 72, 73, 74, 75, 76, 77, 790,
163, 164, 5, 5, 5, 5, 169, 5, 5, 5,
5, 174, 5, 5, 177, 5, 810, 5, 5, 5,
153, 154, 155, 156, 157, 868, 159, 160, 161, 162,
163, 164, 165, 166, 167, 5, 132, 5, 832, 833,
173, 5, 5, 899, 838, 839, 5, 153, 154, 155,
156, 157, 3, 159, 160, 161, 162, 163, 164, 165,
166, 167, 5, 857, 858, 5, 5, 173, 4, 6,
5, 181, 6, 867, 156, 157, 870, 159, 160, 161,
162, 163, 164, 165, 166, 167, 880, 6, 181, 7,
585, 173, 6, 887, 888, 889, 7, 7, 7, 6,
894, 6, 181, 7, 898, 7, 7, 180, 902, 903,
904, 905, 906, 907, 908, 909, 910, 911, 912, 913,
180, 7, 174, 7, 967, 620, 621, 622, 922, 923,
146, 179, 179, 179, 179, 179, 930, 5, 179, 179,
179, 179, 179, 638, 179, 179, 179, 179, 179, 179,
179, 945, 647, 66, 67, 68, 69, 70, 71, 72,
73, 74, 75, 76, 77, 179, 179, 179, 179, 963,
179, 179, 179, 587, 588, 179, 590, 3, 4, 6,
594, 595, 6, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25,
26, 27, 28, 29, 30, 179, 179, 179, 179, 175,
179, 6, 179, 627, 174, 6, 630, 155, 156, 157,
174, 159, 160, 161, 162, 163, 164, 165, 166, 167,
644, 645, 1026, 1027, 1028, 173, 650, 651, 7, 1033,
1034, 6, 174, 657, 174, 659, 1040, 174, 174, 174,
174, 174, 174, 174, 1048, 6, 176, 174, 7, 1102,
7, 7, 1056, 6, 180, 7, 7, 1061, 181, 7,
1064, 7, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073,
1074, 1075, 1076, 1077, 7, 7, 7, 7, 1082, 7,
6, 1085, 7, 142, 7, 709, 3, 711, 3, 3,
165, 3, 3, 3, 3, 3, 3, 721, 722, 723,
1153, 6, 726, 727, 728, 729, 730, 731, 732, 3,
34, 35, 36, 37, 38, 39, 40, 41, 3, 43,
825, 45, 46, 3, 48, 49, 3, 163, 164, 3,
5, 3, 5, 169, 3, 6, 4, 178, 174, 1192,
64, 177, 7, 6, 6, 178, 851, 6, 853, 6,
855, 6, 6, 180, 78, 79, 6, 180, 179, 179,
175, 83, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173,
1174, 179, 175, 179, 1178, 175, 175, 179, 153, 154,
155, 156, 157, 8, 159, 160, 161, 162, 163, 164,
165, 166, 167, 179, 179, 1248, 179, 175, 173, 179,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, 139, 179, 179, 6, 179,
173, 175, 1275, 5, 179, 175, 1230, 1231, 1232, 1233,
1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 179, 179,
864, 179, 6, 179, 179, 179, 1299, 871, 153, 154,
155, 156, 157, 6, 159, 160, 161, 162, 163, 164,
165, 166, 167, 4, 6, 84, 890, 6, 173, 6,
1274, 6, 6, 6, 6, 6, 1280, 1281, 1282, 1283,
1284, 1285, 1286, 1287, 1288, 1289, 6, 1291, 6, 1293,
153, 154, 155, 156, 157, 6, 159, 160, 161, 162,
163, 164, 165, 166, 167, 6, 6, 6, 6, 83,
173, 7, 3, 6, 3, 3, 6, 1321, 1322, 165,
6, 6, 1326, 1327, 1328, 1329, 1330, 1331, 153, 154,
155, 156, 157, 6, 159, 160, 161, 162, 163, 164,
165, 166, 167, 3, 6, 1349, 3, 6, 173, 3,
1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 6,
3, 3, 6, 178, 178, 6, 80, 7, 6, 180,
175, 181, 180, 179, 175, 179, 179, 179, 1382, 1383,
1384, 1385, 1386, 1387, 1388, 179, 1390, 179, 1392, 153,
154, 155, 156, 157, 175, 159, 160, 161, 162, 163,
164, 165, 166, 167, 175, 175, 1410, 1411, 1412, 173,
175, 179, 175, 1037, 85, 1039, 4, 179, 1042, 6,
1424, 1425, 1426, 1427, 1428, 1429, 180, 83, 6, 142,
3, 6, 6, 3, 1058, 6, 3, 1441, 1442, 1443,
1444, 6, 1446, 6, 1448, 6, 6, 6, 153, 154,
155, 156, 157, 6, 159, 160, 161, 162, 163, 164,
165, 166, 167, 5, 1468, 1469, 1470, 1091, 173, 6,
5, 181, 6, 1477, 179, 1479, 6, 1481, 3, 4,
175, 175, 6, 180, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 181, 179, 6, 179,
179, 179, 179, 179, 175, 179, 179, 6, 6, 6,
6, 3, 4, 6, 5, 1149, 1150, 9, 10, 11,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, 30, 6,
6, 6, 6, 6, 5, 179, 181, 179, 3, 4,
179, 175, 1186, 175, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 8, 179, 179, 80,
180, 180, 3, 4, 180, 179, 179, 1221, 9, 10,
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
142, 1245, 8, 153, 154, 155, 156, 157, 6, 159,
160, 161, 162, 163, 164, 165, 166, 167, 163, 164,
6, 5, 5, 173, 169, 6, 175, 179, 181, 174,
3, 4, 177, 1277, 180, 175, 9, 10, 11, 12,
13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30, 8, 179,
181, 163, 164, 80, 181, 6, 6, 169, 6, 6,
6, 175, 174, 8, 6, 177, 153, 154, 155, 156,
157, 1325, 159, 160, 161, 162, 163, 164, 165, 166,
167, 6, 180, 179, 179, 147, 173, 148, 163, 164,
179, 179, 6, 6, 169, 6, 6, 179, 1352, 174,
180, 153, 154, 155, 156, 157, 180, 159, 160, 161,
162, 163, 164, 165, 166, 167, 180, 6, 6, 179,
179, 173, 163, 164, 180, 180, 1380, 180, 169, 179,
6, 6, 6, 174, 6, 175, 180, 153, 154, 155,
156, 157, 180, 159, 160, 161, 162, 163, 164, 165,
166, 167, 180, 6, 6, 1409, 6, 173, 0, 0,
7, 7, 522, 7, 153, 154, 155, 156, 157, 1423,
159, 160, 161, 162, 163, 164, 165, 166, 167, 1185,
163, 164, 599, 862, 173, 813, 169, -1, -1, -1,
179, 174, 181, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, 153, 154,
155, 156, 157, 173, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 34,
35, 36, 37, 38, 39, 40, 41, -1, 43, -1,
45, 46, -1, 48, 49, -1, 34, 35, 36, 37,
38, 39, 40, 41, -1, 43, -1, 45, 46, 64,
48, 49, -1, -1, 0, 1, -1, 3, 4, -1,
-1, -1, -1, 78, 79, -1, 64, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
78, 79, -1, -1, -1, 31, -1, 33, 34, 35,
36, 37, 38, 39, 40, 41, -1, 43, 44, 45,
46, 47, 48, 49, -1, -1, -1, 53, 54, 55,
56, 57, 58, -1, 60, 61, 62, 63, 64, -1,
-1, -1, -1, -1, 139, -1, -1, -1, -1, -1,
-1, -1, 78, 79, -1, -1, -1, -1, -1, -1,
86, 139, 88, 89, 90, 91, 92, 93, 94, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, 181, -1, 114, 115,
116, 117, 118, 119, 120, 121, 4, -1, 153, 154,
155, 156, 157, 181, 159, 160, 161, 162, 163, 164,
165, 166, 167, 139, 140, 141, -1, 143, 173, -1,
-1, -1, -1, 31, 179, 33, 34, 35, 36, 37,
38, 39, 40, 41, -1, 43, 44, 45, 46, 47,
48, 49, -1, -1, -1, 53, 54, 55, 56, 57,
58, 37, 60, 61, 62, 63, 64, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
78, 79, -1, -1, -1, -1, -1, -1, 86, -1,
88, 89, 90, 91, 92, 93, 94, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, -1,
96, 97, 98, 179, -1, 181, -1, -1, 104, 105,
106, 107, 108, 109, 110, 111, 112, 113, -1, -1,
-1, 139, -1, -1, -1, -1, 122, 123, 124, 125,
126, 127, 128, 129, 130, 131, -1, 133, 134, 135,
136, 137, 138, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, -1, -1, -1, -1, 179,
-1, 181, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, -1, 153, 154, 155, 156, 157,
181, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, -1, 153, 154,
155, 156, 157, 181, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
-1, 153, 154, 155, 156, 157, 181, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, -1, 153, 154, 155, 156, 157, 181,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, -1, 153, 154, 155,
156, 157, 181, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, -1,
153, 154, 155, 156, 157, 181, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, -1, 153, 154, 155, 156, 157, 181, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, -1, 153, 154, 155, 156,
157, 181, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, -1, 153,
154, 155, 156, 157, 181, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, -1, 153, 154, 155, 156, 157, 181, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, -1, 153, 154, 155, 156, 157,
181, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, -1, 153, 154,
155, 156, 157, 181, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
-1, 153, 154, 155, 156, 157, 181, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, -1, 153, 154, 155, 156, 157, 181,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, -1, 153, 154, 155,
156, 157, 181, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, -1,
153, 154, 155, 156, 157, 181, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, -1, 153, 154, 155, 156, 157, 181, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, -1, 153, 154, 155, 156,
157, 181, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, -1, 153,
154, 155, 156, 157, 181, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, 153, 154, 155, 156, 157,
179, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, 153, 154, 155, 156,
157, 179, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, 153, 154, 155,
156, 157, 179, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, 153, 154,
155, 156, 157, 179, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, 153,
154, 155, 156, 157, 179, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
153, 154, 155, 156, 157, 179, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, 153, 154, 155, 156, 157, 179, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, 153, 154, 155, 156, 157, 179, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, 153, 154, 155, 156, 157, 179, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, 153, 154, 155, 156, 157, 179,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, -1, -1, 177, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, -1, -1, 177, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, -1, -1, 177, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, -1, -1, 177, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173, -1, 175, 153,
154, 155, 156, 157, -1, 159, 160, 161, 162, 163,
164, 165, 166, 167, -1, -1, -1, -1, -1, 173,
-1, 175, 153, 154, 155, 156, 157, -1, 159, 160,
161, 162, 163, 164, 165, 166, 167, -1, -1, -1,
-1, -1, 173, -1, 175, 153, 154, 155, 156, 157,
-1, 159, 160, 161, 162, 163, 164, 165, 166, 167,
-1, -1, -1, -1, -1, 173, -1, 175, 153, 154,
155, 156, 157, -1, 159, 160, 161, 162, 163, 164,
165, 166, 167, -1, -1, -1, -1, -1, 173, -1,
175, 153, 154, 155, 156, 157, -1, 159, 160, 161,
162, 163, 164, 165, 166, 167, -1, -1, -1, -1,
-1, 173, -1, 175, 153, 154, 155, 156, 157, -1,
159, 160, 161, 162, 163, 164, 165, 166, 167, -1,
-1, -1, -1, -1, 173, -1, 175, 153, 154, 155,
156, 157, -1, 159, 160, 161, 162, 163, 164, 165,
166, 167, -1, -1, -1, -1, -1, 173, -1, 175,
153, 154, 155, 156, 157, -1, 159, 160, 161, 162,
163, 164, 165, 166, 167, -1, -1, -1, -1, -1,
173, -1, 175, 153, 154, 155, 156, 157, -1, 159,
160, 161, 162, 163, 164, 165, 166, 167, -1, -1,
-1, -1, -1, 173, -1, 175, 153, 154, 155, 156,
157, -1, 159, 160, 161, 162, 163, 164, 165, 166,
167, -1, -1, -1, -1, -1, 173
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/lib/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* This is the parser code that is written into each bison parser
when the %semantic_parser declaration is not specified in the grammar.
It was written by Richard Stallman by simplifying the hairy parser
used when %semantic_parser is specified. */
#ifndef YYSTACK_USE_ALLOCA
#ifdef alloca
#define YYSTACK_USE_ALLOCA
#else /* alloca not defined */
#ifdef __GNUC__
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#else /* not GNU C. */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#define YYSTACK_USE_ALLOCA
#include <alloca.h>
#else /* not sparc */
/* We think this test detects Watcom and Microsoft C. */
/* This used to test MSDOS, but that is a bad idea
since that symbol is in the user namespace. */
#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
#if 0 /* No need for malloc.h, which pollutes the namespace;
instead, just don't use alloca. */
#include <malloc.h>
#endif
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
/* I don't know what this was needed for, but it pollutes the namespace.
So I turned it off. rms, 2 May 1997. */
/* #include <malloc.h> */
#pragma alloca
#define YYSTACK_USE_ALLOCA
#else /* not MSDOS, or __TURBOC__, or _AIX */
#if 0
#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
and on HPUX 10. Eventually we can turn this on. */
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#endif /* __hpux */
#endif
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc */
#endif /* not GNU C */
#endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
#ifdef YYSTACK_USE_ALLOCA
#define YYSTACK_ALLOC alloca
#else
#define YYSTACK_ALLOC malloc
#endif
/* Note: there must be only one dollar sign in this file.
It is replaced by the list of actions, each action
as one case of the switch. */
#define yyerrok (yyerrstatus = 0)
#define yyclearin (yychar = YYEMPTY)
#define YYEMPTY -2
#define YYEOF 0
#define YYACCEPT goto yyacceptlab
#define YYABORT goto yyabortlab
#define YYERROR goto yyerrlab1
/* Like YYERROR except do call yyerror.
This remains here temporarily to ease the
transition to the new meaning of YYERROR, for GCC.
Once GCC version 2 has supplanted version 1, this can go. */
#define YYFAIL goto yyerrlab
#define YYRECOVERING() (!!yyerrstatus)
#define YYBACKUP(token, value) \
do \
if (yychar == YYEMPTY && yylen == 1) \
{ yychar = (token), yylval = (value); \
yychar1 = YYTRANSLATE (yychar); \
YYPOPSTACK; \
goto yybackup; \
} \
else \
{ yyerror ("syntax error: cannot back up"); YYERROR; } \
while (0)
#define YYTERROR 1
#define YYERRCODE 256
#ifndef YYPURE
#define YYLEX yylex()
#endif
#ifdef YYPURE
#ifdef YYLSP_NEEDED
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval, &yylloc)
#endif
#else /* not YYLSP_NEEDED */
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval)
#endif
#endif /* not YYLSP_NEEDED */
#endif
/* If nonreentrant, generate the variables here */
#ifndef YYPURE
int yychar; /* the lookahead symbol */
YYSTYPE yylval; /* the semantic value of the */
/* lookahead symbol */
#ifdef YYLSP_NEEDED
YYLTYPE yylloc; /* location data for the lookahead */
/* symbol */
#endif
int yynerrs; /* number of parse errors so far */
#endif /* not YYPURE */
#if YYDEBUG != 0
int yydebug; /* nonzero means print parse trace */
/* Since this is uninitialized, it does not stop multiple parsers
from coexisting. */
#endif
/* YYINITDEPTH indicates the initial size of the parser's stacks */
#ifndef YYINITDEPTH
#define YYINITDEPTH 200
#endif
/* YYMAXDEPTH is the maximum size the stacks can grow to
(effective only if the built-in stack extension method is used). */
#if YYMAXDEPTH == 0
#undef YYMAXDEPTH
#endif
#ifndef YYMAXDEPTH
#define YYMAXDEPTH 10000
#endif
/* Define __yy_memcpy. Note that the size argument
should be passed with type unsigned int, because that is what the non-GCC
definitions require. With GCC, __builtin_memcpy takes an arg
of type size_t, but it can handle unsigned int. */
#if __GNUC__ > 1 /* GNU C and GNU C++ define this. */
#define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
#else /* not GNU C or C++ */
#ifndef __cplusplus
/* This is the most reliable way to avoid incompatibilities
in available built-in functions on various systems. */
static void
__yy_memcpy (to, from, count)
char *to;
char *from;
unsigned int count;
{
register char *f = from;
register char *t = to;
register int i = count;
while (i-- > 0)
*t++ = *f++;
}
#else /* __cplusplus */
/* This is the most reliable way to avoid incompatibilities
in available built-in functions on various systems. */
static void
__yy_memcpy (char *to, char *from, unsigned int count)
{
register char *t = to;
register char *f = from;
register int i = count;
while (i-- > 0)
*t++ = *f++;
}
#endif
#endif
#line 217 "/usr/lib/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
It should actually point to an object.
Grammar actions can access the variable by casting it
to the proper pointer type. */
#ifdef YYPARSE_PARAM
#ifdef __cplusplus
#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
#define YYPARSE_PARAM_DECL
#else /* not __cplusplus */
#define YYPARSE_PARAM_ARG YYPARSE_PARAM
#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
#endif /* not __cplusplus */
#else /* not YYPARSE_PARAM */
#define YYPARSE_PARAM_ARG
#define YYPARSE_PARAM_DECL
#endif /* not YYPARSE_PARAM */
/* Prevent warning if -Wstrict-prototypes. */
#ifdef __GNUC__
#ifdef YYPARSE_PARAM
int yyparse (void *);
#else
int yyparse (void);
#endif
#endif
int
yyparse(YYPARSE_PARAM_ARG)
YYPARSE_PARAM_DECL
{
register int yystate;
register int yyn;
register short *yyssp;
register YYSTYPE *yyvsp;
int yyerrstatus; /* number of tokens to shift before error messages enabled */
int yychar1 = 0; /* lookahead token as an internal (translated) token number */
short yyssa[YYINITDEPTH]; /* the state stack */
YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
short *yyss = yyssa; /* refer to the stacks thru separate pointers */
YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */
#ifdef YYLSP_NEEDED
YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */
YYLTYPE *yyls = yylsa;
YYLTYPE *yylsp;
#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
#else
#define YYPOPSTACK (yyvsp--, yyssp--)
#endif
int yystacksize = YYINITDEPTH;
int yyfree_stacks = 0;
#ifdef YYPURE
int yychar;
YYSTYPE yylval;
int yynerrs;
#ifdef YYLSP_NEEDED
YYLTYPE yylloc;
#endif
#endif
YYSTYPE yyval; /* the variable used to return */
/* semantic values from the action */
/* routines */
int yylen;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Starting parse\n");
#endif
yystate = 0;
yyerrstatus = 0;
yynerrs = 0;
yychar = YYEMPTY; /* Cause a token to be read. */
/* Initialize stack pointers.
Waste one element of value and location stack
so that they stay on the same level as the state stack.
The wasted elements are never initialized. */
yyssp = yyss - 1;
yyvsp = yyvs;
#ifdef YYLSP_NEEDED
yylsp = yyls;
#endif
/* Push a new state, which is found in yystate . */
/* In all cases, when you get here, the value and location stacks
have just been pushed. so pushing a state here evens the stacks. */
yynewstate:
*++yyssp = yystate;
if (yyssp >= yyss + yystacksize - 1)
{
/* Give user a chance to reallocate the stack */
/* Use copies of these so that the &'s don't force the real ones into memory. */
YYSTYPE *yyvs1 = yyvs;
short *yyss1 = yyss;
#ifdef YYLSP_NEEDED
YYLTYPE *yyls1 = yyls;
#endif
/* Get the current used size of the three stacks, in elements. */
int size = yyssp - yyss + 1;
#ifdef yyoverflow
/* Each stack pointer address is followed by the size of
the data in use in that stack, in bytes. */
#ifdef YYLSP_NEEDED
/* This used to be a conditional around just the two extra args,
but that might be undefined if yyoverflow is a macro. */
yyoverflow("parser stack overflow",
&yyss1, size * sizeof (*yyssp),
&yyvs1, size * sizeof (*yyvsp),
&yyls1, size * sizeof (*yylsp),
&yystacksize);
#else
yyoverflow("parser stack overflow",
&yyss1, size * sizeof (*yyssp),
&yyvs1, size * sizeof (*yyvsp),
&yystacksize);
#endif
yyss = yyss1; yyvs = yyvs1;
#ifdef YYLSP_NEEDED
yyls = yyls1;
#endif
#else /* no yyoverflow */
/* Extend the stack our own way. */
if (yystacksize >= YYMAXDEPTH)
{
yyerror("parser stack overflow");
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 2;
}
yystacksize *= 2;
if (yystacksize > YYMAXDEPTH)
yystacksize = YYMAXDEPTH;
#ifndef YYSTACK_USE_ALLOCA
yyfree_stacks = 1;
#endif
yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
__yy_memcpy ((char *)yyss, (char *)yyss1,
size * (unsigned int) sizeof (*yyssp));
yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
__yy_memcpy ((char *)yyvs, (char *)yyvs1,
size * (unsigned int) sizeof (*yyvsp));
#ifdef YYLSP_NEEDED
yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
__yy_memcpy ((char *)yyls, (char *)yyls1,
size * (unsigned int) sizeof (*yylsp));
#endif
#endif /* no yyoverflow */
yyssp = yyss + size - 1;
yyvsp = yyvs + size - 1;
#ifdef YYLSP_NEEDED
yylsp = yyls + size - 1;
#endif
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Stack size increased to %d\n", yystacksize);
#endif
if (yyssp >= yyss + yystacksize - 1)
YYABORT;
}
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Entering state %d\n", yystate);
#endif
goto yybackup;
yybackup:
/* Do appropriate processing given the current state. */
/* Read a lookahead token if we need one and don't already have one. */
/* yyresume: */
/* First try to decide what to do without reference to lookahead token. */
yyn = yypact[yystate];
if (yyn == YYFLAG)
goto yydefault;
/* Not known => get a lookahead token if don't already have one. */
/* yychar is either YYEMPTY or YYEOF
or a valid token in external form. */
if (yychar == YYEMPTY)
{
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Reading a token: ");
#endif
yychar = YYLEX;
}
/* Convert token to internal form (in yychar1) for indexing tables with */
if (yychar <= 0) /* This means end of input. */
{
yychar1 = 0;
yychar = YYEOF; /* Don't call YYLEX any more */
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Now at end of input.\n");
#endif
}
else
{
yychar1 = YYTRANSLATE(yychar);
#if YYDEBUG != 0
if (yydebug)
{
fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
/* Give the individual parser a way to print the precise meaning
of a token, for further debugging info. */
#ifdef YYPRINT
YYPRINT (stderr, yychar, yylval);
#endif
fprintf (stderr, ")\n");
}
#endif
}
yyn += yychar1;
if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
goto yydefault;
yyn = yytable[yyn];
/* yyn is what to do for this token type in this state.
Negative => reduce, -yyn is rule number.
Positive => shift, yyn is new state.
New state is final state => don't bother to shift,
just return success.
0, or most negative number => error. */
if (yyn < 0)
{
if (yyn == YYFLAG)
goto yyerrlab;
yyn = -yyn;
goto yyreduce;
}
else if (yyn == 0)
goto yyerrlab;
if (yyn == YYFINAL)
YYACCEPT;
/* Shift the lookahead token. */
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
#endif
/* Discard the token being shifted unless it is eof. */
if (yychar != YYEOF)
yychar = YYEMPTY;
*++yyvsp = yylval;
#ifdef YYLSP_NEEDED
*++yylsp = yylloc;
#endif
/* count tokens shifted since error; after three, turn off error status. */
if (yyerrstatus) yyerrstatus--;
yystate = yyn;
goto yynewstate;
/* Do the default action for the current state. */
yydefault:
yyn = yydefact[yystate];
if (yyn == 0)
goto yyerrlab;
/* Do a reduction. yyn is the number of a rule to reduce with. */
yyreduce:
yylen = yyr2[yyn];
if (yylen > 0)
yyval = yyvsp[1-yylen]; /* implement default value of the action */
#if YYDEBUG != 0
if (yydebug)
{
int i;
fprintf (stderr, "Reducing via rule %d (line %d), ",
yyn, yyrline[yyn]);
/* Print the symbols being reduced, and their result. */
for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
fprintf (stderr, "%s ", yytname[yyrhs[i]]);
fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
}
#endif
switch (yyn) {
case 4:
#line 152 "Gmsh.y"
{ yyerrok ; return 1; ;
break;}
case 5:
#line 161 "Gmsh.y"
{
Msg(PARSER_INFO,"STL File Format");
STL_Surf = Create_Surface(1,MSH_SURF_STL,1);
STL_Surf->STL = new STL_Data;
return 1;
;
break;}
case 6:
#line 175 "Gmsh.y"
{
STL_Surf->STL->Add_Facet( yyvsp[-12].d, yyvsp[-11].d, yyvsp[-10].d,
yyvsp[-8].d, yyvsp[-7].d, yyvsp[-6].d,
yyvsp[-4].d, yyvsp[-3].d, yyvsp[-2].d);
return 1;
;
break;}
case 7:
#line 182 "Gmsh.y"
{
Msg(PARSER_INFO,"STL File Format Read");
Tree_Add(THEM->Surfaces, &STL_Surf);
return 1;
;
break;}
case 10:
#line 199 "Gmsh.y"
{ return 1; ;
break;}
case 11:
#line 200 "Gmsh.y"
{ return 1; ;
break;}
case 12:
#line 201 "Gmsh.y"
{ return 1; ;
break;}
case 13:
#line 206 "Gmsh.y"
{
Msg(PARSER_INFO,"Step Iso-10303-21 File Format");
Create_Step_Solid_BRep();
;
break;}
case 14:
#line 211 "Gmsh.y"
{
Msg(PARSER_INFO,"Step Iso-10303-21 File Format Read");
Resolve_BREP ();
;
break;}
case 18:
#line 222 "Gmsh.y"
{
;
break;}
case 19:
#line 225 "Gmsh.y"
{
;
break;}
case 20:
#line 229 "Gmsh.y"
{
;
break;}
case 21:
#line 235 "Gmsh.y"
{
Add_Cartesian_Point((int)yyvsp[-8].d,yyvsp[-4].c,yyvsp[-2].v[0],yyvsp[-2].v[1],yyvsp[-2].v[2]);
;
break;}
case 22:
#line 241 "Gmsh.y"
{
Add_BSpline_Curve_With_Knots ((int)yyvsp[-22].d, yyvsp[-18].c, (int) yyvsp[-16].d, yyvsp[-14].l, yyvsp[-6].l, yyvsp[-4].l, 0., 1.);
;
break;}
case 23:
#line 248 "Gmsh.y"
{
Add_BSpline_Surface_With_Knots ((int)yyvsp[-30].d, yyvsp[-26].c, (int) yyvsp[-24].d, (int) yyvsp[-22].d, yyvsp[-20].l, yyvsp[-10].l,
yyvsp[-8].l, yyvsp[-6].l, yyvsp[-4].l, 0., 1., 0., 1. );
;
break;}
case 24:
#line 254 "Gmsh.y"
{
Add_Edge_Curve ((int)yyvsp[-14].d, yyvsp[-10].c , (int)yyvsp[-8].d , (int)yyvsp[-6].d, (int)yyvsp[-4].d);
;
break;}
case 25:
#line 258 "Gmsh.y"
{
Add_Face_Outer_Bound((int)yyvsp[-10].d,yyvsp[-6].c,(int)yyvsp[-4].d,yyvsp[-2].i,1);
;
break;}
case 26:
#line 262 "Gmsh.y"
{
/* La je dois voir la norme ! Face_Bound : trou externe a la surface ! */
Msg(PARSER_INFO,"Found a Face Bound");
Add_Face_Outer_Bound((int)yyvsp[-10].d,yyvsp[-6].c,(int)yyvsp[-4].d,yyvsp[-2].i,0);
;
break;}
case 27:
#line 269 "Gmsh.y"
{
Add_Oriented_Edge((int)yyvsp[-14].d,yyvsp[-10].c,(int)yyvsp[-4].d,yyvsp[-2].i);
;
break;}
case 28:
#line 273 "Gmsh.y"
{
Add_Edge_Loop((int)yyvsp[-8].d,yyvsp[-4].c,yyvsp[-2].l);
;
break;}
case 29:
#line 278 "Gmsh.y"
{
Add_Advanced_Face((int)yyvsp[-12].d,yyvsp[-8].c,yyvsp[-6].l,(int)yyvsp[-4].d,yyvsp[-2].i);
;
break;}
case 30:
#line 282 "Gmsh.y"
{
Add_Vertex_Point((int)yyvsp[-8].d,yyvsp[-4].c,(int)yyvsp[-2].d);
;
break;}
case 31:
#line 286 "Gmsh.y"
{
;
break;}
case 32:
#line 290 "Gmsh.y"
{
Add_Axis2_Placement3D ( (int)yyvsp[-12].d, (int)yyvsp[-4].d, (int)yyvsp[-2].d, (int)yyvsp[-6].d);
;
break;}
case 33:
#line 294 "Gmsh.y"
{
Add_Direction((int)yyvsp[-8].d , yyvsp[-4].c, yyvsp[-2].v[0], yyvsp[-2].v[1], yyvsp[-2].v[2]);
;
break;}
case 34:
#line 298 "Gmsh.y"
{
Add_Plane((int)yyvsp[-8].d,yyvsp[-4].c,(int)yyvsp[-2].d);
;
break;}
case 35:
#line 302 "Gmsh.y"
{
Add_Line ((int)yyvsp[-10].d, yyvsp[-6].c , (int) yyvsp[-4].d, (int)yyvsp[-2].d);
;
break;}
case 36:
#line 306 "Gmsh.y"
{
Msg(PARSER_INFO,"Found a Closed shell");
Add_Closed_Shell((int)yyvsp[-8].d, yyvsp[-4].c , yyvsp[-2].l);
;
break;}
case 37:
#line 312 "Gmsh.y"
{
;
break;}
case 38:
#line 315 "Gmsh.y"
{
;
break;}
case 39:
#line 318 "Gmsh.y"
{
Add_Cylinder ((int)yyvsp[-10].d, yyvsp[-6].c , (int)yyvsp[-4].d, yyvsp[-2].d);
;
break;}
case 40:
#line 322 "Gmsh.y"
{
Add_Cone ((int)yyvsp[-12].d, yyvsp[-8].c , (int)yyvsp[-6].d, yyvsp[-4].d,yyvsp[-2].d);
;
break;}
case 41:
#line 326 "Gmsh.y"
{
Add_Torus ((int)yyvsp[-12].d, yyvsp[-8].c , (int)yyvsp[-6].d, yyvsp[-4].d,yyvsp[-2].d);
;
break;}
case 42:
#line 330 "Gmsh.y"
{
Add_Circle((int) yyvsp[-10].d, yyvsp[-6].c, (int) yyvsp[-4].d, yyvsp[-2].d);
;
break;}
case 43:
#line 334 "Gmsh.y"
{
Add_Ellipsis((int) yyvsp[-12].d, yyvsp[-8].c, (int) yyvsp[-6].d, yyvsp[-4].d, yyvsp[-2].d);
;
break;}
case 44:
#line 339 "Gmsh.y"
{
;
break;}
case 45:
#line 342 "Gmsh.y"
{
;
break;}
case 46:
#line 346 "Gmsh.y"
{
;
break;}
case 47:
#line 349 "Gmsh.y"
{
;
break;}
case 48:
#line 353 "Gmsh.y"
{
;
break;}
case 49:
#line 356 "Gmsh.y"
{
;
break;}
case 50:
#line 359 "Gmsh.y"
{
;
break;}
case 51:
#line 369 "Gmsh.y"
{
;
break;}
case 52:
#line 372 "Gmsh.y"
{
Msg(PARSER_INFO,"Gmsh File Format Read");
;
break;}
case 53:
#line 378 "Gmsh.y"
{ return 1; ;
break;}
case 54:
#line 379 "Gmsh.y"
{ return 1; ;
break;}
case 55:
#line 380 "Gmsh.y"
{ return 1; ;
break;}
case 56:
#line 381 "Gmsh.y"
{ return 1; ;
break;}
case 57:
#line 382 "Gmsh.y"
{ return 1; ;
break;}
case 58:
#line 383 "Gmsh.y"
{ return 1; ;
break;}
case 59:
#line 384 "Gmsh.y"
{ return 1; ;
break;}
case 60:
#line 385 "Gmsh.y"
{ return 1; ;
break;}
case 61:
#line 386 "Gmsh.y"
{ return 1; ;
break;}
case 62:
#line 387 "Gmsh.y"
{ return 1; ;
break;}
case 63:
#line 388 "Gmsh.y"
{ return 1; ;
break;}
case 64:
#line 389 "Gmsh.y"
{ return 1; ;
break;}
case 65:
#line 394 "Gmsh.y"
{
Msg(DIRECT, yyvsp[-2].c);
;
break;}
case 66:
#line 398 "Gmsh.y"
{
for(i = 0 ; i<List_Nbr(ListOfDouble_L) ; i++){
if(!i){
str = strtok(yyvsp[-4].c, "%");
strcpy(tmpstring, str);
}
str = strtok(NULL, "%");
if(str){
strcpy(tmpstring2, "%");
strcat(tmpstring2, str);
sprintf(tmpstring3, tmpstring2, *(double*)List_Pointer(ListOfDouble_L,i));
strcat(tmpstring, tmpstring3);
}
else{
vyyerror("Missing %d Parameter(s) in Printf Format",
List_Nbr(ListOfDouble_L)-i);
break ;
}
}
Msg(DIRECT, tmpstring);
;
break;}
case 67:
#line 427 "Gmsh.y"
{
if(!strcmp(yyvsp[-5].c, "View"))
EndView(1, Force_ViewNumber, yyname, yyvsp[-4].c);
;
break;}
case 68:
#line 432 "Gmsh.y"
{
if(!strcmp(yyvsp[-7].c, "View"))
EndView(1, Force_ViewNumber, yyname, yyvsp[-6].c);
;
break;}
case 69:
#line 440 "Gmsh.y"
{
BeginView(1, Force_ViewNumber);
;
break;}
case 82:
#line 459 "Gmsh.y"
{ List_Add(ActualView->SP, &yyvsp[0].d) ; ;
break;}
case 83:
#line 461 "Gmsh.y"
{ List_Add(ActualView->SP, &yyvsp[0].d) ; ;
break;}
case 84:
#line 466 "Gmsh.y"
{
List_Add(ActualView->SP, &yyvsp[-5].d); List_Add(ActualView->SP, &yyvsp[-3].d);
List_Add(ActualView->SP, &yyvsp[-1].d);
;
break;}
case 85:
#line 471 "Gmsh.y"
{
ActualView->NbSP++ ;
;
break;}
case 86:
#line 478 "Gmsh.y"
{ List_Add(ActualView->VP, &yyvsp[0].d) ; ;
break;}
case 87:
#line 480 "Gmsh.y"
{ List_Add(ActualView->VP, &yyvsp[0].d) ; ;
break;}
case 88:
#line 485 "Gmsh.y"
{
List_Add(ActualView->VP, &yyvsp[-5].d); List_Add(ActualView->VP, &yyvsp[-3].d);
List_Add(ActualView->VP, &yyvsp[-1].d);
;
break;}
case 89:
#line 490 "Gmsh.y"
{
ActualView->NbVP++ ;
;
break;}
case 90:
#line 497 "Gmsh.y"
{ List_Add(ActualView->TP, &yyvsp[0].d) ; ;
break;}
case 91:
#line 499 "Gmsh.y"
{ List_Add(ActualView->TP, &yyvsp[0].d) ; ;
break;}
case 92:
#line 504 "Gmsh.y"
{
List_Add(ActualView->TP, &yyvsp[-5].d); List_Add(ActualView->TP, &yyvsp[-3].d);
List_Add(ActualView->TP, &yyvsp[-1].d);
;
break;}
case 93:
#line 509 "Gmsh.y"
{
ActualView->NbTP++ ;
;
break;}
case 94:
#line 516 "Gmsh.y"
{ List_Add(ActualView->SL, &yyvsp[0].d) ; ;
break;}
case 95:
#line 518 "Gmsh.y"
{ List_Add(ActualView->SL, &yyvsp[0].d) ; ;
break;}
case 96:
#line 524 "Gmsh.y"
{
List_Add(ActualView->SL, &yyvsp[-11].d); List_Add(ActualView->SL, &yyvsp[-5].d);
List_Add(ActualView->SL, &yyvsp[-9].d); List_Add(ActualView->SL, &yyvsp[-3].d);
List_Add(ActualView->SL, &yyvsp[-7].d); List_Add(ActualView->SL, &yyvsp[-1].d);
;
break;}
case 97:
#line 530 "Gmsh.y"
{
ActualView->NbSL++ ;
;
break;}
case 98:
#line 537 "Gmsh.y"
{ List_Add(ActualView->VL, &yyvsp[0].d) ; ;
break;}
case 99:
#line 539 "Gmsh.y"
{ List_Add(ActualView->VL, &yyvsp[0].d) ; ;
break;}
case 100:
#line 545 "Gmsh.y"
{
List_Add(ActualView->VL, &yyvsp[-11].d); List_Add(ActualView->VL, &yyvsp[-5].d);
List_Add(ActualView->VL, &yyvsp[-9].d); List_Add(ActualView->VL, &yyvsp[-3].d);
List_Add(ActualView->VL, &yyvsp[-7].d); List_Add(ActualView->VL, &yyvsp[-1].d);
;
break;}
case 101:
#line 551 "Gmsh.y"
{
ActualView->NbVL++ ;
;
break;}
case 102:
#line 558 "Gmsh.y"
{ List_Add(ActualView->TL, &yyvsp[0].d) ; ;
break;}
case 103:
#line 560 "Gmsh.y"
{ List_Add(ActualView->TL, &yyvsp[0].d) ; ;
break;}
case 104:
#line 566 "Gmsh.y"
{
List_Add(ActualView->TL, &yyvsp[-11].d); List_Add(ActualView->TL, &yyvsp[-5].d);
List_Add(ActualView->TL, &yyvsp[-9].d); List_Add(ActualView->TL, &yyvsp[-3].d);
List_Add(ActualView->TL, &yyvsp[-7].d); List_Add(ActualView->TL, &yyvsp[-1].d);
;
break;}
case 105:
#line 572 "Gmsh.y"
{
ActualView->NbTL++ ;
;
break;}
case 106:
#line 579 "Gmsh.y"
{ List_Add(ActualView->ST, &yyvsp[0].d) ; ;
break;}
case 107:
#line 581 "Gmsh.y"
{ List_Add(ActualView->ST, &yyvsp[0].d) ; ;
break;}
case 108:
#line 588 "Gmsh.y"
{
List_Add(ActualView->ST, &yyvsp[-17].d); List_Add(ActualView->ST, &yyvsp[-11].d);
List_Add(ActualView->ST, &yyvsp[-5].d);
List_Add(ActualView->ST, &yyvsp[-15].d); List_Add(ActualView->ST, &yyvsp[-9].d);
List_Add(ActualView->ST, &yyvsp[-3].d);
List_Add(ActualView->ST, &yyvsp[-13].d); List_Add(ActualView->ST, &yyvsp[-7].d);
List_Add(ActualView->ST, &yyvsp[-1].d);
;
break;}
case 109:
#line 597 "Gmsh.y"
{
ActualView->NbST++ ;
;
break;}
case 110:
#line 604 "Gmsh.y"
{ List_Add(ActualView->VT, &yyvsp[0].d) ; ;
break;}
case 111:
#line 606 "Gmsh.y"
{ List_Add(ActualView->VT, &yyvsp[0].d) ; ;
break;}
case 112:
#line 613 "Gmsh.y"
{
List_Add(ActualView->VT, &yyvsp[-17].d); List_Add(ActualView->VT, &yyvsp[-11].d);
List_Add(ActualView->VT, &yyvsp[-5].d);
List_Add(ActualView->VT, &yyvsp[-15].d); List_Add(ActualView->VT, &yyvsp[-9].d);
List_Add(ActualView->VT, &yyvsp[-3].d);
List_Add(ActualView->VT, &yyvsp[-13].d); List_Add(ActualView->VT, &yyvsp[-7].d);
List_Add(ActualView->VT, &yyvsp[-1].d);
;
break;}
case 113:
#line 622 "Gmsh.y"
{
ActualView->NbVT++ ;
;
break;}
case 114:
#line 629 "Gmsh.y"
{ List_Add(ActualView->TT, &yyvsp[0].d) ; ;
break;}
case 115:
#line 631 "Gmsh.y"
{ List_Add(ActualView->TT, &yyvsp[0].d) ; ;
break;}
case 116:
#line 638 "Gmsh.y"
{
List_Add(ActualView->TT, &yyvsp[-17].d); List_Add(ActualView->TT, &yyvsp[-11].d);
List_Add(ActualView->TT, &yyvsp[-5].d);
List_Add(ActualView->TT, &yyvsp[-15].d); List_Add(ActualView->TT, &yyvsp[-9].d);
List_Add(ActualView->TT, &yyvsp[-3].d);
List_Add(ActualView->TT, &yyvsp[-13].d); List_Add(ActualView->TT, &yyvsp[-7].d);
List_Add(ActualView->TT, &yyvsp[-1].d);
;
break;}
case 117:
#line 647 "Gmsh.y"
{
ActualView->NbTT++ ;
;
break;}
case 118:
#line 654 "Gmsh.y"
{ List_Add(ActualView->SS, &yyvsp[0].d) ; ;
break;}
case 119:
#line 656 "Gmsh.y"
{ List_Add(ActualView->SS, &yyvsp[0].d) ; ;
break;}
case 120:
#line 664 "Gmsh.y"
{
List_Add(ActualView->SS, &yyvsp[-23].d); List_Add(ActualView->SS, &yyvsp[-17].d);
List_Add(ActualView->SS, &yyvsp[-11].d); List_Add(ActualView->SS, &yyvsp[-5].d);
List_Add(ActualView->SS, &yyvsp[-21].d); List_Add(ActualView->SS, &yyvsp[-15].d);
List_Add(ActualView->SS, &yyvsp[-9].d); List_Add(ActualView->SS, &yyvsp[-3].d);
List_Add(ActualView->SS, &yyvsp[-19].d); List_Add(ActualView->SS, &yyvsp[-13].d);
List_Add(ActualView->SS, &yyvsp[-7].d); List_Add(ActualView->SS, &yyvsp[-1].d);
;
break;}
case 121:
#line 673 "Gmsh.y"
{
ActualView->NbSS++ ;
;
break;}
case 122:
#line 680 "Gmsh.y"
{ List_Add(ActualView->VS, &yyvsp[0].d) ; ;
break;}
case 123:
#line 682 "Gmsh.y"
{ List_Add(ActualView->VS, &yyvsp[0].d) ; ;
break;}
case 124:
#line 690 "Gmsh.y"
{
List_Add(ActualView->VS, &yyvsp[-23].d); List_Add(ActualView->VS, &yyvsp[-17].d);
List_Add(ActualView->VS, &yyvsp[-11].d); List_Add(ActualView->VS, &yyvsp[-5].d);
List_Add(ActualView->VS, &yyvsp[-21].d); List_Add(ActualView->VS, &yyvsp[-15].d);
List_Add(ActualView->VS, &yyvsp[-9].d); List_Add(ActualView->VS, &yyvsp[-3].d);
List_Add(ActualView->VS, &yyvsp[-19].d); List_Add(ActualView->VS, &yyvsp[-13].d);
List_Add(ActualView->VS, &yyvsp[-7].d); List_Add(ActualView->VS, &yyvsp[-1].d);
;
break;}
case 125:
#line 699 "Gmsh.y"
{
ActualView->NbVS++ ;
;
break;}
case 126:
#line 706 "Gmsh.y"
{ List_Add(ActualView->TS, &yyvsp[0].d) ; ;
break;}
case 127:
#line 708 "Gmsh.y"
{ List_Add(ActualView->TS, &yyvsp[0].d) ; ;
break;}
case 128:
#line 716 "Gmsh.y"
{
List_Add(ActualView->TS, &yyvsp[-23].d); List_Add(ActualView->TS, &yyvsp[-17].d);
List_Add(ActualView->TS, &yyvsp[-11].d); List_Add(ActualView->TS, &yyvsp[-5].d);
List_Add(ActualView->TS, &yyvsp[-21].d); List_Add(ActualView->TS, &yyvsp[-15].d);
List_Add(ActualView->TS, &yyvsp[-9].d); List_Add(ActualView->TS, &yyvsp[-3].d);
List_Add(ActualView->TS, &yyvsp[-19].d); List_Add(ActualView->TS, &yyvsp[-13].d);
List_Add(ActualView->TS, &yyvsp[-7].d); List_Add(ActualView->TS, &yyvsp[-1].d);
;
break;}
case 129:
#line 725 "Gmsh.y"
{
ActualView->NbTS++ ;
;
break;}
case 130:
#line 737 "Gmsh.y"
{ yyval.i = 0 ; ;
break;}
case 131:
#line 738 "Gmsh.y"
{ yyval.i = 1 ; ;
break;}
case 132:
#line 739 "Gmsh.y"
{ yyval.i = 2 ; ;
break;}
case 133:
#line 740 "Gmsh.y"
{ yyval.i = 3 ; ;
break;}
case 134:
#line 741 "Gmsh.y"
{ yyval.i = 4 ; ;
break;}
case 135:
#line 744 "Gmsh.y"
{ yyval.i = 1 ; ;
break;}
case 136:
#line 745 "Gmsh.y"
{ yyval.i = -1 ; ;
break;}
case 137:
#line 752 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-3].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))){
TheSymbol.val = List_Create(1,1,sizeof(double));
if(!yyvsp[-2].i){
List_Put(TheSymbol.val, 0, &yyvsp[-1].d);
List_Add(Symbol_L, &TheSymbol);
}
else
vyyerror("Unknown Variable '%s'", yyvsp[-3].c) ;
}
else{
pd = (double*)List_Pointer_Fast(pSymbol->val, 0) ;
switch(yyvsp[-2].i){
case 0 : *pd = yyvsp[-1].d; break ;
case 1 : *pd += yyvsp[-1].d ; break ;
case 2 : *pd -= yyvsp[-1].d ; break ;
case 3 : *pd *= yyvsp[-1].d ; break ;
case 4 :
if(yyvsp[-1].d) *pd /= yyvsp[-1].d ;
else vyyerror("Division by Zero in '%s /= %g'", yyvsp[-3].c, yyvsp[-1].d);
break;
}
}
;
break;}
case 138:
#line 779 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-6].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))){
TheSymbol.val = List_Create(5,5,sizeof(double));
if(!yyvsp[-2].i){
List_Put(TheSymbol.val, (int)yyvsp[-4].d, &yyvsp[-1].d);
List_Add(Symbol_L, &TheSymbol);
}
else
vyyerror("Unknown Variable '%s'", yyvsp[-6].c) ;
}
else{
if((pd = (double*)List_Pointer_Test(pSymbol->val, (int)yyvsp[-4].d))){
switch(yyvsp[-2].i){
case 0 : *pd = yyvsp[-1].d; break ;
case 1 : *pd += yyvsp[-1].d ; break ;
case 2 : *pd -= yyvsp[-1].d ; break ;
case 3 : *pd *= yyvsp[-1].d ; break ;
case 4 :
if(yyvsp[-1].d) *pd /= yyvsp[-1].d ;
else vyyerror("Division by Zero in '%s[%d] /= %g'", yyvsp[-6].c, (int)yyvsp[-4].d, yyvsp[-1].d);
break;
}
}
else{
if(!yyvsp[-2].i)
List_Put(pSymbol->val, (int)yyvsp[-4].d, &yyvsp[-1].d);
else
vyyerror("Uninitialized Variable '%s[%d]'", yyvsp[-6].c, (int)yyvsp[-4].d) ;
}
}
;
break;}
case 139:
#line 813 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-5].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))){
TheSymbol.val = List_Create(5,5,sizeof(double));
List_Copy(yyvsp[-1].l,TheSymbol.val);
List_Add(Symbol_L, &TheSymbol);
}
else{
List_Reset(pSymbol->val);
List_Copy(yyvsp[-1].l, pSymbol->val);
}
;
break;}
case 140:
#line 827 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-2].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols)))
vyyerror("Unknown Variable '%s'", yyvsp[-2].c) ;
else
*(double*)List_Pointer_Fast(pSymbol->val, 0) += yyvsp[-1].i;
;
break;}
case 141:
#line 836 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-5].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols)))
vyyerror("Unknown Variable '%s'", yyvsp[-5].c) ;
else{
if((pd = (double*)List_Pointer_Test(pSymbol->val, (int)yyvsp[-3].d)))
*pd += yyvsp[-1].i ;
else
vyyerror("Uninitialized Variable '%s[%d]'", yyvsp[-5].c, (int)yyvsp[-3].d) ;
}
;
break;}
case 142:
#line 851 "Gmsh.y"
{
if(!(pStrCat = Get_StringOptionCategory(yyvsp[-5].c)))
vyyerror("Unknown String Option Class '%s'", yyvsp[-5].c);
else{
if(!(pStrOpt = (char *(*) (int, int, char *))Get_StringOption(yyvsp[-3].c, pStrCat)))
vyyerror("Unknown String Option '%s.%s'", yyvsp[-5].c, yyvsp[-3].c);
else
pStrOpt(0,GMSH_SET|GMSH_GUI,yyvsp[-1].c) ;
}
;
break;}
case 143:
#line 863 "Gmsh.y"
{
if(!(pStrCat = Get_StringOptionCategory(yyvsp[-8].c)))
vyyerror("Unknown String Option Class '%s'", yyvsp[-8].c);
else{
if(!(pStrOpt = (char *(*) (int, int, char *))Get_StringOption(yyvsp[-3].c, pStrCat)))
vyyerror("Unknown String Option '%s[%d].%s'", yyvsp[-8].c, (int)yyvsp[-6].d, yyvsp[-3].c);
else
pStrOpt((int)yyvsp[-6].d,GMSH_SET|GMSH_GUI,yyvsp[-1].c) ;
}
;
break;}
case 144:
#line 877 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-5].c)))
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-5].c);
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-3].c, pNumCat)))
vyyerror("Unknown Numeric Option '%s.%s'", yyvsp[-5].c, yyvsp[-3].c);
else{
switch(yyvsp[-2].i){
case 0 : d = yyvsp[-1].d ; break ;
case 1 : d = pNumOpt(0,GMSH_GET,0) + yyvsp[-1].d ; break ;
case 2 : d = pNumOpt(0,GMSH_GET,0) - yyvsp[-1].d ; break ;
case 3 : d = pNumOpt(0,GMSH_GET,0) * yyvsp[-1].d ; break ;
case 4 :
if(yyvsp[-1].d) d = pNumOpt(0,GMSH_GET,0) / yyvsp[-1].d ;
else vyyerror("Division by Zero in '%s.%s /= %g'", yyvsp[-5].c, yyvsp[-3].c, yyvsp[-1].d);
break;
}
pNumOpt(0,GMSH_SET|GMSH_GUI, d) ;
}
}
;
break;}
case 145:
#line 900 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-8].c)))
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-8].c);
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-3].c, pNumCat)))
vyyerror("Unknown Numeric Option '%s[%d].%s'", yyvsp[-8].c, (int)yyvsp[-6].d, yyvsp[-3].c);
else{
switch(yyvsp[-2].i){
case 0 : d = yyvsp[-1].d; break ;
case 1 : d = pNumOpt((int)yyvsp[-6].d,GMSH_GET,0) + yyvsp[-1].d ; break ;
case 2 : d = pNumOpt((int)yyvsp[-6].d,GMSH_GET,0) - yyvsp[-1].d ; break ;
case 3 : d = pNumOpt((int)yyvsp[-6].d,GMSH_GET,0) * yyvsp[-1].d ; break ;
case 4 :
if(yyvsp[-1].d) d = pNumOpt((int)yyvsp[-6].d,GMSH_GET,0) / yyvsp[-1].d ;
else vyyerror("Division by Zero in '%s[%d].%s /= %g'",
yyvsp[-8].c, (int)yyvsp[-6].d, yyvsp[-3].c, yyvsp[-1].d);
break;
}
pNumOpt((int)yyvsp[-6].d,GMSH_SET|GMSH_GUI,d) ;
}
}
;
break;}
case 146:
#line 924 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-4].c)))
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-4].c);
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-2].c, pNumCat)))
vyyerror("Unknown Numeric Option '%s.%s'", yyvsp[-4].c, yyvsp[-2].c);
else
pNumOpt(0,GMSH_SET|GMSH_GUI,pNumOpt(0,GMSH_GET,0)+yyvsp[-1].i) ;
}
;
break;}
case 147:
#line 936 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-7].c)))
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-7].c);
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-2].c, pNumCat)))
vyyerror("Unknown Numeric Option '%s[%d].%s'", yyvsp[-7].c, (int)yyvsp[-5].d, yyvsp[-2].c);
else
pNumOpt((int)yyvsp[-5].d,GMSH_SET|GMSH_GUI,pNumOpt((int)yyvsp[-5].d,GMSH_GET,0)+yyvsp[-1].i) ;
}
;
break;}
case 148:
#line 950 "Gmsh.y"
{
if(!(pColCat = Get_ColorOptionCategory(yyvsp[-7].c)))
vyyerror("Unknown Color Option Class '%s'", yyvsp[-7].c);
else{
if(!(pColOpt = (unsigned int (*) (int, int, unsigned int))Get_ColorOption(yyvsp[-3].c, pColCat)))
vyyerror("Unknown Color Option '%s.Color.%s'", yyvsp[-7].c, yyvsp[-3].c);
else
pColOpt(0,GMSH_SET|GMSH_GUI,yyvsp[-1].u) ;
}
;
break;}
case 149:
#line 962 "Gmsh.y"
{
if(!(pColCat = Get_ColorOptionCategory(yyvsp[-10].c)))
vyyerror("Unknown Color Option Class '%s'", yyvsp[-10].c);
else{
if(!(pColOpt = (unsigned int (*) (int, int, unsigned int))Get_ColorOption(yyvsp[-3].c, pColCat)))
vyyerror("Unknown Color Option '%s[%d].Color.%s'", yyvsp[-10].c, (int)yyvsp[-8].d, yyvsp[-3].c);
else
pColOpt((int)yyvsp[-8].d,GMSH_SET|GMSH_GUI,yyvsp[-1].u) ;
}
;
break;}
case 150:
#line 976 "Gmsh.y"
{
ColorTable *ct = Get_ColorTable(0);
if(!ct)
vyyerror("View[%d] does not exist", 0);
else{
ct->size = List_Nbr(yyvsp[-1].l);
if(ct->size > COLORTABLE_NBMAX_COLOR)
vyyerror("Too Many (%d>%d) Colors in View[%d].ColorTable",
ct->size, COLORTABLE_NBMAX_COLOR, 0);
else
for(i=0 ; i<ct->size ; i++) List_Read(yyvsp[-1].l, i, &ct->table[i]);
}
;
break;}
case 151:
#line 991 "Gmsh.y"
{
ColorTable *ct = Get_ColorTable((int)yyvsp[-6].d);
if(!ct)
vyyerror("View[%d] does not exist", (int)yyvsp[-6].d);
else{
ct->size = List_Nbr(yyvsp[-1].l);
if(ct->size > COLORTABLE_NBMAX_COLOR)
vyyerror("Too Many (%d>%d) Colors in View[%d].ColorTable",
ct->size, COLORTABLE_NBMAX_COLOR, (int)yyvsp[-6].d);
else
for(i=0 ; i<ct->size ; i++) List_Read(yyvsp[-1].l, i, &ct->table[i]);
}
;
break;}
case 152:
#line 1016 "Gmsh.y"
{
Cdbpts101((int)yyvsp[-4].d,yyvsp[-1].v[0],yyvsp[-1].v[1],yyvsp[-1].v[2],yyvsp[-1].v[3],yyvsp[-1].v[4]);
yyval.s.Type = MSH_POINT;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 153:
#line 1023 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_PHYSICAL_POINT,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_PHYSICAL_POINT;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 154:
#line 1029 "Gmsh.y"
{
Vertex *v;
Attractor *a;
double p;
int ip;
for(int i=0;i<List_Nbr(yyvsp[-9].l);i++){
List_Read(yyvsp[-9].l,i,&p);
ip = (int)p;
v = FindPoint(ip,THEM);
if(!v)
vyyerror("Unkown Point %d", ip);
else{
a = Create_Attractor(List_Nbr(THEM->Metric->Attractors)+1,
yyvsp[-6].d,yyvsp[-4].d,yyvsp[-2].d,v,NULL,NULL);
List_Add(THEM->Metric->Attractors,&a);
}
}
;
break;}
case 155:
#line 1048 "Gmsh.y"
{
for(i=0;i<List_Nbr(yyvsp[-3].l);i++){
List_Read(yyvsp[-3].l,i,&d);
Vertex *v = FindPoint((int)d,THEM);
if(!v)
vyyerror("Unkown Point %d", (int)d);
else
v->lc = yyvsp[-1].d;
}
;
break;}
case 156:
#line 1059 "Gmsh.y"
{
yyval.s.Type = MSH_POINT;
yyval.s.Num = (int)yyvsp[-2].d;
;
break;}
case 157:
#line 1067 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-4].d,MSH_SEGM_LINE,1,yyvsp[-1].l,NULL,-1,-1,0.,1.,NULL,NULL,NULL);
yyval.s.Type = MSH_SEGM_LINE;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 158:
#line 1073 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-4].d,MSH_SEGM_SPLN,3,yyvsp[-1].l,NULL,-1,-1,0.,1.,NULL,NULL,NULL);
yyval.s.Type = MSH_SEGM_SPLN;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 159:
#line 1079 "Gmsh.y"
{
Curve *c;
Attractor *a;
double p;
int ip;
for(int i=0;i<List_Nbr(yyvsp[-9].l);i++){
List_Read(yyvsp[-9].l,i,&p);
ip = (int)p;
c = FindCurve(ip,THEM);
if(!c)
vyyerror("Unkown Curve %d", ip);
else{
a = Create_Attractor(List_Nbr(THEM->Metric->Attractors)+1,
yyvsp[-6].d,yyvsp[-4].d,yyvsp[-2].d,NULL,c,NULL);
List_Add(THEM->Metric->Attractors,&a);
}
}
;
break;}
case 160:
#line 1098 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-4].d,MSH_SEGM_CIRC,2,yyvsp[-1].l,NULL,-1,-1,0.,1.,NULL,NULL,NULL);
yyval.s.Type = MSH_SEGM_CIRC ;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 161:
#line 1104 "Gmsh.y"
{
List_T *temp;
int i,j;
double d;
temp = List_Create(List_Nbr(yyvsp[-3].l),1,sizeof(int));
for(i=0;i<List_Nbr(yyvsp[-3].l);i++){
List_Read(yyvsp[-3].l,i,&d);
j = (int)d;
List_Add(temp,&j);
}
AddCircleInDataBase ((int) yyvsp[-6].d, MSH_SEGM_CIRC, temp, yyvsp[-1].v);
List_Delete(temp);
yyval.s.Type = MSH_SEGM_CIRC ;
yyval.s.Num = (int)yyvsp[-6].d;
;
break;}
case 162:
#line 1121 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-14].d,MSH_SEGM_PARAMETRIC,2,NULL,NULL,-1,-1,yyvsp[-10].d,yyvsp[-8].d,yyvsp[-6].c,yyvsp[-4].c,yyvsp[-2].c);
yyval.s.Type = MSH_SEGM_PARAMETRIC ;
yyval.s.Num = (int)yyvsp[-14].d;
;
break;}
case 163:
#line 1127 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-4].d,MSH_SEGM_ELLI,2,yyvsp[-1].l,NULL,-1,-1,0.,1.,NULL,NULL,NULL);
yyval.s.Type = MSH_SEGM_ELLI ;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 164:
#line 1133 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_PHYSICAL_LINE,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_PHYSICAL_LINE;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 165:
#line 1139 "Gmsh.y"
{
yyval.s.Type = MSH_SEGM_LOOP;
Cdbz101((int)yyvsp[-4].d,yyval.s.Type,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 166:
#line 1145 "Gmsh.y"
{
Cdbseg101((int)yyvsp[-4].d,MSH_SEGM_BSPLN,2,yyvsp[-1].l,NULL,-1,-1,0.,1.,NULL,NULL,NULL);
yyval.s.Type = MSH_SEGM_BSPLN;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 167:
#line 1151 "Gmsh.y"
{
List_T *Temp;
int i;
double d;
if((int)yyvsp[-1].d + 1 + List_Nbr(yyvsp[-5].l) != List_Nbr(yyvsp[-3].l)){
vyyerror("Wrong Definition of Nurbs Curve %d: "
"[Degree]%d + 1 + [NbPts]%d != [NbKnots]%d",
(int)yyvsp[-8].d, (int)yyvsp[-1].d, List_Nbr(yyvsp[-5].l), List_Nbr(yyvsp[-3].l));
}
Temp = List_Create(List_Nbr(yyvsp[-5].l),1,sizeof(int));
for(i=0;i<List_Nbr(yyvsp[-5].l);i++) {
List_Read(yyvsp[-5].l,i,&d);
j = (int)d;
List_Add(Temp,&j);
}
AddCurveInDataBase ((int)yyvsp[-8].d,MSH_SEGM_NURBS,(int)yyvsp[-1].d,Temp,yyvsp[-3].l,-1,-1,0.,1.);
List_Delete(Temp);
;
break;}
case 168:
#line 1170 "Gmsh.y"
{
yyval.s.Num = (int)yyvsp[-2].d;
Curve *c = FindCurve(yyval.s.Num,THEM);
if(!c)
vyyerror("Unkown Curve %d", yyval.s.Num);
else
yyval.s.Type = c->Typ;
;
break;}
case 169:
#line 1182 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_SURF_PLAN,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_SURF_PLAN;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 170:
#line 1188 "Gmsh.y"
{
Surface *s,*support;
support = FindSurface((int)yyvsp[-4].d,THEM);
if(!support)
vyyerror("Unkown Surface %d", (int)yyvsp[-4].d);
else{
Cdbz101((int)yyvsp[-8].d,MSH_SURF_PLAN,0,0,0,0,0,NULL,yyvsp[-2].l,NULL);
s = FindSurface((int)yyvsp[-8].d,THEM);
if(!s)
vyyerror("Unkown Surface %d", (int)yyvsp[-8].d);
else{
s->Typ = MSH_SURF_TRIMMED;
s->Support = support;
yyval.s.Type = MSH_SURF_TRIMMED;
yyval.s.Num = (int)yyvsp[-8].d;
}
}
;
break;}
case 171:
#line 1207 "Gmsh.y"
{
List_Read(yyvsp[-1].l,0,&d);
i = (int)d;
EdgeLoop *el = FindEdgeLoop(i,THEM);
if(!el)
vyyerror("Unkown Loop %d", i);
else{
j = List_Nbr(el->Curves);
if(j==4)
yyval.s.Type = MSH_SURF_REGL;
else if(j==3)
yyval.s.Type = MSH_SURF_TRIC;
else
vyyerror("Wrong Definition of Ruled Surface %d: "
"%d Borders Instead of 3 or 4",
(int)yyvsp[-4].d, j);
Cdbz101((int)yyvsp[-4].d,yyval.s.Type,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Num = (int)yyvsp[-4].d;
}
;
break;}
case 172:
#line 1230 "Gmsh.y"
{
CreateNurbsSurface ( (int) yyvsp[-16].d , (int)yyvsp[-4].d , (int)yyvsp[-2].d , yyvsp[-13].l, yyvsp[-10].l, yyvsp[-8].l);
yyval.s.Type = MSH_SURF_NURBS;
yyval.s.Num = (int)yyvsp[-16].d;
;
break;}
case 173:
#line 1238 "Gmsh.y"
{
CreateNurbsSurfaceSupport ((int)yyvsp[-16].d, (int) yyvsp[-4].d , (int) yyvsp[-2].d , yyvsp[-13].l, yyvsp[-10].l, yyvsp[-8].l);
;
break;}
case 174:
#line 1242 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_PHYSICAL_SURFACE,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_PHYSICAL_SURFACE;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 175:
#line 1248 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_SURF_LOOP,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_SURF_LOOP;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 176:
#line 1254 "Gmsh.y"
{
yyval.s.Num = (int)yyvsp[-2].d;
Surface *s = FindSurface(yyval.s.Num,THEM);
if(!s)
vyyerror("Unknown Surface %d", yyval.s.Num);
else
yyval.s.Type = s->Typ;
;
break;}
case 177:
#line 1266 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_VOLUME,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_VOLUME;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 178:
#line 1272 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_VOLUME,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_VOLUME;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 179:
#line 1278 "Gmsh.y"
{
Cdbz101((int)yyvsp[-4].d,MSH_PHYSICAL_VOLUME,0,0,0,0,0,NULL,yyvsp[-1].l,NULL);
yyval.s.Type = MSH_PHYSICAL_VOLUME;
yyval.s.Num = (int)yyvsp[-4].d;
;
break;}
case 180:
#line 1291 "Gmsh.y"
{
TranslateShapes (yyvsp[-3].v[0],yyvsp[-3].v[1],yyvsp[-3].v[2],yyvsp[-1].l,1);
yyval.l = yyvsp[-1].l;
;
break;}
case 181:
#line 1296 "Gmsh.y"
{
RotateShapes(yyvsp[-8].v[0],yyvsp[-8].v[1],yyvsp[-8].v[2],yyvsp[-6].v[0],yyvsp[-6].v[1],yyvsp[-6].v[2],yyvsp[-4].d,yyvsp[-1].l);
yyval.l = yyvsp[-1].l;
;
break;}
case 182:
#line 1301 "Gmsh.y"
{
SymmetryShapes(yyvsp[-3].v[0],yyvsp[-3].v[1],yyvsp[-3].v[2],yyvsp[-3].v[3],yyvsp[-1].l,1);
yyval.l = yyvsp[-1].l;
;
break;}
case 183:
#line 1306 "Gmsh.y"
{
DilatShapes(yyvsp[-6].v[0],yyvsp[-6].v[1],yyvsp[-6].v[2],yyvsp[-4].d,yyvsp[-1].l,1);
yyval.l = yyvsp[-1].l;
;
break;}
case 184:
#line 1313 "Gmsh.y"
{ yyval.l = yyvsp[0].l; ;
break;}
case 185:
#line 1314 "Gmsh.y"
{ yyval.l = yyvsp[0].l; ;
break;}
case 186:
#line 1315 "Gmsh.y"
{ yyval.l = yyvsp[0].l; ;
break;}
case 187:
#line 1320 "Gmsh.y"
{
yyval.l = List_Create(3,3,sizeof(Shape));
;
break;}
case 188:
#line 1324 "Gmsh.y"
{
List_Add(yyval.l,&yyvsp[0].s);
yyval.l = yyvsp[-1].l;
;
break;}
case 189:
#line 1336 "Gmsh.y"
{
yyval.l = List_Create(3,3,sizeof(Shape));
for(i=0;i<List_Nbr(yyvsp[-1].l);i++){
List_Read (yyvsp[-1].l,i,&TheShape);
CopyShape(TheShape.Type,TheShape.Num,&j);
TheShape.Num = j;
List_Add(yyval.l,&TheShape);
}
;
break;}
case 190:
#line 1354 "Gmsh.y"
{
for(i=0;i<List_Nbr(yyvsp[-1].l);i++){
List_Read (yyvsp[-1].l,i,&TheShape);
DeleteShape(TheShape.Type,TheShape.Num);
}
;
break;}
case 191:
#line 1361 "Gmsh.y"
{
if(!strcmp(yyvsp[-4].c, "View"))
FreeView((int)yyvsp[-2].d);
;
break;}
case 192:
#line 1366 "Gmsh.y"
{
Init_Mesh(THEM, 1);
;
break;}
case 193:
#line 1378 "Gmsh.y"
{
if(!strcmp(yyvsp[-2].c, "Include")){
yyinTab[RecursionLevel++] = yyin;
strcpy(tmpstring, yyname);
i = strlen(yyname)-1 ;
while(i >= 0 && yyname[i] != '/' && yyname[i] != '\\') i-- ;
tmpstring[i+1] = '\0';
strcat(tmpstring,yyvsp[-1].c);
if((yyin = fopen(tmpstring,"r"))){
Msg(INFO, "Including '%s'", tmpstring);
strcpy(yynameTab[RecursionLevel-1],yyname);
yylinenoTab[RecursionLevel-1]=yylineno;
yylineno=1;
strcpy(yyname,tmpstring);
while(!feof(yyin)){
yyparse();
}
fclose(yyin);
yyin = yyinTab[--RecursionLevel];
strcpy(yyname,yynameTab[RecursionLevel]);
yylineno = yylinenoTab[RecursionLevel];
}
else{
vyyerror("Unknown File '%s'", tmpstring) ;
yyin = yyinTab[--RecursionLevel];
}
}
else if(!strcmp(yyvsp[-2].c, "Print")){
if(!CTX.batch) CreateOutputFile(yyvsp[-1].c, CTX.print.format);
}
else if(!strcmp(yyvsp[-2].c, "Save")){
CreateOutputFile(yyvsp[-1].c, CTX.mesh.format);
}
else if(!strcmp(yyvsp[-2].c, "Merge")){
FILE *ff = yyin;
MergeProblem(yyvsp[-1].c);
yyin = ff;
}
else if(!strcmp(yyvsp[-2].c, "System")){
Msg(PARSER_INFO, "Executing System Call \"%s\"", yyvsp[-1].c);
system(yyvsp[-1].c);
}
else
vyyerror("Unknown Command '%s'", yyvsp[-2].c);
;
break;}
case 194:
#line 1432 "Gmsh.y"
{
if(!strcmp(yyvsp[-2].c, "Sleep")){
long sleep_time = GetTime();
while(1){
if(GetTime() - sleep_time > (long)(yyvsp[-1].d*1.e6)) break;
}
}
else if(!strcmp(yyvsp[-2].c, "Mesh")){
//Maillage_Dimension_0(THEM);
//mai3d(THEM,(int)$2);
vyyerror("Mesh directives are not (yet) allowed in scripts");
}
else
vyyerror("Unknown Command '%s'", yyvsp[-2].c);
;
break;}
case 195:
#line 1452 "Gmsh.y"
{
exit(0);
;
break;}
case 196:
#line 1456 "Gmsh.y"
{
if(!CTX.batch){ // we're in interactive mode
if(Tree_Nbr(THEM->Points) != Last_NumberOfPoints){
Last_NumberOfPoints = Tree_Nbr(THEM->Points);
Replot();
DrawUI();
}
else{
Draw();
DrawUI();
}
}
;
break;}
case 197:
#line 1478 "Gmsh.y"
{
FILE* ff;
if(RecursionLevel)
ff = yyinTab[RecursionLevel-1];
else
ff = yyin;
// here, we seek remember the position in yyin
LoopControlVariablesTab[ImbricatedLoop][0] = yyvsp[-3].d ;
LoopControlVariablesTab[ImbricatedLoop][1] = yyvsp[-1].d ;
LoopControlVariablesTab[ImbricatedLoop][2] = 1.0 ;
LoopControlVariablesNameTab[ImbricatedLoop] = "" ;
fgetpos( ff, &yyposImbricatedLoopsTab[ImbricatedLoop++]);
;
break;}
case 198:
#line 1492 "Gmsh.y"
{
FILE* ff;
if(RecursionLevel)
ff = yyinTab[RecursionLevel-1];
else
ff = yyin;
// here, we seek remember the position in yyin
LoopControlVariablesTab[ImbricatedLoop][0] = yyvsp[-5].d ;
LoopControlVariablesTab[ImbricatedLoop][1] = yyvsp[-3].d ;
LoopControlVariablesTab[ImbricatedLoop][2] = yyvsp[-1].d ;
LoopControlVariablesNameTab[ImbricatedLoop] = "" ;
fgetpos( ff, &yyposImbricatedLoopsTab[ImbricatedLoop++]);
;
break;}
case 199:
#line 1506 "Gmsh.y"
{
FILE* ff;
if(RecursionLevel)
ff = yyinTab[RecursionLevel-1];
else
ff = yyin;
// here, we seek remember the position in yyin
LoopControlVariablesTab[ImbricatedLoop][0] = yyvsp[-3].d ;
LoopControlVariablesTab[ImbricatedLoop][1] = yyvsp[-1].d ;
LoopControlVariablesTab[ImbricatedLoop][2] = 1.0 ;
LoopControlVariablesNameTab[ImbricatedLoop] = yyvsp[-6].c ;
TheSymbol.Name = yyvsp[-6].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))){
TheSymbol.val = List_Create(1,1,sizeof(double));
List_Put(TheSymbol.val, 0, &yyvsp[-3].d);
List_Add(Symbol_L, &TheSymbol);
}
else{
List_Write(pSymbol->val, 0, &yyvsp[-3].d);
}
fgetpos( ff, &yyposImbricatedLoopsTab[ImbricatedLoop++]);
;
break;}
case 200:
#line 1531 "Gmsh.y"
{
FILE* ff;
if(RecursionLevel)
ff = yyinTab[RecursionLevel-1];
else
ff = yyin;
// here, we seek remember the position in yyin
LoopControlVariablesTab[ImbricatedLoop][0] = yyvsp[-5].d ;
LoopControlVariablesTab[ImbricatedLoop][1] = yyvsp[-3].d ;
LoopControlVariablesTab[ImbricatedLoop][2] = yyvsp[-1].d ;
LoopControlVariablesNameTab[ImbricatedLoop] = yyvsp[-8].c ;
TheSymbol.Name = yyvsp[-8].c;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))){
TheSymbol.val = List_Create(1,1,sizeof(double));
List_Put(TheSymbol.val, 0, &yyvsp[-5].d);
List_Add(Symbol_L, &TheSymbol);
}
else{
List_Write(pSymbol->val, 0, &yyvsp[-5].d);
}
fgetpos( ff, &yyposImbricatedLoopsTab[ImbricatedLoop++]);
;
break;}
case 201:
#line 1556 "Gmsh.y"
{
if(LoopControlVariablesTab[ImbricatedLoop-1][1] >
LoopControlVariablesTab[ImbricatedLoop-1][0]){
FILE* ff;
if(RecursionLevel)
ff = yyinTab[RecursionLevel-1];
else
ff = yyin;
LoopControlVariablesTab[ImbricatedLoop-1][0] +=
LoopControlVariablesTab[ImbricatedLoop-1][2];
if(strlen(LoopControlVariablesNameTab[ImbricatedLoop-1])){
TheSymbol.Name = LoopControlVariablesNameTab[ImbricatedLoop-1];
pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols);
*(double*)List_Pointer_Fast(pSymbol->val, 0) +=
LoopControlVariablesTab[ImbricatedLoop-1][2] ;
}
fsetpos( yyin, &yyposImbricatedLoopsTab[ImbricatedLoop-1]);
}
else{
ImbricatedLoop--;
}
;
break;}
case 202:
#line 1582 "Gmsh.y"
{
if(!FunctionManager::Instance()->createFunction(yyvsp[0].c,yyin,yylineno))
vyyerror("Redefinition of function %s",yyvsp[0].c);
skip_until(NULL, "Return");
;
break;}
case 203:
#line 1588 "Gmsh.y"
{
if(!FunctionManager::Instance()->leaveFunction(&yyin,yylineno))
vyyerror("Error while exiting function");
;
break;}
case 204:
#line 1593 "Gmsh.y"
{
if(!FunctionManager::Instance()->enterFunction(yyvsp[-1].c,&yyin,yylineno))
vyyerror("Unknown Function %s",yyvsp[-1].c);
;
break;}
case 205:
#line 1598 "Gmsh.y"
{
if(!yyvsp[-1].d) skip_until("If", "EndIf");
;
break;}
case 206:
#line 1602 "Gmsh.y"
{
;
break;}
case 207:
#line 1613 "Gmsh.y"
{
Curve *pc, *prc;
Extrude_ProtudePoint(1,(int)yyvsp[-4].d,yyvsp[-2].v[0],yyvsp[-2].v[1],yyvsp[-2].v[2],0.,0.,0.,0.,&pc,&prc,NULL);
;
break;}
case 208:
#line 1618 "Gmsh.y"
{
Curve *pc, *prc;
Extrude_ProtudePoint(0,(int)yyvsp[-8].d,yyvsp[-6].v[0],yyvsp[-6].v[1],yyvsp[-6].v[2],yyvsp[-4].v[0],yyvsp[-4].v[1],yyvsp[-4].v[2],yyvsp[-2].d,
&pc,&prc,NULL);
;
break;}
case 209:
#line 1624 "Gmsh.y"
{
Extrude_ProtudeCurve(1,(int)yyvsp[-4].d,yyvsp[-2].v[0],yyvsp[-2].v[1],yyvsp[-2].v[2],0.,0.,0.,0.,NULL);
;
break;}
case 210:
#line 1628 "Gmsh.y"
{
Extrude_ProtudeCurve(0,(int)yyvsp[-8].d,yyvsp[-6].v[0],yyvsp[-6].v[1],yyvsp[-6].v[2],yyvsp[-4].v[0],yyvsp[-4].v[1],yyvsp[-4].v[2],yyvsp[-2].d,NULL);
;
break;}
case 211:
#line 1632 "Gmsh.y"
{
Extrude_ProtudeSurface(1,(int)yyvsp[-4].d,yyvsp[-2].v[0],yyvsp[-2].v[1],yyvsp[-2].v[2],0.,0.,0.,0.,0,NULL);
;
break;}
case 212:
#line 1636 "Gmsh.y"
{
Extrude_ProtudeSurface(0,(int)yyvsp[-8].d,yyvsp[-6].v[0],yyvsp[-6].v[1],yyvsp[-6].v[2],yyvsp[-4].v[0],yyvsp[-4].v[1],yyvsp[-4].v[2],yyvsp[-2].d,0,NULL);
;
break;}
case 213:
#line 1640 "Gmsh.y"
{
int vol = NEWREG();
Extrude_ProtudeSurface(1,(int)yyvsp[-7].d,yyvsp[-5].v[0],yyvsp[-5].v[1],yyvsp[-5].v[2],0.,0.,0.,0.,vol,&extr);
;
break;}
case 214:
#line 1645 "Gmsh.y"
{
int vol = NEWREG();
Extrude_ProtudeSurface(0,(int)yyvsp[-11].d,yyvsp[-9].v[0],yyvsp[-9].v[1],yyvsp[-9].v[2],yyvsp[-7].v[0],yyvsp[-7].v[1],yyvsp[-7].v[2],yyvsp[-5].d,vol,&extr);
;
break;}
case 215:
#line 1653 "Gmsh.y"
{
;
break;}
case 216:
#line 1656 "Gmsh.y"
{
;
break;}
case 217:
#line 1662 "Gmsh.y"
{
double d;
int j;
extr.mesh.NbLayer = List_Nbr(yyvsp[-6].l);
extr.mesh.ExtrudeMesh = true;
for(int i=0;i<List_Nbr(yyvsp[-6].l);i++){
List_Read(yyvsp[-6].l,i,&d);
j = (int)d;
extr.mesh.NbElmLayer[i] = j;
List_Read(yyvsp[-4].l,i,&d);
j = (int)d;
extr.mesh.ZonLayer[i] = j;
List_Read(yyvsp[-2].l,i,&d);
extr.mesh.hLayer[i] = d;
}
;
break;}
case 218:
#line 1679 "Gmsh.y"
{
extr.mesh.Recombine = true;
;
break;}
case 219:
#line 1690 "Gmsh.y"
{
Curve *c;
for(i=0;i<List_Nbr(yyvsp[-3].l);i++){
List_Read(yyvsp[-3].l,i,&d);
j = (int)fabs(d);
c = FindCurve(j,THEM);
if(!c)
vyyerror("Unkown Curve %d", j);
else{
c->Method = TRANSFINI;
c->ipar[0] = (int)yyvsp[-1].d;
c->ipar[1] = sign(d);
c->dpar[0] = 1.0;
}
}
;
break;}
case 220:
#line 1707 "Gmsh.y"
{
Curve *c;
for(i=0;i<List_Nbr(yyvsp[-6].l);i++){
List_Read(yyvsp[-6].l,i,&d);
j = (int)fabs(d);
c = FindCurve(j,THEM);
if(!c)
vyyerror("Unkown Curve %d", j);
else{
c->Method = TRANSFINI;
c->ipar[0] = (int)yyvsp[-4].d;
c->ipar[1] = sign(d); /* Progresion : code 1 ou -1 */
c->dpar[0] = fabs(yyvsp[-1].d);
}
}
;
break;}
case 221:
#line 1724 "Gmsh.y"
{
Curve *c;
for(i=0;i<List_Nbr(yyvsp[-6].l);i++){
List_Read(yyvsp[-6].l,i,&d);
j = (int)fabs(d);
c = FindCurve(j,THEM);
if(!c)
vyyerror("Unkown Curve %d", j);
else{
c->Method = TRANSFINI;
c->ipar[0] = (int)yyvsp[-4].d;
c->ipar[1] = 2*sign(d); /* Bump : code 2 ou -2 */
c->dpar[0] = fabs(yyvsp[-1].d);
}
}
;
break;}
case 222:
#line 1741 "Gmsh.y"
{
Surface *s = FindSurface((int)yyvsp[-4].d,THEM);
if(!s)
vyyerror("Unkown Surface %d", (int)yyvsp[-4].d);
else{
s->Method = TRANSFINI;
k = List_Nbr(yyvsp[-1].l);
if(k!=3 && k!=4){
vyyerror("Wrong Definition of Transfinite Surface %d: "
"%d Points Instead of 3 or 4" , yyvsp[-4].d, k) ;
}
else{
for(i=0;i<k;i++){
List_Read(yyvsp[-1].l,i,&d);
j = (int)fabs(d);
s->ipar[i] = j;
}
}
}
;
break;}
case 223:
#line 1762 "Gmsh.y"
{
Surface *s = FindSurface((int)yyvsp[-4].d,THEM);
if(!s)
vyyerror("Unkown Surface %d", (int)yyvsp[-4].d);
else{
s->Method = ELLIPTIC;
k = List_Nbr(yyvsp[-1].l);
if(k != 4)
vyyerror("Wrong Definition of Elliptic Surface %d: "
"%d Points Instead of 4" , yyvsp[-4].d, k) ;
else{
for(i=0;i<k;i++){
List_Read(yyvsp[-1].l,i,&d);
j = (int)fabs(d);
s->ipar[i] = j;
}
}
}
;
break;}
case 224:
#line 1782 "Gmsh.y"
{
Volume *v = FindVolume((int)yyvsp[-4].d,THEM);
if(!v)
vyyerror("Unkown Volume %d", (int)yyvsp[-4].d);
else{
v->Method = TRANSFINI;
k = List_Nbr(yyvsp[-1].l);
if(k!=6 && k!=8)
vyyerror("Wrong Definition of Transfinite Volume %d: "
"%d Points Instead of 6 or 8" , yyvsp[-4].d, k) ;
else{
for(i=0;i<k;i++){
List_Read(yyvsp[-1].l,i,&d);
j = (int)fabs(d);
v->ipar[i] = j;
}
}
}
;
break;}
case 225:
#line 1802 "Gmsh.y"
{
Surface *s;
for(i=0;i<List_Nbr(yyvsp[-3].l);i++){
List_Read(yyvsp[-3].l,i,&d);
j = (int)d;
s = FindSurface(j,THEM);
if(!s){
/* Allow generic lists, even if the surfaces don't exist
vyyerror("Unkown Surface %d", j); */
}
else{
s->Recombine = 1;
s->RecombineAngle = yyvsp[-1].d;
}
}
;
break;}
case 226:
#line 1819 "Gmsh.y"
{
Surface *s;
for(i=0;i<List_Nbr(yyvsp[-1].l);i++){
List_Read(yyvsp[-1].l,i,&d);
j = (int)d;
s = FindSurface(j,THEM);
if(!s){
/* Allow generic lists, even if the surfaces don't exist
vyyerror("Unkown Surface %d", j); */
}
else{
s->Recombine = 1;
s->RecombineAngle = 30.;
}
}
;
break;}
case 227:
#line 1844 "Gmsh.y"
{
Coherence_PS();
;
break;}
case 228:
#line 1848 "Gmsh.y"
{
IntersectAllSegmentsTogether();
;
break;}
case 229:
#line 1859 "Gmsh.y"
{ yyval.d = yyvsp[0].d; ;
break;}
case 230:
#line 1860 "Gmsh.y"
{ yyval.d = -yyvsp[0].d; ;
break;}
case 231:
#line 1864 "Gmsh.y"
{yyval.i = 1;;
break;}
case 232:
#line 1865 "Gmsh.y"
{yyval.i = 0;;
break;}
case 233:
#line 1866 "Gmsh.y"
{yyval.i = -1;;
break;}
case 234:
#line 1867 "Gmsh.y"
{yyval.i = -1;;
break;}
case 235:
#line 1868 "Gmsh.y"
{yyval.i = -1;;
break;}
case 236:
#line 1872 "Gmsh.y"
{ yyval.d = yyvsp[0].d; ;
break;}
case 237:
#line 1873 "Gmsh.y"
{ yyval.d = yyvsp[-1].d ; ;
break;}
case 238:
#line 1874 "Gmsh.y"
{ yyval.d = -yyvsp[0].d ; ;
break;}
case 239:
#line 1875 "Gmsh.y"
{ yyval.d = yyvsp[0].d; ;
break;}
case 240:
#line 1876 "Gmsh.y"
{ yyval.d = !yyvsp[0].d ; ;
break;}
case 241:
#line 1877 "Gmsh.y"
{ yyval.d = yyvsp[-2].d - yyvsp[0].d ; ;
break;}
case 242:
#line 1878 "Gmsh.y"
{ yyval.d = yyvsp[-2].d + yyvsp[0].d ; ;
break;}
case 243:
#line 1879 "Gmsh.y"
{ yyval.d = yyvsp[-2].d * yyvsp[0].d ; ;
break;}
case 244:
#line 1881 "Gmsh.y"
{
if(!yyvsp[0].d)
vyyerror("Division by Zero in '%g / %g'", yyvsp[-2].d, yyvsp[0].d);
else
yyval.d = yyvsp[-2].d / yyvsp[0].d ;
;
break;}
case 245:
#line 1887 "Gmsh.y"
{ yyval.d = (int)yyvsp[-2].d % (int)yyvsp[0].d ; ;
break;}
case 246:
#line 1888 "Gmsh.y"
{ yyval.d = pow(yyvsp[-2].d,yyvsp[0].d) ; ;
break;}
case 247:
#line 1889 "Gmsh.y"
{ yyval.d = yyvsp[-2].d < yyvsp[0].d ; ;
break;}
case 248:
#line 1890 "Gmsh.y"
{ yyval.d = yyvsp[-2].d > yyvsp[0].d ; ;
break;}
case 249:
#line 1891 "Gmsh.y"
{ yyval.d = yyvsp[-2].d <= yyvsp[0].d ; ;
break;}
case 250:
#line 1892 "Gmsh.y"
{ yyval.d = yyvsp[-2].d >= yyvsp[0].d ; ;
break;}
case 251:
#line 1893 "Gmsh.y"
{ yyval.d = yyvsp[-2].d == yyvsp[0].d ; ;
break;}
case 252:
#line 1894 "Gmsh.y"
{ yyval.d = yyvsp[-2].d != yyvsp[0].d ; ;
break;}
case 253:
#line 1895 "Gmsh.y"
{ yyval.d = yyvsp[-2].d && yyvsp[0].d ; ;
break;}
case 254:
#line 1896 "Gmsh.y"
{ yyval.d = yyvsp[-2].d || yyvsp[0].d ; ;
break;}
case 255:
#line 1897 "Gmsh.y"
{ yyval.d = yyvsp[-4].d? yyvsp[-2].d : yyvsp[0].d ; ;
break;}
case 256:
#line 1898 "Gmsh.y"
{ yyval.d = exp(yyvsp[-1].d); ;
break;}
case 257:
#line 1899 "Gmsh.y"
{ yyval.d = log(yyvsp[-1].d); ;
break;}
case 258:
#line 1900 "Gmsh.y"
{ yyval.d = log10(yyvsp[-1].d); ;
break;}
case 259:
#line 1901 "Gmsh.y"
{ yyval.d = sqrt(yyvsp[-1].d); ;
break;}
case 260:
#line 1902 "Gmsh.y"
{ yyval.d = sin(yyvsp[-1].d); ;
break;}
case 261:
#line 1903 "Gmsh.y"
{ yyval.d = asin(yyvsp[-1].d); ;
break;}
case 262:
#line 1904 "Gmsh.y"
{ yyval.d = cos(yyvsp[-1].d); ;
break;}
case 263:
#line 1905 "Gmsh.y"
{ yyval.d = acos(yyvsp[-1].d); ;
break;}
case 264:
#line 1906 "Gmsh.y"
{ yyval.d = tan(yyvsp[-1].d); ;
break;}
case 265:
#line 1907 "Gmsh.y"
{ yyval.d = atan(yyvsp[-1].d); ;
break;}
case 266:
#line 1908 "Gmsh.y"
{ yyval.d = atan2(yyvsp[-3].d,yyvsp[-1].d); ;
break;}
case 267:
#line 1909 "Gmsh.y"
{ yyval.d = sinh(yyvsp[-1].d); ;
break;}
case 268:
#line 1910 "Gmsh.y"
{ yyval.d = cosh(yyvsp[-1].d); ;
break;}
case 269:
#line 1911 "Gmsh.y"
{ yyval.d = tanh(yyvsp[-1].d); ;
break;}
case 270:
#line 1912 "Gmsh.y"
{ yyval.d = fabs(yyvsp[-1].d); ;
break;}
case 271:
#line 1913 "Gmsh.y"
{ yyval.d = floor(yyvsp[-1].d); ;
break;}
case 272:
#line 1914 "Gmsh.y"
{ yyval.d = ceil(yyvsp[-1].d); ;
break;}
case 273:
#line 1915 "Gmsh.y"
{ yyval.d = fmod(yyvsp[-3].d,yyvsp[-1].d); ;
break;}
case 274:
#line 1916 "Gmsh.y"
{ yyval.d = fmod(yyvsp[-3].d,yyvsp[-1].d); ;
break;}
case 275:
#line 1917 "Gmsh.y"
{ yyval.d = sqrt(yyvsp[-3].d*yyvsp[-3].d+yyvsp[-1].d*yyvsp[-1].d); ;
break;}
case 276:
#line 1918 "Gmsh.y"
{ yyval.d = yyvsp[-1].d*(double)rand()/(double)RAND_MAX; ;
break;}
case 277:
#line 1927 "Gmsh.y"
{ yyval.d = yyvsp[0].d; ;
break;}
case 278:
#line 1928 "Gmsh.y"
{ yyval.d = 3.141592653589793; ;
break;}
case 279:
#line 1933 "Gmsh.y"
{
TheSymbol.Name = yyvsp[0].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[0].c) ;
yyval.d = 0. ;
}
else
yyval.d = *(double*)List_Pointer_Fast(pSymbol->val, 0) ;
;
break;}
case 280:
#line 1944 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-3].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-3].c) ;
yyval.d = 0. ;
}
else{
if((pd = (double*)List_Pointer_Test(pSymbol->val, (int)yyvsp[-1].d)))
yyval.d = *pd ;
else{
vyyerror("Uninitialized Variable '%s[%d]'", yyvsp[-3].c, (int)yyvsp[-1].d) ;
yyval.d = 0. ;
}
}
;
break;}
case 281:
#line 1961 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-1].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-1].c) ;
yyval.d = 0. ;
}
else
yyval.d = (*(double*)List_Pointer_Fast(pSymbol->val, 0) += yyvsp[0].i) ;
;
break;}
case 282:
#line 1972 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-4].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-4].c) ;
yyval.d = 0. ;
}
else{
if((pd = (double*)List_Pointer_Test(pSymbol->val, (int)yyvsp[-2].d)))
yyval.d = (*pd += yyvsp[0].i) ;
else{
vyyerror("Uninitialized Variable '%s[%d]'", yyvsp[-4].c, (int)yyvsp[-2].d) ;
yyval.d = 0. ;
}
}
;
break;}
case 283:
#line 1991 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-2].c))){
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-2].c);
yyval.d = 0. ;
}
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[0].c, pNumCat))){
vyyerror("Unknown Numeric Option '%s.%s'", yyvsp[-2].c, yyvsp[0].c);
yyval.d = 0. ;
}
else
yyval.d = pNumOpt(0, GMSH_GET, 0);
}
;
break;}
case 284:
#line 2007 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-5].c))){
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-5].c);
yyval.d = 0. ;
}
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[0].c, pNumCat))){
vyyerror("Unknown Numeric Option '%s[%d].%s'", yyvsp[-5].c, (int)yyvsp[-3].d, yyvsp[0].c);
yyval.d = 0. ;
}
else
yyval.d = pNumOpt((int)yyvsp[-3].d, GMSH_GET, 0);
}
;
break;}
case 285:
#line 2023 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-3].c))){
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-3].c);
yyval.d = 0. ;
}
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-1].c, pNumCat))){
vyyerror("Unknown Numeric Option '%s.%s'", yyvsp[-3].c, yyvsp[-1].c);
yyval.d = 0. ;
}
else
yyval.d = pNumOpt(0, GMSH_SET|GMSH_GUI, pNumOpt(0, GMSH_GET, 0)+yyvsp[0].i);
}
;
break;}
case 286:
#line 2039 "Gmsh.y"
{
if(!(pNumCat = Get_NumberOptionCategory(yyvsp[-6].c))){
vyyerror("Unknown Numeric Option Class '%s'", yyvsp[-6].c);
yyval.d = 0. ;
}
else{
if(!(pNumOpt = (double (*) (int, int, double))Get_NumberOption(yyvsp[-1].c, pNumCat))){
vyyerror("Unknown Numeric Option '%s[%d].%s'", yyvsp[-6].c, (int)yyvsp[-4].d, yyvsp[-1].c);
yyval.d = 0. ;
}
else
yyval.d = pNumOpt((int)yyvsp[-4].d, GMSH_SET|GMSH_GUI, pNumOpt((int)yyvsp[-4].d, GMSH_GET, 0)+yyvsp[0].i);
}
;
break;}
case 287:
#line 2057 "Gmsh.y"
{
ListOfDouble2_L = List_Create(2,1,sizeof(double)) ;
for(d=yyvsp[-2].d ; (yyvsp[-2].d<yyvsp[0].d)?(d<=yyvsp[0].d):(d>=yyvsp[0].d) ; (yyvsp[-2].d<yyvsp[0].d)?(d+=1.):(d-=1.))
List_Add(ListOfDouble2_L, &d) ;
;
break;}
case 288:
#line 2063 "Gmsh.y"
{
ListOfDouble2_L = List_Create(2,1,sizeof(double)) ;
if(!yyvsp[0].d || (yyvsp[-4].d<yyvsp[-2].d && yyvsp[0].d<0) || (yyvsp[-4].d>yyvsp[-2].d && yyvsp[0].d>0)){
vyyerror("Wrong Increment in '%g:%g:%g'", yyvsp[-4].d, yyvsp[-2].d, yyvsp[0].d) ;
List_Add(ListOfDouble2_L, &(yyvsp[-4].d)) ;
}
else
for(d=yyvsp[-4].d ; (yyvsp[0].d>0)?(d<=yyvsp[-2].d):(d>=yyvsp[-2].d) ; d+=yyvsp[0].d)
List_Add(ListOfDouble2_L, &d) ;
;
break;}
case 289:
#line 2077 "Gmsh.y"
{
memcpy(yyval.v, yyvsp[0].v, 5*sizeof(double)) ;
;
break;}
case 290:
#line 2081 "Gmsh.y"
{
for(i=0 ; i<5 ; i++) yyval.v[i] = -yyvsp[0].v[i] ;
;
break;}
case 291:
#line 2085 "Gmsh.y"
{
for(i=0 ; i<5 ; i++) yyval.v[i] = yyvsp[0].v[i];
;
break;}
case 292:
#line 2089 "Gmsh.y"
{
for(i=0 ; i<5 ; i++) yyval.v[i] = yyvsp[-2].v[i] - yyvsp[0].v[i] ;
;
break;}
case 293:
#line 2093 "Gmsh.y"
{
for(i=0 ; i<5 ; i++) yyval.v[i] = yyvsp[-2].v[i] + yyvsp[0].v[i] ;
;
break;}
case 294:
#line 2099 "Gmsh.y"
{
yyval.v[0]=yyvsp[-9].d; yyval.v[1]=yyvsp[-7].d; yyval.v[2]=yyvsp[-5].d; yyval.v[3]=yyvsp[-3].d; yyval.v[4]=yyvsp[-1].d;
;
break;}
case 295:
#line 2103 "Gmsh.y"
{
yyval.v[0]=yyvsp[-7].d; yyval.v[1]=yyvsp[-5].d; yyval.v[2]=yyvsp[-3].d; yyval.v[3]=yyvsp[-1].d; yyval.v[4]=1.0;
;
break;}
case 296:
#line 2107 "Gmsh.y"
{
yyval.v[0]=yyvsp[-5].d; yyval.v[1]=yyvsp[-3].d; yyval.v[2]=yyvsp[-1].d; yyval.v[3]=0.0; yyval.v[4]=1.0;
;
break;}
case 297:
#line 2111 "Gmsh.y"
{
yyval.v[0]=yyvsp[-5].d; yyval.v[1]=yyvsp[-3].d; yyval.v[2]=yyvsp[-1].d; yyval.v[3]=0.0; yyval.v[4]=1.0;
;
break;}
case 298:
#line 2118 "Gmsh.y"
{
;
break;}
case 299:
#line 2121 "Gmsh.y"
{
;
break;}
case 300:
#line 2127 "Gmsh.y"
{
;
break;}
case 301:
#line 2130 "Gmsh.y"
{
;
break;}
case 302:
#line 2136 "Gmsh.y"
{
;
break;}
case 303:
#line 2139 "Gmsh.y"
{
yyval.l=ListOfListOfDouble_L;
;
break;}
case 304:
#line 2143 "Gmsh.y"
{
yyval.l=ListOfListOfDouble_L;
;
break;}
case 305:
#line 2150 "Gmsh.y"
{
ListOfListOfDouble_L = List_Create(2,1,sizeof(List_T*)) ;
List_Add(ListOfListOfDouble_L, &(yyvsp[0].l)) ;
;
break;}
case 306:
#line 2155 "Gmsh.y"
{
List_Add(ListOfListOfDouble_L, &(yyvsp[0].l)) ;
;
break;}
case 307:
#line 2162 "Gmsh.y"
{
;
break;}
case 308:
#line 2165 "Gmsh.y"
{
ListOfDouble_L = List_Create(2,1,sizeof(double)) ;
List_Add(ListOfDouble_L, &(yyvsp[0].d)) ;
yyval.l=ListOfDouble_L;
;
break;}
case 309:
#line 2171 "Gmsh.y"
{
ListOfDouble_L = List_Create(2,1,sizeof(double)) ;
TheSymbol.Name = yyvsp[-2].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-2].c) ;
d = 0.0 ;
List_Add(ListOfDouble_L, &d);
}
else{
for(i = 0 ; i < List_Nbr(pSymbol->val) ; i++)
List_Add(ListOfDouble_L, (double*)List_Pointer_Fast(pSymbol->val, i)) ;
}
yyval.l=ListOfDouble_L;
;
break;}
case 310:
#line 2186 "Gmsh.y"
{
yyval.l=ListOfDouble_L;
;
break;}
case 311:
#line 2194 "Gmsh.y"
{
ListOfDouble_L = List_Create(2,1,sizeof(double)) ;
List_Add(ListOfDouble_L, &(yyvsp[0].d)) ;
;
break;}
case 312:
#line 2199 "Gmsh.y"
{
ListOfDouble_L = List_Create(2,1,sizeof(double)) ;
for(i=0 ; i<List_Nbr(ListOfDouble2_L) ; i++){
List_Read(ListOfDouble2_L, i, &d) ;
List_Add(ListOfDouble_L, &d) ;
}
List_Delete(ListOfDouble2_L);
;
break;}
case 313:
#line 2208 "Gmsh.y"
{
ListOfDouble_L = List_Create(2,1,sizeof(double)) ;
TheSymbol.Name = yyvsp[-2].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-2].c) ;
}
else{
for(i = 0 ; i < List_Nbr(pSymbol->val) ; i++)
List_Add(ListOfDouble_L, (double*)List_Pointer_Fast(pSymbol->val, i)) ;
}
;
break;}
case 314:
#line 2220 "Gmsh.y"
{
List_Add(ListOfDouble_L, &(yyvsp[0].d)) ;
;
break;}
case 315:
#line 2224 "Gmsh.y"
{
for(i=0 ; i<List_Nbr(ListOfDouble2_L) ; i++){
List_Read(ListOfDouble2_L, i, &d) ;
List_Add(ListOfDouble_L, &d) ;
}
List_Delete(ListOfDouble2_L);
;
break;}
case 316:
#line 2232 "Gmsh.y"
{
TheSymbol.Name = yyvsp[-2].c ;
if (!(pSymbol = (Symbol*)List_PQuery(Symbol_L, &TheSymbol, CompareSymbols))) {
vyyerror("Unknown Variable '%s'", yyvsp[-2].c) ;
}
else{
for(i = 0 ; i < List_Nbr(pSymbol->val) ; i++)
List_Add(ListOfDouble_L, (double*)List_Pointer_Fast(pSymbol->val, i)) ;
}
;
break;}
case 317:
#line 2246 "Gmsh.y"
{
yyval.u = PACK_COLOR((int)yyvsp[-7].d, (int)yyvsp[-5].d, (int)yyvsp[-3].d, (int)yyvsp[-1].d);
;
break;}
case 318:
#line 2250 "Gmsh.y"
{
yyval.u = PACK_COLOR((int)yyvsp[-5].d, (int)yyvsp[-3].d, (int)yyvsp[-1].d, 255);
;
break;}
case 319:
#line 2254 "Gmsh.y"
{
yyval.u = Get_ColorForString(ColorString, (int)yyvsp[-1].d, yyvsp[-3].c, &flag);
if(flag) vyyerror("Unknown Color '%s'", yyvsp[-3].c);
;
break;}
case 320:
#line 2259 "Gmsh.y"
{
yyval.u = Get_ColorForString(ColorString, -1, yyvsp[0].c, &flag);
if(flag) vyyerror("Unknown Color '%s'", yyvsp[0].c);
;
break;}
case 321:
#line 2264 "Gmsh.y"
{
if(!(pColCat = Get_ColorOptionCategory(yyvsp[-4].c))){
vyyerror("Unknown Color Option Class '%s'", yyvsp[-4].c);
yyval.u = 0 ;
}
else{
if(!(pColOpt = (unsigned int (*) (int, int, unsigned int))Get_ColorOption(yyvsp[0].c, pColCat))){
vyyerror("Unknown Color Option '%s.Color.%s'", yyvsp[-4].c, yyvsp[0].c);
yyval.u = 0 ;
}
else{
yyval.u = pColOpt(0,GMSH_GET,0) ;
}
}
;
break;}
case 322:
#line 2283 "Gmsh.y"
{
yyval.l = ListOfColor_L;
;
break;}
case 323:
#line 2287 "Gmsh.y"
{
if(!ListOfColor_L)
ListOfColor_L = List_Create(256,10,sizeof(unsigned int)) ;
else
List_Reset(ListOfColor_L) ;
ColorTable *ct = Get_ColorTable((int)yyvsp[-3].d);
if(!ct)
vyyerror("View[%d] does not exist", (int)yyvsp[-3].d);
else{
for(i=0 ; i<ct->size ; i++)
List_Add(ListOfColor_L, &ct->table[i]);
}
yyval.l = ListOfColor_L;
;
break;}
case 324:
#line 2305 "Gmsh.y"
{
if(!ListOfColor_L)
ListOfColor_L = List_Create(256,10,sizeof(unsigned int)) ;
else
List_Reset(ListOfColor_L) ;
List_Add(ListOfColor_L, &(yyvsp[0].u)) ;
;
break;}
case 325:
#line 2313 "Gmsh.y"
{
List_Add(ListOfColor_L, &(yyvsp[0].u)) ;
;
break;}
case 326:
#line 2320 "Gmsh.y"
{
yyval.c = yyvsp[0].c;
;
break;}
case 327:
#line 2324 "Gmsh.y"
{
yyval.c = yyvsp[-1].c;
;
break;}
case 328:
#line 2328 "Gmsh.y"
{
for(i = 0 ; i<List_Nbr(ListOfDouble_L) ; i++){
if(!i){
str = strtok(yyvsp[-3].c, "%");
strcpy(tmpstring, str);
}
str = strtok(NULL, "%");
if(str){
strcpy(tmpstring2, "%");
strcat(tmpstring2, str);
sprintf(tmpstring3, tmpstring2, *(double*)List_Pointer(ListOfDouble_L,i));
strcat(tmpstring, tmpstring3);
}
else{
vyyerror("Missing %d Parameter(s) in Sprintf Format",
List_Nbr(ListOfDouble_L)-i);
break ;
}
}
yyval.c = (char*)Malloc(strlen(tmpstring)+1);
strcpy(yyval.c, tmpstring);
;
break;}
}
/* the action file gets copied in in place of this dollarsign */
#line 543 "/usr/lib/bison.simple"
yyvsp -= yylen;
yyssp -= yylen;
#ifdef YYLSP_NEEDED
yylsp -= yylen;
#endif
#if YYDEBUG != 0
if (yydebug)
{
short *ssp1 = yyss - 1;
fprintf (stderr, "state stack now");
while (ssp1 != yyssp)
fprintf (stderr, " %d", *++ssp1);
fprintf (stderr, "\n");
}
#endif
*++yyvsp = yyval;
#ifdef YYLSP_NEEDED
yylsp++;
if (yylen == 0)
{
yylsp->first_line = yylloc.first_line;
yylsp->first_column = yylloc.first_column;
yylsp->last_line = (yylsp-1)->last_line;
yylsp->last_column = (yylsp-1)->last_column;
yylsp->text = 0;
}
else
{
yylsp->last_line = (yylsp+yylen-1)->last_line;
yylsp->last_column = (yylsp+yylen-1)->last_column;
}
#endif
/* Now "shift" the result of the reduction.
Determine what state that goes to,
based on the state we popped back to
and the rule number reduced by. */
yyn = yyr1[yyn];
yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
yystate = yytable[yystate];
else
yystate = yydefgoto[yyn - YYNTBASE];
goto yynewstate;
yyerrlab: /* here on detecting error */
if (! yyerrstatus)
/* If not already recovering from an error, report this error. */
{
++yynerrs;
#ifdef YYERROR_VERBOSE
yyn = yypact[yystate];
if (yyn > YYFLAG && yyn < YYLAST)
{
int size = 0;
char *msg;
int x, count;
count = 0;
/* Start X at -yyn if nec to avoid negative indexes in yycheck. */
for (x = (yyn < 0 ? -yyn : 0);
x < (sizeof(yytname) / sizeof(char *)); x++)
if (yycheck[x + yyn] == x)
size += strlen(yytname[x]) + 15, count++;
msg = (char *) malloc(size + 15);
if (msg != 0)
{
strcpy(msg, "parse error");
if (count < 5)
{
count = 0;
for (x = (yyn < 0 ? -yyn : 0);
x < (sizeof(yytname) / sizeof(char *)); x++)
if (yycheck[x + yyn] == x)
{
strcat(msg, count == 0 ? ", expecting `" : " or `");
strcat(msg, yytname[x]);
strcat(msg, "'");
count++;
}
}
yyerror(msg);
free(msg);
}
else
yyerror ("parse error; also virtual memory exceeded");
}
else
#endif /* YYERROR_VERBOSE */
yyerror("parse error");
}
goto yyerrlab1;
yyerrlab1: /* here on error raised explicitly by an action */
if (yyerrstatus == 3)
{
/* if just tried and failed to reuse lookahead token after an error, discard it. */
/* return failure if at end of input */
if (yychar == YYEOF)
YYABORT;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
#endif
yychar = YYEMPTY;
}
/* Else will try to reuse lookahead token
after shifting the error token. */
yyerrstatus = 3; /* Each real token shifted decrements this */
goto yyerrhandle;
yyerrdefault: /* current state does not do anything special for the error token. */
#if 0
/* This is wrong; only states that explicitly want error tokens
should shift them. */
yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/
if (yyn) goto yydefault;
#endif
yyerrpop: /* pop the current state because it cannot handle the error token */
if (yyssp == yyss) YYABORT;
yyvsp--;
yystate = *--yyssp;
#ifdef YYLSP_NEEDED
yylsp--;
#endif
#if YYDEBUG != 0
if (yydebug)
{
short *ssp1 = yyss - 1;
fprintf (stderr, "Error: state stack now");
while (ssp1 != yyssp)
fprintf (stderr, " %d", *++ssp1);
fprintf (stderr, "\n");
}
#endif
yyerrhandle:
yyn = yypact[yystate];
if (yyn == YYFLAG)
goto yyerrdefault;
yyn += YYTERROR;
if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
goto yyerrdefault;
yyn = yytable[yyn];
if (yyn < 0)
{
if (yyn == YYFLAG)
goto yyerrpop;
yyn = -yyn;
goto yyreduce;
}
else if (yyn == 0)
goto yyerrpop;
if (yyn == YYFINAL)
YYACCEPT;
#if YYDEBUG != 0
if (yydebug)
fprintf(stderr, "Shifting error token, ");
#endif
*++yyvsp = yylval;
#ifdef YYLSP_NEEDED
*++yylsp = yylloc;
#endif
yystate = yyn;
goto yynewstate;
yyacceptlab:
/* YYACCEPT comes here. */
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 0;
yyabortlab:
/* YYABORT comes here. */
if (yyfree_stacks)
{
free (yyss);
free (yyvs);
#ifdef YYLSP_NEEDED
free (yyls);
#endif
}
return 1;
}
#line 2352 "Gmsh.y"
void InitSymbols(void){
Symbol_L = List_Create(10,1,sizeof(Symbol));
}
void DeleteSymbols(void){
int i;
for(i = 0 ; i < List_Nbr(Symbol_L) ; i++)
List_Delete(((Symbol*)List_Pointer_Fast(Symbol_L,i))->val);
List_Delete(Symbol_L);
}
int CompareSymbols (const void *a, const void *b){
return(strcmp(((Symbol*)a)->Name,((Symbol*)b)->Name));
}
void yyerror(char *s){
Msg(PARSER_ERROR, "'%s', line %d : %s (%s)",yyname,yylineno-1,s,yytext);
yyerrorstate=1;
}
void vyyerror(char *fmt, ...){
va_list args;
char tmp[TEXT_BUFFER_SIZE];
va_start (args, fmt);
vsprintf (tmp, fmt, args);
va_end (args);
Msg(PARSER_ERROR, "'%s', line %d : %s", yyname, yylineno-1, tmp);
yyerrorstate=1;
}