Skip to content
Snippets Groups Projects
Gmsh.tab.hpp 2.67 KiB
Newer Older
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
typedef union {
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  char *c;
  int i;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
  double d;
  double v[5];
  Shape s;
  List_T *l;
} YYSTYPE;
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#define	tDOUBLE	257
#define	tSTRING	258
#define	tBIGSTR	259
#define	tEND	260
#define	tAFFECT	261
#define	tDOTS	262
#define	tPi	263
#define	tMPI_Rank	264
#define	tMPI_Size	265
#define	tEuclidian	266
#define	tCoordinates	267
#define	tExp	268
#define	tLog	269
#define	tLog10	270
#define	tSqrt	271
#define	tSin	272
#define	tAsin	273
#define	tCos	274
#define	tAcos	275
#define	tTan	276
#define	tRand	277
#define	tAtan	278
#define	tAtan2	279
#define	tSinh	280
#define	tCosh	281
#define	tTanh	282
#define	tFabs	283
#define	tFloor	284
#define	tCeil	285
#define	tFmod	286
#define	tModulo	287
#define	tHypot	288
#define	tPrintf	289
#define	tSprintf	290
#define	tStrCat	291
#define	tStrPrefix	292
#define	tStrRelative	293
#define	tBoundingBox	294
#define	tDraw	295
#define	tToday	296
#define	tPoint	297
#define	tCircle	298
#define	tEllipse	299
#define	tLine	300
#define	tSphere	301
#define	tPolarSphere	302
#define	tSurface	303
#define	tSpline	304
#define	tVolume	305
#define	tCharacteristic	306
#define	tLength	307
#define	tParametric	308
#define	tElliptic	309
#define	tPlane	310
#define	tRuled	311
#define	tTransfinite	312
#define	tComplex	313
#define	tPhysical	314
#define	tUsing	315
#define	tBump	316
#define	tProgression	317
#define	tPlugin	318
#define	tRotate	319
#define	tTranslate	320
#define	tSymmetry	321
#define	tDilate	322
#define	tExtrude	323
#define	tDuplicata	324
#define	tLoop	325
#define	tRecombine	326
#define	tDelete	327
#define	tCoherence	328
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
#define	tIntersect	329
#define	tAttractor	330
#define	tLayers	331
#define	tHole	332
#define	tAlias	333
#define	tAliasWithOptions	334
#define	tText2D	335
#define	tText3D	336
#define	tInterpolationScheme	337
#define	tTime	338
#define	tGrain	339
#define	tCombine	340
#define	tBSpline	341
#define	tBezier	342
#define	tNurbs	343
#define	tOrder	344
#define	tKnots	345
#define	tColor	346
#define	tColorTable	347
#define	tFor	348
#define	tIn	349
#define	tEndFor	350
#define	tIf	351
#define	tEndIf	352
#define	tExit	353
#define	tField	354
#define	tThreshold	355
#define	tStructured	356
#define	tLatLon	357
#define	tGrad	358
#define	tPostView	359
#define	tReturn	360
#define	tCall	361
#define	tFunction	362
#define	tShow	363
#define	tHide	364
#define	tGetValue	365
#define	tGMSH_MAJOR_VERSION	366
#define	tGMSH_MINOR_VERSION	367
#define	tGMSH_PATCH_VERSION	368
#define	tAFFECTPLUS	369
#define	tAFFECTMINUS	370
#define	tAFFECTTIMES	371
#define	tAFFECTDIVIDE	372
#define	tOR	373
#define	tAND	374
#define	tEQUAL	375
#define	tNOTEQUAL	376
#define	tLESSOREQUAL	377
#define	tGREATEROREQUAL	378
#define	tPLUSPLUS	379
#define	tMINUSMINUS	380
#define	UNARYPREC	381
Christophe Geuzaine's avatar
 
Christophe Geuzaine committed
extern YYSTYPE yylval;