Newer
Older
#line 2 "Gmsh.yy.cpp"
#line 4 "Gmsh.yy.cpp"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define yy_create_buffer gmsh_yy_create_buffer
#define yy_delete_buffer gmsh_yy_delete_buffer
#define yy_flex_debug gmsh_yy_flex_debug
#define yy_init_buffer gmsh_yy_init_buffer
#define yy_flush_buffer gmsh_yy_flush_buffer
#define yy_load_buffer_state gmsh_yy_load_buffer_state
#define yy_switch_to_buffer gmsh_yy_switch_to_buffer
#define yyin gmsh_yyin
#define yyleng gmsh_yyleng
#define yylex gmsh_yylex
#define yylineno gmsh_yylineno
#define yyout gmsh_yyout
#define yyrestart gmsh_yyrestart
#define yytext gmsh_yytext
#define yywrap gmsh_yywrap
#define yyalloc gmsh_yyalloc
#define yyrealloc gmsh_yyrealloc
#define yyfree gmsh_yyfree
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include <stdio.h>
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
* if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#define YY_BUF_SIZE 16384
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
extern yy_size_t gmsh_yyleng;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up gmsh_yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up gmsh_yytext again */ \
} \
while ( 0 )
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via gmsh_yyrestart()), so that the user can continue scanning by
* just pointing gmsh_yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*/
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
/* yy_hold_char holds the character lost when gmsh_yytext is formed. */
static char yy_hold_char;
static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
yy_size_t gmsh_yyleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
static int yy_init = 0; /* whether we need to initialize */
static int yy_start = 0; /* start state number */
/* Flag which is used to allow gmsh_yywrap()'s to do buffer switches
* instead of setting up a fresh gmsh_yyin. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
void gmsh_yyrestart (FILE *input_file );
void gmsh_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
YY_BUFFER_STATE gmsh_yy_create_buffer (FILE *file,int size );
void gmsh_yy_delete_buffer (YY_BUFFER_STATE b );
void gmsh_yy_flush_buffer (YY_BUFFER_STATE b );
void gmsh_yypush_buffer_state (YY_BUFFER_STATE new_buffer );
void gmsh_yypop_buffer_state (void );
static void gmsh_yyensure_buffer_stack (void );
static void gmsh_yy_load_buffer_state (void );
static void gmsh_yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
YY_BUFFER_STATE gmsh_yy_scan_buffer (char *base,yy_size_t size );
YY_BUFFER_STATE gmsh_yy_scan_string (yyconst char *yy_str );
YY_BUFFER_STATE gmsh_yy_scan_bytes (yyconst char *bytes,yy_size_t len );
void *gmsh_yyalloc (yy_size_t );
void *gmsh_yyrealloc (void *,yy_size_t );
void gmsh_yyfree (void * );
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
YY_CURRENT_BUFFER_LVALUE = \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
YY_CURRENT_BUFFER_LVALUE = \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
/* Begin user sect3 */
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
static yy_state_type yy_get_previous_state (void );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
static int yy_get_next_buffer (void );
static void yy_fatal_error (yyconst char msg[] );
/* Done after the current pattern has been matched and before the
*/
#define YY_DO_BEFORE_ACTION \
(yytext_ptr) = yy_bp; \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 168
#define YY_END_OF_BUFFER 169
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
{
flex_int32_t yy_verify;
flex_int32_t yy_nxt;
};
static yyconst flex_int16_t yy_accept[784] =
{ 0,
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
0, 0, 169, 167, 1, 1, 167, 5, 167, 6,
167, 167, 167, 167, 167, 162, 21, 2, 167, 16,
167, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 167, 28, 24, 19, 25, 17,
26, 18, 0, 164, 3, 4, 20, 163, 162, 0,
29, 27, 30, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 95,
94, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 114, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 149, 150, 166, 166, 166, 166, 166, 166,
166, 166, 166, 23, 22, 0, 163, 0, 0, 165,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 52,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 68, 166, 166, 166, 166, 166, 82, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 102, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 134, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 157, 166,
166, 166, 166, 166, 166, 166, 0, 164, 0, 0,
163, 166, 32, 166, 166, 166, 166, 36, 38, 166,
166, 166, 166, 60, 166, 46, 166, 166, 166, 166,
166, 166, 166, 166, 51, 166, 166, 166, 166, 166,
67, 166, 166, 166, 166, 166, 77, 166, 78, 166,
166, 81, 166, 166, 166, 166, 166, 90, 91, 166,
166, 166, 166, 166, 166, 166, 166, 100, 101, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 127, 166, 166, 166, 166, 166,
166, 166, 146, 135, 166, 166, 166, 166, 133, 166,
166, 166, 166, 166, 166, 166, 152, 156, 166, 166,
166, 166, 166, 166, 10, 15, 9, 8, 166, 12,
14, 0, 163, 31, 34, 166, 166, 166, 40, 166,
42, 166, 166, 166, 166, 166, 166, 166, 55, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
74, 76, 166, 166, 79, 80, 166, 166, 166, 166,
166, 166, 93, 166, 166, 98, 166, 166, 166, 103,
166, 166, 166, 166, 110, 111, 166, 166, 166, 115,
166, 116, 166, 166, 166, 166, 166, 166, 166, 166,
126, 166, 166, 166, 166, 138, 166, 166, 166, 166,
166, 166, 166, 166, 166, 158, 166, 166, 160, 166,
11, 166, 13, 166, 33, 37, 39, 166, 43, 166,
166, 166, 47, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 64, 66, 166, 166, 73, 166, 166,
166, 166, 166, 84, 166, 166, 166, 166, 166, 104,
99, 166, 166, 166, 166, 107, 166, 166, 166, 120,
166, 119, 166, 166, 166, 129, 166, 125, 166, 166,
136, 137, 166, 141, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 161, 7, 166, 41, 44,
166, 166, 166, 166, 166, 166, 50, 54, 166, 166,
166, 166, 166, 70, 166, 166, 166, 71, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 130,
166, 166, 140, 145, 166, 166, 166, 139, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 57, 166, 166, 166, 166, 69, 72, 166,
83, 166, 166, 166, 166, 86, 92, 166, 166, 105,
108, 109, 166, 166, 112, 113, 166, 166, 166, 166,
166, 166, 132, 131, 166, 166, 166, 147, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 48, 166,
166, 166, 166, 166, 166, 75, 166, 166, 166, 85,
166, 96, 166, 166, 166, 166, 166, 166, 123, 166,
143, 166, 166, 148, 166, 166, 166, 155, 166, 166,
166, 59, 166, 49, 56, 166, 166, 166, 166, 166,
166, 166, 166, 166, 117, 166, 121, 166, 166, 128,
166, 142, 166, 166, 166, 166, 166, 45, 166, 58,
166, 166, 65, 166, 166, 166, 166, 166, 118, 122,
166, 144, 166, 166, 153, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 166, 166, 166,
166, 166, 166, 166, 166, 166, 166, 106, 166, 166,
154, 166, 166, 53, 61, 63, 166, 166, 166, 166,
124, 151, 166, 166, 166, 166, 166, 166, 166, 166,
35, 166, 166, 166, 166, 166, 159, 166, 166, 166,
166, 166, 166, 87, 88, 89, 166, 166, 166, 166,
97, 62, 0
} ;
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 4, 5, 1, 1, 1, 6, 7, 1,
1, 8, 9, 1, 10, 11, 12, 13, 14, 15,
16, 17, 17, 17, 17, 17, 17, 18, 19, 20,
21, 22, 1, 1, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,

Christophe Geuzaine
committed
39, 40, 41, 42, 43, 44, 45, 46, 46, 46,
1, 1, 1, 1, 47, 1, 48, 49, 50, 51,

Christophe Geuzaine
committed
52, 53, 54, 55, 56, 46, 57, 58, 59, 60,
61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 1, 73, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;

Christophe Geuzaine
committed
static yyconst flex_int32_t yy_meta[74] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 2, 2, 2, 2, 2, 1, 1, 1,
1, 1, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,

Christophe Geuzaine
committed
2, 2, 1
} ;
static yyconst flex_int16_t yy_base[785] =
{ 0,
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
0, 0, 911, 912, 912, 912, 889, 912, 903, 912,
887, 65, 66, 64, 76, 78, 912, 912, 886, 885,
884, 49, 49, 48, 64, 59, 76, 50, 50, 86,
0, 844, 88, 89, 836, 838, 99, 834, 100, 110,
143, 73, 839, 847, 825, 912, 912, 912, 912, 912,
912, 912, 886, 169, 912, 912, 912, 184, 199, 214,
912, 912, 912, 0, 835, 834, 838, 843, 836, 843,
828, 59, 822, 87, 832, 839, 822, 179, 833, 117,
826, 835, 824, 830, 816, 829, 177, 829, 825, 815,
814, 810, 813, 831, 805, 819, 24, 807, 826, 0,
801, 805, 794, 96, 127, 810, 832, 797, 810, 796,
808, 794, 793, 785, 0, 141, 122, 799, 806, 793,
152, 786, 793, 784, 788, 788, 786, 177, 782, 781,
780, 134, 0, 0, 808, 782, 771, 789, 791, 787,
781, 778, 766, 912, 912, 239, 244, 253, 259, 264,
770, 768, 784, 257, 771, 770, 771, 762, 771, 766,
767, 765, 765, 758, 771, 127, 759, 141, 755, 763,
769, 760, 763, 762, 765, 743, 755, 178, 749, 751,
742, 0, 743, 741, 747, 743, 752, 0, 752, 771,
256, 748, 747, 737, 736, 769, 743, 728, 741, 738,
739, 738, 723, 774, 740, 731, 718, 735, 731, 734,
725, 715, 719, 724, 717, 728, 715, 723, 722, 711,
715, 703, 717, 720, 715, 729, 696, 709, 702, 710,
705, 704, 693, 263, 705, 698, 706, 728, 699, 687,
704, 691, 698, 689, 681, 252, 308, 313, 322, 327,
332, 681, 0, 681, 684, 688, 695, 0, 727, 685,
684, 687, 687, 0, 670, 0, 688, 677, 670, 674,
668, 675, 161, 679, 0, 663, 668, 667, 660, 659,
0, 662, 662, 669, 657, 664, 0, 652, 0, 667,
653, 0, 650, 668, 654, 647, 664, 0, 0, 653,
644, 669, 644, 642, 642, 639, 646, 0, 0, 690,
205, 679, 643, 635, 635, 639, 636, 640, 643, 638,
627, 628, 625, 76, 0, 631, 629, 624, 623, 620,
634, 620, 0, 0, 617, 618, 224, 621, 0, 632,
623, 614, 625, 628, 623, 639, 0, 0, 650, 601,
606, 617, 615, 609, 0, 0, 609, 0, 614, 607,
0, 337, 342, 0, 619, 598, 602, 601, 0, 600,
0, 595, 602, 599, 606, 603, 602, 592, 610, 591,
598, 582, 592, 595, 594, 593, 592, 591, 199, 578,
0, 0, 590, 589, 0, 0, 583, 212, 570, 573,
578, 574, 0, 596, 568, 0, 567, 576, 565, 0,
581, 572, 569, 565, 0, 0, 573, 573, 573, 0,
562, 0, 580, 567, 555, 569, 565, 556, 550, 562,
0, 562, 557, 559, 558, 0, 543, 542, 547, 554,
227, 555, 538, 542, 536, 0, 234, 545, 0, 548,
0, 545, 0, 542, 0, 0, 582, 544, 0, 535,
536, 527, 0, 532, 533, 542, 537, 518, 527, 526,
543, 559, 519, 0, 0, 252, 526, 0, 525, 528,
518, 194, 555, 0, 521, 509, 521, 537, 521, 0,
0, 520, 511, 498, 515, 0, 502, 511, 518, 0,
503, 0, 508, 326, 528, 0, 510, 0, 509, 508,
0, 0, 506, 0, 507, 504, 508, 497, 502, 489,
501, 485, 255, 502, 489, 0, 0, 482, 0, 0,
493, 506, 493, 494, 482, 493, 0, 0, 490, 492,
478, 477, 489, 0, 471, 485, 486, 0, 473, 500,
495, 488, 469, 476, 456, 492, 475, 458, 466, 470,
460, 456, 469, 460, 462, 335, 468, 455, 462, 0,
449, 448, 0, 0, 455, 444, 461, 0, 437, 455,
442, 438, 444, 437, 450, 446, 476, 438, 434, 445,
442, 437, 0, 428, 431, 432, 425, 0, 0, 430,
0, 452, 451, 462, 432, 0, 0, 462, 418, 0,
0, 0, 419, 426, 0, 0, 429, 431, 419, 412,
425, 411, 0, 0, 405, 418, 423, 0, 414, 415,
422, 413, 416, 442, 429, 404, 405, 407, 0, 391,
409, 408, 398, 393, 405, 0, 416, 415, 424, 0,
411, 0, 396, 401, 386, 391, 394, 395, 0, 391,
0, 377, 392, 0, 394, 391, 375, 0, 379, 377,
368, 0, 372, 0, 0, 371, 377, 368, 382, 385,
384, 383, 398, 362, 0, 375, 0, 368, 361, 0,
372, 0, 356, 253, 370, 361, 354, 0, 353, 0,
357, 369, 0, 372, 371, 370, 376, 53, 0, 0,
120, 0, 176, 222, 0, 228, 250, 251, 255, 252,
286, 288, 306, 298, 303, 305, 312, 309, 300, 306,
318, 298, 304, 331, 332, 333, 327, 0, 310, 312,
0, 330, 319, 0, 344, 0, 340, 342, 344, 346,
0, 0, 328, 324, 329, 360, 361, 362, 369, 329,
0, 366, 360, 361, 362, 371, 0, 341, 367, 368,
369, 379, 349, 0, 0, 0, 373, 357, 383, 346,
0, 0, 912, 410
} ;
static yyconst flex_int16_t yy_def[785] =
{ 0,
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
783, 1, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 783, 783, 783, 783, 783, 783, 783,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 783, 783, 783, 783,
783, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 783, 783, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 784, 784, 784, 784, 784, 784, 784, 784,
784, 784, 0, 783
} ;
static yyconst flex_int16_t yy_nxt[986] =
{ 0,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,

Christophe Geuzaine
committed
30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
40, 41, 42, 43, 31, 31, 31, 31, 31, 31,
31, 31, 31, 31, 31, 31, 31, 31, 31, 44,

Christophe Geuzaine
committed
31, 31, 45, 49, 53, 51, 54, 54, 54, 54,
54, 193, 194, 55, 94, 50, 52, 56, 58, 71,
59, 59, 59, 59, 59, 74, 57, 65, 66, 75,
72, 95, 76, 77, 60, 96, 67, 725, 78, 73,
97, 79, 68, 69, 70, 80, 83, 425, 84, 81,
98, 99, 85, 88, 158, 86, 107, 82, 87, 60,
159, 89, 140, 90, 91, 103, 92, 141, 100, 104,
108, 425, 93, 105, 161, 101, 112, 120, 106, 109,
113, 121, 162, 114, 115, 200, 116, 133, 134, 117,
122, 124, 118, 201, 125, 126, 123, 726, 127, 172,
173, 128, 129, 135, 174, 130, 131, 215, 269, 216,
132, 54, 54, 54, 54, 54, 202, 270, 213, 272,
136, 203, 236, 237, 137, 146, 147, 147, 147, 147,
147, 220, 273, 138, 221, 283, 139, 214, 284, 58,
148, 59, 59, 59, 59, 59, 550, 222, 381, 223,
146, 382, 149, 149, 551, 60, 150, 150, 150, 150,
150, 230, 181, 166, 231, 148, 167, 168, 182, 169,
232, 727, 183, 170, 411, 412, 482, 247, 247, 483,
60, 248, 248, 248, 248, 248, 147, 147, 147, 147,
147, 250, 250, 476, 477, 251, 251, 251, 251, 251,
249, 150, 150, 150, 150, 150, 150, 150, 150, 150,
150, 255, 295, 435, 517, 728, 523, 340, 518, 436,
341, 524, 729, 582, 714, 249, 296, 256, 257, 297,
342, 355, 343, 544, 356, 730, 731, 545, 732, 357,
583, 733, 734, 358, 735, 359, 360, 582, 714, 361,
248, 248, 248, 248, 248, 248, 248, 248, 248, 248,
362, 362, 736, 737, 363, 363, 363, 363, 363, 251,
251, 251, 251, 251, 251, 251, 251, 251, 251, 363,
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
363, 363, 363, 363, 363, 363, 363, 363, 363, 567,
618, 738, 739, 740, 741, 742, 743, 744, 745, 746,
747, 748, 749, 750, 751, 619, 752, 753, 754, 755,
756, 568, 757, 567, 758, 618, 759, 760, 761, 762,
763, 764, 765, 766, 767, 768, 769, 770, 771, 619,
772, 773, 774, 775, 776, 777, 778, 779, 780, 781,
782, 64, 724, 723, 722, 721, 720, 719, 718, 717,
716, 715, 713, 712, 711, 710, 709, 708, 707, 706,
705, 704, 703, 702, 701, 700, 699, 698, 697, 696,
695, 694, 693, 692, 691, 690, 689, 688, 687, 686,
685, 684, 683, 682, 681, 680, 679, 678, 677, 676,
675, 674, 673, 672, 671, 670, 669, 668, 667, 666,
665, 664, 663, 662, 661, 660, 659, 658, 657, 656,
655, 654, 653, 652, 651, 650, 649, 648, 647, 646,
645, 644, 643, 642, 641, 640, 639, 638, 637, 636,
635, 634, 633, 632, 631, 630, 629, 628, 627, 626,
625, 624, 623, 622, 621, 620, 617, 616, 615, 614,
613, 612, 611, 610, 609, 608, 607, 606, 605, 604,
603, 602, 601, 600, 599, 598, 597, 596, 595, 594,
593, 592, 591, 590, 589, 588, 587, 586, 585, 584,
581, 580, 579, 578, 577, 576, 575, 574, 573, 572,
571, 570, 569, 566, 565, 564, 563, 562, 561, 560,
559, 558, 557, 556, 555, 554, 553, 552, 549, 548,
547, 546, 543, 542, 541, 540, 539, 538, 537, 536,
535, 534, 533, 532, 531, 530, 529, 528, 527, 526,
525, 522, 521, 520, 519, 516, 515, 514, 513, 512,
511, 510, 509, 508, 507, 506, 505, 504, 503, 502,
501, 500, 499, 498, 497, 496, 495, 494, 493, 492,
491, 490, 489, 488, 487, 486, 485, 484, 481, 480,
479, 478, 475, 474, 473, 472, 471, 470, 469, 468,
467, 466, 465, 464, 463, 462, 461, 460, 459, 458,
457, 456, 455, 454, 453, 452, 451, 450, 449, 448,
447, 446, 445, 444, 443, 442, 441, 440, 439, 438,
437, 434, 433, 432, 431, 430, 429, 428, 427, 426,
424, 423, 422, 421, 420, 419, 418, 417, 416, 415,
414, 413, 410, 409, 408, 407, 406, 405, 404, 403,
402, 401, 400, 399, 398, 397, 396, 395, 394, 393,
392, 391, 390, 389, 388, 387, 386, 385, 384, 383,
380, 379, 378, 377, 376, 375, 374, 373, 372, 371,
370, 369, 368, 367, 366, 365, 364, 354, 353, 352,
351, 350, 349, 348, 347, 346, 345, 344, 339, 338,
337, 336, 335, 334, 333, 332, 331, 330, 329, 328,
327, 326, 325, 324, 323, 322, 321, 320, 319, 318,
317, 316, 315, 314, 313, 312, 311, 310, 309, 308,
307, 306, 305, 304, 303, 302, 301, 300, 299, 298,
294, 293, 292, 291, 290, 289, 288, 287, 286, 285,
282, 281, 280, 279, 278, 277, 276, 275, 274, 271,
268, 267, 266, 265, 264, 263, 262, 261, 260, 259,
258, 254, 253, 252, 246, 245, 244, 243, 242, 241,
240, 239, 238, 235, 234, 233, 229, 228, 227, 226,
225, 224, 219, 218, 217, 212, 211, 210, 209, 208,
207, 206, 205, 204, 199, 198, 197, 196, 195, 192,
191, 190, 189, 188, 187, 186, 185, 184, 180, 179,
178, 177, 176, 175, 171, 165, 164, 163, 160, 157,
156, 155, 154, 153, 152, 151, 145, 144, 143, 142,
119, 111, 110, 102, 63, 62, 61, 48, 47, 46,
783, 3, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783
} ;
static yyconst flex_int16_t yy_chk[986] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,

Christophe Geuzaine
committed
1, 1, 1, 12, 14, 13, 14, 14, 14, 14,
14, 97, 97, 15, 28, 12, 13, 15, 16, 23,
16, 16, 16, 16, 16, 24, 15, 22, 22, 24,
23, 28, 24, 24, 16, 29, 22, 708, 24, 23,
29, 24, 22, 22, 22, 25, 26, 324, 26, 25,
Matti Pellika
committed
29, 30, 26, 27, 72, 26, 34, 25, 26, 16,
72, 27, 42, 27, 27, 33, 27, 42, 30, 33,
34, 324, 27, 33, 74, 30, 37, 39, 33, 34,
37, 39, 74, 37, 37, 104, 37, 41, 41, 37,
39, 40, 37, 104, 40, 40, 39, 711, 40, 80,
80, 40, 40, 41, 80, 40, 40, 117, 166, 117,
40, 54, 54, 54, 54, 54, 105, 166, 116, 168,
41, 105, 132, 132, 41, 54, 58, 58, 58, 58,
58, 121, 168, 41, 121, 178, 41, 116, 178, 59,
58, 59, 59, 59, 59, 59, 482, 121, 273, 121,
54, 273, 60, 60, 482, 59, 60, 60, 60, 60,
60, 128, 87, 78, 128, 58, 78, 78, 87, 78,
128, 713, 87, 78, 311, 311, 398, 146, 146, 398,
59, 146, 146, 146, 146, 146, 147, 147, 147, 147,
147, 148, 148, 389, 389, 148, 148, 148, 148, 148,
147, 149, 149, 149, 149, 149, 150, 150, 150, 150,
150, 154, 191, 337, 441, 714, 447, 234, 441, 337,
234, 447, 716, 523, 694, 147, 191, 154, 154, 191,
234, 246, 234, 476, 246, 717, 718, 476, 719, 246,
523, 720, 721, 246, 722, 246, 246, 523, 694, 246,
247, 247, 247, 247, 247, 248, 248, 248, 248, 248,
249, 249, 723, 724, 249, 249, 249, 249, 249, 250,
250, 250, 250, 250, 251, 251, 251, 251, 251, 362,
362, 362, 362, 362, 363, 363, 363, 363, 363, 504,
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
566, 725, 726, 727, 728, 729, 730, 731, 732, 733,
734, 735, 736, 737, 739, 566, 740, 742, 743, 745,
747, 504, 748, 504, 749, 566, 750, 753, 754, 755,
756, 757, 758, 759, 760, 762, 763, 764, 765, 566,
766, 768, 769, 770, 771, 772, 773, 777, 778, 779,
780, 784, 707, 706, 705, 704, 702, 701, 699, 697,
696, 695, 693, 691, 689, 688, 686, 684, 683, 682,
681, 680, 679, 678, 677, 676, 673, 671, 670, 669,
667, 666, 665, 663, 662, 660, 658, 657, 656, 655,
654, 653, 651, 649, 648, 647, 645, 644, 643, 642,
641, 640, 638, 637, 636, 635, 634, 633, 632, 631,
630, 629, 627, 626, 625, 622, 621, 620, 619, 618,
617, 614, 613, 609, 608, 605, 604, 603, 602, 600,
597, 596, 595, 594, 592, 591, 590, 589, 588, 587,
586, 585, 584, 583, 582, 581, 580, 579, 577, 576,
575, 572, 571, 569, 568, 567, 565, 564, 563, 562,
561, 560, 559, 558, 557, 556, 555, 554, 553, 552,
551, 550, 549, 547, 546, 545, 543, 542, 541, 540,
539, 536, 535, 534, 533, 532, 531, 528, 525, 524,
522, 521, 520, 519, 518, 517, 516, 515, 513, 510,
509, 507, 505, 503, 501, 499, 498, 497, 495, 494,
493, 492, 489, 488, 487, 486, 485, 483, 481, 480,
479, 477, 473, 472, 471, 470, 469, 468, 467, 466,
465, 464, 462, 461, 460, 458, 457, 454, 452, 450,
448, 445, 444, 443, 442, 440, 439, 438, 437, 435,
434, 433, 432, 430, 429, 428, 427, 426, 425, 424,
423, 421, 419, 418, 417, 414, 413, 412, 411, 409,
408, 407, 405, 404, 402, 401, 400, 399, 397, 394,
393, 390, 388, 387, 386, 385, 384, 383, 382, 381,
380, 379, 378, 377, 376, 375, 374, 373, 372, 370,
368, 367, 366, 365, 360, 359, 357, 354, 353, 352,
351, 350, 349, 346, 345, 344, 343, 342, 341, 340,
338, 336, 335, 332, 331, 330, 329, 328, 327, 326,
323, 322, 321, 320, 319, 318, 317, 316, 315, 314,
313, 312, 310, 307, 306, 305, 304, 303, 302, 301,
300, 297, 296, 295, 294, 293, 291, 290, 288, 286,
285, 284, 283, 282, 280, 279, 278, 277, 276, 274,
272, 271, 270, 269, 268, 267, 265, 263, 262, 261,
260, 259, 257, 256, 255, 254, 252, 245, 244, 243,
242, 241, 240, 239, 238, 237, 236, 235, 233, 232,
231, 230, 229, 228, 227, 226, 225, 224, 223, 222,
221, 220, 219, 218, 217, 216, 215, 214, 213, 212,
211, 210, 209, 208, 207, 206, 205, 204, 203, 202,
201, 200, 199, 198, 197, 196, 195, 194, 193, 192,
190, 189, 187, 186, 185, 184, 183, 181, 180, 179,
177, 176, 175, 174, 173, 172, 171, 170, 169, 167,
165, 164, 163, 162, 161, 160, 159, 158, 157, 156,
155, 153, 152, 151, 143, 142, 141, 140, 139, 138,
137, 136, 135, 131, 130, 129, 127, 126, 125, 124,
123, 122, 120, 119, 118, 114, 113, 112, 111, 110,
109, 108, 107, 106, 103, 102, 101, 99, 98, 96,
95, 94, 93, 92, 91, 90, 89, 88, 86, 85,
84, 83, 82, 81, 79, 77, 76, 75, 73, 71,
70, 69, 68, 67, 66, 65, 53, 45, 44, 43,
38, 36, 35, 32, 21, 20, 19, 11, 9, 7,
3, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783, 783, 783, 783, 783, 783,
783, 783, 783, 783, 783
} ;
static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;
/* The intent behind this definition is that it'll catch
* any uses of REJECT which flex missed.
*/
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0

Christophe Geuzaine
committed
#define YY_RESTORE_YY_MORE_OFFSET
#line 1 "Gmsh.l"
#line 2 "Gmsh.l"
// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@geuz.org>.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

Christophe Geuzaine
committed
#include "GmshMessage.h"
#include "Geo.h"

Christophe Geuzaine
committed
#include "Gmsh.tab.hpp"
void parsestring(char endchar);
char *strsave(char *ptr);
void skipcomments(void);
void skipline(void);
#define YY_INPUT(buf,result,max_size) \
{ \
int c = '*', n; \
for ( n = 0; n < max_size && \
(c = getc( gmsh_yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ){ \
buf[n++] = (char) c; \
gmsh_yylineno++; \
} \
if ( c == EOF && ferror( gmsh_yyin ) ) \
Msg::Fatal("Input in flex scanner failed"); \
result = n; \
} \
#if defined(WIN32)
#define isatty(arg) -1
#define INITIAL 0
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
static int yy_init_globals (void );