LCOV - code coverage report
Current view: top level - jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server - lexer.cpp (source / functions) Hit Total Coverage
Test: Equalizer Lines: 178 369 48.2 %
Date: 2017-12-16 05:07:20 Functions: 14 36 38.9 %

          Line data    Source code
       1             : #line 2 "/jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server/lexer.cpp"
       2             : 
       3             : #line 4 "/jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server/lexer.cpp"
       4             : 
       5             : #define  YY_INT_ALIGNED short int
       6             : 
       7             : /* A lexical scanner generated by flex */
       8             : 
       9             : #define FLEX_SCANNER
      10             : #define YY_FLEX_MAJOR_VERSION 2
      11             : #define YY_FLEX_MINOR_VERSION 5
      12             : #define YY_FLEX_SUBMINOR_VERSION 35
      13             : #if YY_FLEX_SUBMINOR_VERSION > 0
      14             : #define FLEX_BETA
      15             : #endif
      16             : 
      17             : /* First, we deal with  platform-specific or compiler-specific issues. */
      18             : 
      19             : /* begin standard C headers. */
      20             : #include <stdio.h>
      21             : #include <string.h>
      22             : #include <errno.h>
      23             : #include <stdlib.h>
      24             : 
      25             : /* end standard C headers. */
      26             : 
      27             : /* flex integer type definitions */
      28             : 
      29             : #ifndef FLEXINT_H
      30             : #define FLEXINT_H
      31             : 
      32             : /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
      33             : 
      34             : #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
      35             : 
      36             : /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
      37             :  * if you want the limit (max/min) macros for int types. 
      38             :  */
      39             : #ifndef __STDC_LIMIT_MACROS
      40             : #define __STDC_LIMIT_MACROS 1
      41             : #endif
      42             : 
      43             : #include <inttypes.h>
      44             : typedef int8_t flex_int8_t;
      45             : typedef uint8_t flex_uint8_t;
      46             : typedef int16_t flex_int16_t;
      47             : typedef uint16_t flex_uint16_t;
      48             : typedef int32_t flex_int32_t;
      49             : typedef uint32_t flex_uint32_t;
      50             : #else
      51             : typedef signed char flex_int8_t;
      52             : typedef short int flex_int16_t;
      53             : typedef int flex_int32_t;
      54             : typedef unsigned char flex_uint8_t; 
      55             : typedef unsigned short int flex_uint16_t;
      56             : typedef unsigned int flex_uint32_t;
      57             : #endif /* ! C99 */
      58             : 
      59             : /* Limits of integral types. */
      60             : #ifndef INT8_MIN
      61             : #define INT8_MIN               (-128)
      62             : #endif
      63             : #ifndef INT16_MIN
      64             : #define INT16_MIN              (-32767-1)
      65             : #endif
      66             : #ifndef INT32_MIN
      67             : #define INT32_MIN              (-2147483647-1)
      68             : #endif
      69             : #ifndef INT8_MAX
      70             : #define INT8_MAX               (127)
      71             : #endif
      72             : #ifndef INT16_MAX
      73             : #define INT16_MAX              (32767)
      74             : #endif
      75             : #ifndef INT32_MAX
      76             : #define INT32_MAX              (2147483647)
      77             : #endif
      78             : #ifndef UINT8_MAX
      79             : #define UINT8_MAX              (255U)
      80             : #endif
      81             : #ifndef UINT16_MAX
      82             : #define UINT16_MAX             (65535U)
      83             : #endif
      84             : #ifndef UINT32_MAX
      85             : #define UINT32_MAX             (4294967295U)
      86             : #endif
      87             : 
      88             : #endif /* ! FLEXINT_H */
      89             : 
      90             : #ifdef __cplusplus
      91             : 
      92             : /* The "const" storage-class-modifier is valid. */
      93             : #define YY_USE_CONST
      94             : 
      95             : #else   /* ! __cplusplus */
      96             : 
      97             : /* C99 requires __STDC__ to be defined as 1. */
      98             : #if defined (__STDC__)
      99             : 
     100             : #define YY_USE_CONST
     101             : 
     102             : #endif  /* defined (__STDC__) */
     103             : #endif  /* ! __cplusplus */
     104             : 
     105             : #ifdef YY_USE_CONST
     106             : #define yyconst const
     107             : #else
     108             : #define yyconst
     109             : #endif
     110             : 
     111             : /* Returned upon end-of-file. */
     112             : #define YY_NULL 0
     113             : 
     114             : /* Promotes a possibly negative, possibly signed char to an unsigned
     115             :  * integer for use as an array index.  If the signed char is negative,
     116             :  * we want to instead treat it as an 8-bit unsigned char, hence the
     117             :  * double cast.
     118             :  */
     119             : #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
     120             : 
     121             : /* Enter a start condition.  This macro really ought to take a parameter,
     122             :  * but we do it the disgusting crufty way forced on us by the ()-less
     123             :  * definition of BEGIN.
     124             :  */
     125             : #define BEGIN (yy_start) = 1 + 2 *
     126             : 
     127             : /* Translate the current start state into a value that can be later handed
     128             :  * to BEGIN to return to the state.  The YYSTATE alias is for lex
     129             :  * compatibility.
     130             :  */
     131             : #define YY_START (((yy_start) - 1) / 2)
     132             : #define YYSTATE YY_START
     133             : 
     134             : /* Action number for EOF rule of a given start state. */
     135             : #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
     136             : 
     137             : /* Special action meaning "start processing a new file". */
     138             : #define YY_NEW_FILE yyrestart(yyin  )
     139             : 
     140             : #define YY_END_OF_BUFFER_CHAR 0
     141             : 
     142             : /* Size of default input buffer. */
     143             : #ifndef YY_BUF_SIZE
     144             : #define YY_BUF_SIZE 16384
     145             : #endif
     146             : 
     147             : /* The state buf must be large enough to hold one state per character in the main buffer.
     148             :  */
     149             : #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
     150             : 
     151             : #ifndef YY_TYPEDEF_YY_BUFFER_STATE
     152             : #define YY_TYPEDEF_YY_BUFFER_STATE
     153             : typedef struct yy_buffer_state *YY_BUFFER_STATE;
     154             : #endif
     155             : 
     156             : extern int yyleng;
     157             : 
     158             : extern FILE *yyin, *yyout;
     159             : 
     160             : #define EOB_ACT_CONTINUE_SCAN 0
     161             : #define EOB_ACT_END_OF_FILE 1
     162             : #define EOB_ACT_LAST_MATCH 2
     163             : 
     164             :     #define YY_LESS_LINENO(n)
     165             :     
     166             : /* Return all but the first "n" matched characters back to the input stream. */
     167             : #define yyless(n) \
     168             :         do \
     169             :                 { \
     170             :                 /* Undo effects of setting up yytext. */ \
     171             :         int yyless_macro_arg = (n); \
     172             :         YY_LESS_LINENO(yyless_macro_arg);\
     173             :                 *yy_cp = (yy_hold_char); \
     174             :                 YY_RESTORE_YY_MORE_OFFSET \
     175             :                 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
     176             :                 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
     177             :                 } \
     178             :         while ( 0 )
     179             : 
     180             : #define unput(c) yyunput( c, (yytext_ptr)  )
     181             : 
     182             : #ifndef YY_TYPEDEF_YY_SIZE_T
     183             : #define YY_TYPEDEF_YY_SIZE_T
     184             : typedef size_t yy_size_t;
     185             : #endif
     186             : 
     187             : #ifndef YY_STRUCT_YY_BUFFER_STATE
     188             : #define YY_STRUCT_YY_BUFFER_STATE
     189             : struct yy_buffer_state
     190             :         {
     191             :         FILE *yy_input_file;
     192             : 
     193             :         char *yy_ch_buf;                /* input buffer */
     194             :         char *yy_buf_pos;               /* current position in input buffer */
     195             : 
     196             :         /* Size of input buffer in bytes, not including room for EOB
     197             :          * characters.
     198             :          */
     199             :         yy_size_t yy_buf_size;
     200             : 
     201             :         /* Number of characters read into yy_ch_buf, not including EOB
     202             :          * characters.
     203             :          */
     204             :         int yy_n_chars;
     205             : 
     206             :         /* Whether we "own" the buffer - i.e., we know we created it,
     207             :          * and can realloc() it to grow it, and should free() it to
     208             :          * delete it.
     209             :          */
     210             :         int yy_is_our_buffer;
     211             : 
     212             :         /* Whether this is an "interactive" input source; if so, and
     213             :          * if we're using stdio for input, then we want to use getc()
     214             :          * instead of fread(), to make sure we stop fetching input after
     215             :          * each newline.
     216             :          */
     217             :         int yy_is_interactive;
     218             : 
     219             :         /* Whether we're considered to be at the beginning of a line.
     220             :          * If so, '^' rules will be active on the next match, otherwise
     221             :          * not.
     222             :          */
     223             :         int yy_at_bol;
     224             : 
     225             :     int yy_bs_lineno; /**< The line count. */
     226             :     int yy_bs_column; /**< The column count. */
     227             :     
     228             :         /* Whether to try to fill the input buffer when we reach the
     229             :          * end of it.
     230             :          */
     231             :         int yy_fill_buffer;
     232             : 
     233             :         int yy_buffer_status;
     234             : 
     235             : #define YY_BUFFER_NEW 0
     236             : #define YY_BUFFER_NORMAL 1
     237             :         /* When an EOF's been seen but there's still some text to process
     238             :          * then we mark the buffer as YY_EOF_PENDING, to indicate that we
     239             :          * shouldn't try reading from the input source any more.  We might
     240             :          * still have a bunch of tokens to match, though, because of
     241             :          * possible backing-up.
     242             :          *
     243             :          * When we actually see the EOF, we change the status to "new"
     244             :          * (via yyrestart()), so that the user can continue scanning by
     245             :          * just pointing yyin at a new input file.
     246             :          */
     247             : #define YY_BUFFER_EOF_PENDING 2
     248             : 
     249             :         };
     250             : #endif /* !YY_STRUCT_YY_BUFFER_STATE */
     251             : 
     252             : /* Stack of input buffers. */
     253             : static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
     254             : static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
     255             : static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
     256             : 
     257             : /* We provide macros for accessing buffer states in case in the
     258             :  * future we want to put the buffer states in a more general
     259             :  * "scanner state".
     260             :  *
     261             :  * Returns the top of the stack, or NULL.
     262             :  */
     263             : #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
     264             :                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
     265             :                           : NULL)
     266             : 
     267             : /* Same as previous macro, but useful when we know that the buffer stack is not
     268             :  * NULL or when we need an lvalue. For internal use only.
     269             :  */
     270             : #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
     271             : 
     272             : /* yy_hold_char holds the character lost when yytext is formed. */
     273             : static char yy_hold_char;
     274             : static int yy_n_chars;          /* number of characters read into yy_ch_buf */
     275             : int yyleng;
     276             : 
     277             : /* Points to current character in buffer. */
     278             : static char *yy_c_buf_p = (char *) 0;
     279             : static int yy_init = 0;         /* whether we need to initialize */
     280             : static int yy_start = 0;        /* start state number */
     281             : 
     282             : /* Flag which is used to allow yywrap()'s to do buffer switches
     283             :  * instead of setting up a fresh yyin.  A bit of a hack ...
     284             :  */
     285             : static int yy_did_buffer_switch_on_eof;
     286             : 
     287             : void yyrestart (FILE *input_file  );
     288             : void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
     289             : YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
     290             : void yy_delete_buffer (YY_BUFFER_STATE b  );
     291             : void yy_flush_buffer (YY_BUFFER_STATE b  );
     292             : void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
     293             : void yypop_buffer_state (void );
     294             : 
     295             : static void yyensure_buffer_stack (void );
     296             : static void yy_load_buffer_state (void );
     297             : static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
     298             : 
     299             : #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
     300             : 
     301             : YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
     302             : YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
     303             : YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );
     304             : 
     305             : void *yyalloc (yy_size_t  );
     306             : void *yyrealloc (void *,yy_size_t  );
     307             : void yyfree (void *  );
     308             : 
     309             : #define yy_new_buffer yy_create_buffer
     310             : 
     311             : #define yy_set_interactive(is_interactive) \
     312             :         { \
     313             :         if ( ! YY_CURRENT_BUFFER ){ \
     314             :         yyensure_buffer_stack (); \
     315             :                 YY_CURRENT_BUFFER_LVALUE =    \
     316             :             yy_create_buffer(yyin,YY_BUF_SIZE ); \
     317             :         } \
     318             :         YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
     319             :         }
     320             : 
     321             : #define yy_set_bol(at_bol) \
     322             :         { \
     323             :         if ( ! YY_CURRENT_BUFFER ){\
     324             :         yyensure_buffer_stack (); \
     325             :                 YY_CURRENT_BUFFER_LVALUE =    \
     326             :             yy_create_buffer(yyin,YY_BUF_SIZE ); \
     327             :         } \
     328             :         YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
     329             :         }
     330             : 
     331             : #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
     332             : 
     333             : /* Begin user sect3 */
     334             : 
     335             : #define yywrap(n) 1
     336             : #define YY_SKIP_YYWRAP
     337             : 
     338             : typedef unsigned char YY_CHAR;
     339             : 
     340             : FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
     341             : 
     342             : typedef int yy_state_type;
     343             : 
     344             : extern int yylineno;
     345             : 
     346             : int yylineno = 1;
     347             : 
     348             : extern char *yytext;
     349             : #define yytext_ptr yytext
     350             : 
     351             : static yy_state_type yy_get_previous_state (void );
     352             : static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
     353             : static int yy_get_next_buffer (void );
     354             : static void yy_fatal_error (yyconst char msg[]  );
     355             : 
     356             : /* Done after the current pattern has been matched and before the
     357             :  * corresponding action - sets up yytext.
     358             :  */
     359             : #define YY_DO_BEFORE_ACTION \
     360             :         (yytext_ptr) = yy_bp; \
     361             :         yyleng = (size_t) (yy_cp - yy_bp); \
     362             :         (yy_hold_char) = *yy_cp; \
     363             :         *yy_cp = '\0'; \
     364             :         (yy_c_buf_p) = yy_cp;
     365             : 
     366             : #define YY_NUM_RULES 221
     367             : #define YY_END_OF_BUFFER 222
     368             : /* This struct is not used in this scanner,
     369             :    but its presence is necessary. */
     370             : struct yy_trans_info
     371             :         {
     372             :         flex_int32_t yy_verify;
     373             :         flex_int32_t yy_nxt;
     374             :         };
     375             : static yyconst flex_int16_t yy_accept[1711] =
     376             :     {   0,
     377             :         0,    0,  222,  221,  219,  218,  221,  220,  221,  217,
     378             :       221,  221,  221,  221,  213,  213,  221,  221,  221,  221,
     379             :       221,  221,  221,  221,  221,  221,  221,  221,  221,  221,
     380             :       221,  221,  221,  221,  221,  221,  221,  221,  221,  221,
     381             :       221,  221,  221,  221,  221,  221,  221,  221,  221,  221,
     382             :       221,  221,  221,  221,  221,  221,    0,  215,    0,    0,
     383             :         0,  213,  214,  212,  220,  211,  202,    0,    0,    0,
     384             :         0,    0,    0,    0,  204,    0,    0,    0,    0,    0,
     385             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     386             :        82,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     387             : 
     388             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     389             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     390             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     391             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     392             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     393             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     394             :         0,    0,    0,    0,    0,    0,    0,  216,  211,    0,
     395             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     396             :         0,    0,    0,  188,    0,  127,    0,    0,    0,    0,
     397             :         0,    0,   83,    0,    0,    0,    0,    0,   93,    0,
     398             : 
     399             :         0,  119,    0,    0,    0,  121,    0,    0,    0,    0,
     400             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     401             :         0,    0,    0,    0,    0,    0,    0,  139,    0,    0,
     402             :         0,  174,    0,    0,    0,    0,  175,    0,    0,    0,
     403             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     404             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     405             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     406             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     407             :         0,    0,    0,    0,    0,    0,    0,    0,   84,   95,
     408             :         0,    0,   85,    0,    0,    0,  151,    0,    0,    0,
     409             : 
     410             :         0,    0,    0,    0,    0,  153,    0,  206,    0,    0,
     411             :         0,    0,  118,   89,  120,    0,    0,    0,    0,    0,
     412             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     413             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     414             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     415             :       128,    0,    0,    0,    0,    0,    0,    0,    0,  199,
     416             :         0,  115,   56,    0,    0,    0,    0,    0,    0,    0,
     417             :        57,    0,    0,  135,    0,    0,    0,    0,    0,    0,
     418             :         0,  208,    0,    0,    0,  138,    0,    0,    0,    0,
     419             :         0,  116,    0,  102,    0,  167,    0,  205,    0,    0,
     420             : 
     421             :         0,  193,  150,  157,    0,  158,    0,    0,    0,    0,
     422             :         0,    0,    0,    0,    0,   94,    0,    0,    0,    0,
     423             :         0,    0,    0,    0,    0,    0,  154,    0,    0,  117,
     424             :         0,    0,    0,    2,    0,  194,    0,    0,    0,    0,
     425             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     426             :         0,    0,    0,    0,    0,    0,    0,  124,    0,    0,
     427             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     428             :         0,    0,    0,    0,    0,    0,    0,    0,  162,  163,
     429             :         0,    0,  160,    0,    0,    0,    0,    0,    0,    0,
     430             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     431             : 
     432             :         0,    0,    0,    0,  152,    0,    0,    0,    0,    0,
     433             :         0,    0,    0,    0,    0,    0,    0,   88,    0,    0,
     434             :         0,    0,    0,    0,    0,   86,  207,    0,    0,    0,
     435             :         0,    0,    0,    0,    0,    0,  149,  103,    0,    0,
     436             :        54,    0,    0,    0,  166,    0,    0,    0,    0,    0,
     437             :         0,    0,    0,    0,    0,    3,    0,    0,    0,    0,
     438             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     439             :       101,    0,    0,  123,    0,    0,    0,  172,    0,    0,
     440             :       161,    0,    0,    0,    0,    0,    0,   53,    0,    0,
     441             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     442             : 
     443             :        58,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     444             :         0,    0,    0,    0,   87,    0,    0,    0,    0,   92,
     445             :         0,    0,  189,  190,    0,    0,    0,   55,    0,    0,
     446             :         0,    0,    0,   99,    0,    0,  113,    0,    0,    0,
     447             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     448             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     449             :         0,    0,    0,    0,    0,    0,  176,    0,    0,    0,
     450             :         0,    0,    0,    0,    0,  191,    0,    0,    0,    0,
     451             :         0,  104,    0,    0,    0,  122,    0,    0,    0,    0,
     452             :         0,    0,    0,    0,    0,   90,  155,    0,    0,    0,
     453             : 
     454             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     455             :       178,    0,  156,    0,   97,   91,    0,    0,    0,    0,
     456             :         0,  200,  105,    0,    0,  173,    0,    0,  140,    0,
     457             :       141,    0,  137,    0,    0,    0,    0,    0,    0,    0,
     458             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     459             :       129,    0,    0,    0,    0,    0,    0,    0,    0,  100,
     460             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     461             :         0,    0,    0,  164,    0,    0,    0,  170,    0,    0,
     462             :         0,  159,    0,    0,    0,  195,    0,    0,    0,    0,
     463             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     464             : 
     465             :         0,    0,    0,  165,    0,    0,    0,    0,  196,    0,
     466             :         0,  143,    0,    0,   98,    0,    0,    0,    0,    0,
     467             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     468             :         0,  130,    0,    0,    0,    0,    0,    0,    0,    0,
     469             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     470             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    1,
     471             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     472             :         0,   96,  197,  179,    0,  134,    0,   59,    0,    0,
     473             :       114,    0,  210,  142,    0,  145,    0,    0,    0,    0,
     474             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     475             : 
     476             :         0,  181,  183,    0,    0,    0,  198,    0,    0,    0,
     477             :         0,    0,    0,    0,    0,    0,    0,  171,    0,  201,
     478             :       148,    0,    0,    0,    0,    0,    0,  187,    0,    0,
     479             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     480             :         0,    0,    0,    0,  168,    0,    0,    0,    0,    0,
     481             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     482             :        68,    0,   71,    0,    0,    0,    0,    0,  180,  182,
     483             :         0,    0,    0,    0,    0,    0,    0,    0,  184,  177,
     484             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     485             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     486             : 
     487             :       169,  209,    0,    0,    0,    0,    0,    0,    0,    0,
     488             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     489             :         0,   79,   75,   76,   77,    0,    0,    0,    0,  192,
     490             :         0,    0,    0,  147,  106,    0,    0,    0,    0,    0,
     491             :         0,    0,    0,    0,    0,    0,    0,  136,    0,    0,
     492             :         0,   72,    0,    0,    0,   70,    0,    0,    0,    0,
     493             :         0,    0,   69,    0,    0,    0,    0,  146,    0,    0,
     494             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     495             :         0,    0,    0,    0,    0,    0,    0,    0,    0,  144,
     496             :         0,    0,    0,    0,    0,    0,    0,    0,    0,   64,
     497             : 
     498             :         0,  131,  133,  108,    0,    0,   81,   78,    0,    0,
     499             :         0,  112,  109,  111,    0,    0,    0,    0,    0,    0,
     500             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     501             :         0,    0,    0,   60,    0,   62,    0,    0,    0,    0,
     502             :        63,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     503             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     504             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     505             :        73,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     506             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     507             :         0,    0,    0,    0,    0,    0,   65,   61,   74,   66,
     508             : 
     509             :        67,    0,  110,    0,    0,    0,    0,    0,    0,    0,
     510             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     511             :         0,    0,    0,    0,    0,    0,    0,    0,   80,    0,
     512             :       126,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     513             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     514             :         0,  203,  107,    0,    0,    0,    0,    0,    0,    0,
     515             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     516             :         0,    0,    0,    0,    0,    0,    0,  132,  125,    0,
     517             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     518             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     519             : 
     520             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     521             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     522             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     523             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     524             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     525             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     526             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     527             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     528             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     529             :        14,    0,    0,    0,    0,   10,    0,    8,    0,    0,
     530             : 
     531             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     532             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     533             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     534             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     535             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     536             :         0,   22,    0,    0,    0,    0,    0,    0,    0,    0,
     537             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     538             :         0,    0,  185,    0,    0,    0,    0,    0,    0,    0,
     539             :        15,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     540             :         0,    0,    0,   18,    0,    0,   24,    0,    0,    0,
     541             : 
     542             :         0,    0,    0,    0,    0,    0,    0,    0,    0,   37,
     543             :         0,    0,    0,    0,    0,    0,  186,    0,    0,   48,
     544             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     545             :         0,    0,   19,    0,    0,    0,   23,    0,    0,    0,
     546             :         0,    0,    0,   38,    0,    0,    0,   28,    0,    0,
     547             :         0,    0,    0,    0,    0,    0,    0,    0,    0,   52,
     548             :         0,    0,    0,    0,   12,    4,    0,    0,    0,    0,
     549             :        20,   16,    0,    0,    0,    0,    0,    0,    0,    0,
     550             :         0,    0,   43,   40,   39,   41,    0,    0,    0,    0,
     551             :         0,   49,    0,   13,    0,    0,    0,    0,    0,   21,
     552             : 
     553             :         0,    0,    0,   33,    0,    0,    0,    0,    0,   32,
     554             :         0,    0,    0,    0,    0,    0,    0,    0,    9,    0,
     555             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     556             :         0,    0,   45,   42,   47,    0,    0,    0,    0,    0,
     557             :         0,    0,    0,   31,    0,   30,    0,    0,    0,    0,
     558             :        34,    0,   46,    0,    0,    0,    0,    0,    0,    0,
     559             :         0,    0,    0,    0,   35,    0,    0,    0,    0,    0,
     560             :        11,    0,   25,   29,   36,   26,   27,    0,    0,    0,
     561             :         7,    5,   17,   44,    0,    0,    0,    0,    0,    0,
     562             :         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
     563             : 
     564             :         0,    6,    0,    0,    0,    0,   50,    0,   51,    0
     565             :     } ;
     566             : 
     567             : static yyconst flex_int32_t yy_ec[256] =
     568             :     {   0,
     569             :         1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
     570             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     571             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     572             :         1,    4,    5,    6,    7,    1,    5,    5,    8,    9,
     573             :         9,    1,   10,    5,   11,   12,   13,   14,   15,   16,
     574             :        17,   14,   14,   18,   14,   14,   14,    5,    1,    5,
     575             :         1,    5,    1,    5,   19,   20,   21,   22,   23,   24,
     576             :        25,   26,   27,   28,   29,   30,   31,   32,   33,   34,
     577             :        35,   36,   37,   38,   39,   40,   41,    5,   42,   43,
     578             :         9,    5,    9,    1,   44,    1,   45,   46,   47,   48,
     579             : 
     580             :        49,   50,   51,   52,   53,   54,   55,   56,   57,   58,
     581             :        59,   60,   61,   62,   63,   64,   65,   66,   67,   68,
     582             :        69,   70,    9,    1,    9,    1,    1,    1,    1,    1,
     583             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     584             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     585             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     586             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     587             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     588             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     589             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     590             : 
     591             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     592             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     593             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     594             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     595             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
     596             :         1,    1,    1,    1,    1
     597             :     } ;
     598             : 
     599             : static yyconst flex_int32_t yy_meta[71] =
     600             :     {   0,
     601             :         1,    1,    2,    3,    3,    3,    1,    1,    1,    1,
     602             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
     603             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
     604             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
     605             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
     606             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
     607             :         3,    3,    3,    3,    3,    3,    3,    3,    3,    3
     608             :     } ;
     609             : 
     610             : static yyconst flex_int16_t yy_base[1713] =
     611             :     {   0,
     612             :         0,    0, 1781, 1782, 1782, 1782, 1774, 1756,    0, 1782,
     613             :        59,   66,   71, 1765,   78,   85,   72, 1747,   75,   90,
     614             :      1741,   96, 1739,   87,   89, 1741,   79,   97,  104, 1734,
     615             :       105,  100, 1751, 1749, 1747,   76,   90,   92,  101, 1700,
     616             :        94, 1712,   99, 1709,   98,  111,  103,  115,  130,  119,
     617             :       120,  145, 1706,  112,  143, 1706, 1758, 1782, 1702, 1754,
     618             :       185,  194,  201,  206, 1782,  211, 1782, 1742,  130, 1722,
     619             :      1720, 1735,  200, 1736, 1782, 1722, 1719, 1735, 1709, 1715,
     620             :      1718, 1727, 1727, 1712, 1723, 1725, 1713, 1723, 1699, 1718,
     621             :      1782, 1704, 1706, 1720, 1707,  212, 1717, 1711, 1701, 1713,
     622             : 
     623             :      1710, 1698, 1693, 1694, 1684, 1668,  185, 1663, 1668,   60,
     624             :      1675, 1666, 1678,  180, 1665,  183, 1658, 1675, 1662, 1669,
     625             :        23,  192, 1672, 1657, 1657, 1651, 1651,   81,  176,  146,
     626             :      1655,  123, 1654, 1662, 1646, 1659, 1654, 1642, 1640, 1642,
     627             :      1658,  175, 1657, 1639, 1641, 1641,  188, 1652,  191, 1627,
     628             :      1647, 1649, 1649, 1630, 1624, 1629, 1634, 1629, 1639, 1627,
     629             :      1638, 1636, 1624, 1627, 1624, 1622, 1615, 1782,  245, 1654,
     630             :      1655, 1645, 1643, 1652, 1655, 1640, 1649, 1641, 1632, 1625,
     631             :      1627,  234, 1629, 1782, 1643, 1782, 1638, 1626, 1644, 1629,
     632             :      1638,  201, 1782, 1623, 1636, 1636, 1638, 1634, 1782, 1636,
     633             : 
     634             :      1628, 1782, 1624, 1616, 1624, 1782, 1612, 1598, 1616, 1594,
     635             :      1597, 1587, 1582, 1595, 1578, 1583, 1590, 1573, 1580, 1577,
     636             :       206, 1576, 1579, 1581, 1569, 1565, 1571, 1586, 1580, 1579,
     637             :      1562, 1782, 1569, 1579, 1560, 1559, 1782, 1557, 1572, 1571,
     638             :      1561, 1559, 1569, 1571, 1556, 1565, 1560, 1563, 1562, 1561,
     639             :      1551, 1557, 1547, 1556, 1552, 1541, 1554, 1553, 1543, 1536,
     640             :      1545, 1547, 1552, 1543, 1530, 1537, 1527, 1543, 1529, 1530,
     641             :      1529, 1533, 1523, 1537, 1536, 1540, 1534, 1533, 1536, 1513,
     642             :      1521, 1522, 1529, 1519, 1530, 1544, 1542, 1551, 1782, 1782,
     643             :      1535, 1534, 1782, 1536, 1542, 1518, 1522,  224, 1532, 1537,
     644             : 
     645             :      1536, 1535, 1538, 1528, 1516, 1782, 1528, 1782, 1520, 1511,
     646             :      1493, 1527, 1509, 1782, 1782, 1532,  250, 1513, 1527, 1526,
     647             :      1514, 1520, 1490, 1486, 1491, 1486, 1495, 1488, 1473, 1480,
     648             :      1490, 1488, 1491, 1477, 1475, 1480, 1483, 1478, 1481, 1482,
     649             :      1483, 1483, 1482,  223, 1467, 1476, 1460, 1473, 1476, 1476,
     650             :      1461, 1454, 1455, 1458, 1468, 1449, 1469, 1456, 1449, 1782,
     651             :      1446, 1782, 1782, 1447, 1461, 1454, 1441, 1455, 1445, 1454,
     652             :      1782, 1446, 1452, 1782, 1451, 1450, 1434, 1434, 1433, 1446,
     653             :      1445, 1782, 1444, 1439, 1445, 1782, 1425, 1444, 1444, 1431,
     654             :      1442, 1782, 1421,  227, 1440, 1782, 1424, 1782, 1426, 1439,
     655             : 
     656             :      1460, 1782, 1782, 1782, 1445, 1782, 1417, 1440, 1457,  241,
     657             :      1453, 1440, 1450, 1440, 1434, 1782, 1437, 1425, 1430, 1405,
     658             :      1407, 1425, 1414, 1444, 1444, 1445, 1782, 1422, 1426, 1414,
     659             :      1436, 1387, 1407, 1782, 1408, 1782, 1407, 1399, 1394, 1405,
     660             :      1387, 1385, 1398, 1381, 1394, 1397, 1385, 1395, 1392, 1382,
     661             :      1376, 1385, 1392, 1367, 1386, 1381, 1388, 1782, 1388, 1369,
     662             :      1374,  233, 1384,  226, 1378, 1380, 1374, 1361, 1375, 1379,
     663             :      1353, 1362, 1354, 1353, 1360, 1353, 1367, 1367, 1782, 1782,
     664             :      1351, 1366, 1782, 1359, 1347, 1346, 1351, 1346, 1348, 1338,
     665             :      1360, 1342, 1355, 1353, 1352, 1351, 1350, 1349, 1338, 1332,
     666             : 
     667             :      1328, 1341, 1359, 1362, 1782, 1326, 1348, 1357, 1354,  262,
     668             :      1364, 1363, 1344, 1362, 1345, 1350, 1344, 1782, 1318, 1314,
     669             :      1355, 1324, 1355, 1351, 1350, 1782, 1782, 1313, 1353, 1311,
     670             :      1321, 1313, 1303, 1319, 1322, 1303, 1782, 1782, 1308, 1305,
     671             :      1782, 1298, 1310, 1296, 1782, 1312, 1289, 1300, 1293, 1308,
     672             :      1304, 1302, 1295,  234, 1306, 1782, 1300, 1290,  239, 1283,
     673             :      1285, 1286,  246, 1293, 1287, 1281, 1289, 1296, 1271, 1295,
     674             :      1782, 1277, 1274, 1782, 1274, 1286, 1290, 1782,  239, 1271,
     675             :      1782, 1288, 1267, 1264, 1284, 1270, 1263, 1782, 1282, 1276,
     676             :      1262, 1274, 1278, 1260, 1270, 1258, 1274, 1256, 1254, 1253,
     677             : 
     678             :      1782, 1244, 1287, 1289, 1266, 1278, 1277, 1275, 1280, 1283,
     679             :      1261, 1260, 1259, 1269, 1782, 1263, 1258, 1246, 1238, 1782,
     680             :      1241, 1267, 1782, 1782, 1236, 1264, 1241, 1782, 1243, 1227,
     681             :      1226,  243, 1220, 1782, 1240, 1234, 1782, 1242, 1236, 1226,
     682             :      1237,   23,   42,  131,  153,  197,  224,  241,  238,  254,
     683             :       244,  260,  243,  264,  255,  267,  265,  253,  258,  272,
     684             :       273,  257,  271,  277,  267,  277, 1782,  278,  261,  258,
     685             :       284,  267,  283,  269,  279, 1782,  288,  281,  288,  280,
     686             :       290, 1782,  295,  285,  281, 1782,  287,  280,  282,  282,
     687             :       324,  284,  286,  308,  305, 1782, 1782,  299,  335,  334,
     688             : 
     689             :       319,  334,  339,  340,  335,  326,  323,  346,  334,  319,
     690             :      1782,  320, 1782,  308, 1782, 1782,  327,  323,  321,  325,
     691             :       322, 1782, 1782,  317,  326, 1782,  332,  329, 1782,  322,
     692             :      1782,  318, 1782,  320,  336,  336,  333,  338,  329,  343,
     693             :       323,  335,  346,  335,  345,  347,  332,  335,  338,  350,
     694             :      1782,  343,  352,  353,  344,  351,  360,  348,  358, 1782,
     695             :       363,  364,  354,  364,  353,  364,  369,  356,  372,  370,
     696             :       355,  361,  362, 1782,  369,  364,  379, 1782,  380,  393,
     697             :       382, 1782,  381,  367,  377, 1782,  401,  400,  390,  397,
     698             :       417,  418,  419,  420,  421,  397,  412,  422,  382,  387,
     699             : 
     700             :       382,  388,  385, 1782,  399,  399,  393,  393, 1782,  404,
     701             :       394, 1782,  391,  407,  413,  400,  415,  398,  405,  417,
     702             :       400,  420,  414,  417,  403,  415,  420,  407,  426,  423,
     703             :       410, 1782,  417,  418,  420,  430,  417,  422,  423,  432,
     704             :       435,  423,  428,  425,  429,  438,  430,  425,  441,  428,
     705             :       447,  445,  445,  447,  440,  441,  458,  443,  445, 1782,
     706             :       431,  458,  481,  480,  478,  468,  470,  471,  472,  473,
     707             :       485, 1782, 1782, 1782,  468, 1782,  456, 1782,  451,  464,
     708             :      1782,  454, 1782, 1782,  473, 1782,  470,  467,  461,  477,
     709             :       474,  478,  478,  466,  471,  470,  470,  467,  472,  463,
     710             : 
     711             :       485, 1782, 1782,  477,  486,  483, 1782,  472,  489,  490,
     712             :       477,  476,  490,  484,  480,  485,  488, 1782,  488, 1782,
     713             :      1782,  497,  500,  488,  502,  499,  500, 1782,  501,  506,
     714             :       507,  530,  514,  540,  541,  528,  524,  525,  526,  527,
     715             :       528,  549,  512,  514, 1782,  507,  508,  515,  513,  511,
     716             :       514,  513,  532,  523,  518,  522,  538,  520,  529,  521,
     717             :      1782,  528, 1782,  542,  529,  519,  545,  529, 1782, 1782,
     718             :       535,  548,  532,  543,  540,  550,  554,  543, 1782, 1782,
     719             :       544,  531,  532,  533,  542,  543,  587,  588,  581,  571,
     720             :       572,  579,  576,  577,  578,  579,  580,  579,  569,  550,
     721             : 
     722             :      1782, 1782,  573,  556,  553,  564,  571,  560,  577,  578,
     723             :       575,  572,  585,  582,  579,  586,  576,  570,  587,  581,
     724             :       593,  595, 1782, 1782, 1782,  591,  588,  583,  574, 1782,
     725             :       595,  596,  597, 1782, 1782,  609,  610,  630,  612,  613,
     726             :       608,  609,  610,  611,  612,  613,  620, 1782,  615,  611,
     727             :       616, 1782,  612,  604,  614, 1782,  616,  608,  622,  602,
     728             :       611,  623, 1782,  623,  608,  611,  621, 1782,  631,  614,
     729             :       622,  633,  620,  619,  620,  621,  646,  647,  648,  651,
     730             :       652,  669,  659,  667,  661,  666,  672,  662,  643, 1782,
     731             :       644,  648,  644,  653,  646,  643,  654,  651,  661, 1782,
     732             : 
     733             :       648,  668, 1782, 1782,  643,  658, 1782, 1782,  652,  663,
     734             :       665, 1782, 1782, 1782,  682,  683,  682,  677,  678,  704,
     735             :       705,  706,  707,  700,  709,  703,  711,  704,  709,  689,
     736             :       681,  682,  680, 1782,  688, 1782,  689,  680,  681,  679,
     737             :      1782,  681,  694,  684,  696,  695,  703,  704,  705,  714,
     738             :       728,  716,  715,  716,  717,  717,  725,  719,  723,  721,
     739             :       729,  738,  737,  707,  695,  717,  705,  706,  707,  708,
     740             :      1782,  707,  711,  722,  713,  723,  721,  752,  757,  736,
     741             :       739,  749,  746,  747,  748,  755,  750,  757,  767,  759,
     742             :       754,  763,  767,  765,  743,  748, 1782, 1782, 1782, 1782,
     743             : 
     744             :      1782,  739, 1782,  754,  734,  743,  753,  750,  777,  766,
     745             :       769,  784,  789,  774,  775,  776,  792,  770,  794,  797,
     746             :       796,  774,  796,  788,  802,  758,  761,  760, 1782,  776,
     747             :      1782,  776,  776,  796,  798,  792,  797,  788,  794,  790,
     748             :       791,  792,  811,  819,  813,  818,  815,  823,  822,  806,
     749             :       813, 1782, 1782,  797,  785,  784,  797,  812,  817,  829,
     750             :       831,  834,  818,  827,  838,  836,  815,  839,  826,  821,
     751             :       823,  825,  847,  847,  836,  831,  854, 1782, 1782,  834,
     752             :       815,  836,  837,  846,  864,  865,  847,  867,  868,  869,
     753             :       856,  869,  864,  859,  874,  867,  874,  872,  878,  860,
     754             : 
     755             :       868,  879,  877,  866,  859,  883,  869,  853,  868,  876,
     756             :       887,  892,  879,  881,  887,  882,  890,  884,  889,  892,
     757             :       893,  898,  892,  891,  897,  899,  906,  896,  908,  903,
     758             :       904,  911,  916,  914,  908,  919,  904,  908,  922,  912,
     759             :       926,  921,  905,  905,  894,  930,  923,  923,  934,  935,
     760             :       936,  928,  939,  930,  925,  938,  943,  946,  932,  939,
     761             :       949,  942,  942,  948,  945,  955,  947,  947,  961,  948,
     762             :       946,  962,  945,  966,  956,  968,  961,  966,  954,  972,
     763             :       973,  971,  975,  935,  954,  968,  982,  983,  959,  960,
     764             :      1782,  968,  985,  966,  987, 1782,  975, 1782,  978,  979,
     765             : 
     766             :       992,  970,  984,  989,  980,  995,  996,  989,  994, 1000,
     767             :       986, 1001,  992, 1006,  986,  998, 1009, 1005,  999, 1009,
     768             :       995,  998, 1001,  998, 1016, 1005, 1016, 1021,  986,  979,
     769             :      1021, 1006, 1020, 1029, 1023, 1012, 1024, 1024, 1026, 1009,
     770             :      1035, 1036, 1030, 1033, 1039, 1023, 1024, 1030, 1034, 1046,
     771             :      1028, 1782, 1029, 1024, 1033, 1040, 1052, 1035, 1029, 1048,
     772             :      1050, 1053, 1050, 1055, 1042, 1054, 1060, 1048, 1053, 1050,
     773             :      1054, 1063, 1782, 1032, 1050, 1062, 1067, 1059, 1059, 1060,
     774             :      1782, 1050, 1073, 1052, 1063, 1067, 1068, 1056, 1074, 1070,
     775             :      1061, 1077, 1066, 1782, 1074, 1065, 1782, 1074, 1090, 1087,
     776             : 
     777             :      1091, 1091, 1079, 1076, 1085, 1084, 1080, 1085, 1077, 1782,
     778             :      1081, 1095, 1089, 1085, 1090, 1093, 1782, 1093, 1090, 1782,
     779             :      1109, 1107, 1090, 1110, 1094, 1095, 1101, 1112, 1113, 1116,
     780             :      1108, 1117, 1782, 1119, 1103, 1120, 1782, 1107, 1106, 1125,
     781             :      1116, 1111, 1115, 1782, 1105, 1113, 1113, 1782, 1120, 1122,
     782             :      1135, 1119, 1130, 1127, 1137, 1130, 1122, 1136, 1139, 1782,
     783             :      1130, 1138, 1138, 1130, 1782, 1782, 1134, 1145, 1125, 1133,
     784             :      1782, 1782, 1138, 1145, 1134, 1151, 1152, 1149, 1146, 1159,
     785             :      1152, 1159, 1137, 1782, 1782, 1782, 1159, 1156, 1161, 1158,
     786             :      1156, 1782, 1156, 1782, 1157, 1151, 1159, 1159, 1157, 1782,
     787             : 
     788             :      1169, 1161, 1171, 1782, 1173, 1165, 1179, 1159, 1179, 1782,
     789             :      1182, 1165, 1173, 1172, 1184, 1165, 1177, 1186, 1782, 1179,
     790             :      1192, 1173, 1186, 1182, 1191, 1184, 1179, 1190, 1187, 1197,
     791             :      1184, 1192, 1782, 1782, 1782, 1186, 1190, 1206, 1193, 1208,
     792             :      1197, 1196, 1200, 1782, 1208, 1782, 1209, 1200, 1201, 1199,
     793             :      1782, 1202, 1782, 1211, 1206, 1200, 1208, 1218, 1204, 1220,
     794             :      1208, 1209, 1210, 1211, 1782, 1222, 1205, 1228, 1213, 1230,
     795             :      1782, 1230, 1782, 1782, 1782, 1782, 1782, 1235, 1225, 1212,
     796             :      1782, 1782, 1782, 1782, 1234, 1231, 1224, 1236, 1237, 1224,
     797             :      1226, 1239, 1233, 1223, 1230, 1231, 1239, 1227, 1249, 1254,
     798             : 
     799             :      1243, 1782, 1238, 1257, 1248, 1241, 1782, 1250, 1782, 1782,
     800             :      1277, 1280
     801             :     } ;
     802             : 
     803             : static yyconst flex_int16_t yy_def[1713] =
     804             :     {   0,
     805             :      1710,    1, 1710, 1710, 1710, 1710, 1711, 1710, 1712, 1710,
     806             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     807             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     808             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     809             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     810             :      1710, 1710, 1710, 1710, 1710, 1710, 1711, 1710, 1710, 1710,
     811             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     812             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     813             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     814             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     815             : 
     816             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     817             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     818             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     819             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     820             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     821             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     822             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     823             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     824             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     825             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     826             : 
     827             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     828             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     829             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     830             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     831             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     832             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     833             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     834             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     835             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     836             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     837             : 
     838             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     839             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     840             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     841             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     842             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     843             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     844             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     845             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     846             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     847             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     848             : 
     849             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     850             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     851             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     852             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     853             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     854             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     855             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     856             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     857             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     858             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     859             : 
     860             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     861             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     862             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     863             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     864             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     865             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     866             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     867             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     868             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     869             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     870             : 
     871             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     872             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     873             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     874             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     875             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     876             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     877             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     878             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     879             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     880             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     881             : 
     882             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     883             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     884             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     885             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     886             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     887             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     888             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     889             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     890             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     891             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     892             : 
     893             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     894             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     895             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     896             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     897             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     898             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     899             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     900             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     901             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     902             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     903             : 
     904             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     905             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     906             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     907             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     908             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     909             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     910             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     911             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     912             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     913             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     914             : 
     915             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     916             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     917             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     918             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     919             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     920             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     921             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     922             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     923             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     924             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     925             : 
     926             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     927             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     928             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     929             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     930             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     931             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     932             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     933             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     934             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     935             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     936             : 
     937             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     938             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     939             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     940             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     941             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     942             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     943             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     944             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     945             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     946             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     947             : 
     948             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     949             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     950             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     951             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     952             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     953             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     954             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     955             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     956             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     957             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     958             : 
     959             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     960             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     961             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     962             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     963             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     964             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     965             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     966             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     967             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     968             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     969             : 
     970             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     971             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     972             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     973             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     974             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     975             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     976             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     977             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     978             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     979             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     980             : 
     981             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     982             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     983             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     984             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     985             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     986             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     987             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     988             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     989             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     990             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
     991             : 
     992             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,    0,
     993             :      1710, 1710
     994             :     } ;
     995             : 
     996             : static yyconst flex_int16_t yy_nxt[1853] =
     997             :     {   0,
     998             :         4,    5,    6,    5,    4,    7,    8,    9,   10,   11,
     999             :        12,   13,   14,   15,   15,   16,   15,   15,   17,   18,
    1000             :        19,   20,   21,   22,   23,   24,    4,    4,    4,   25,
    1001             :        26,   27,   28,   29,   30,   31,   32,   33,   34,   35,
    1002             :         4,    4,    4,    4,   36,   37,   38,   39,   40,   41,
    1003             :        42,   43,   44,    4,    4,   45,   46,   47,   48,   49,
    1004             :         4,   50,   51,   52,   53,   54,   55,    4,    4,   56,
    1005             :        61,  729,   62,   62,   62,   62,   62,   61,  229,   63,
    1006             :        63,   63,   63,   63,   64,   64,   64,   64,   64,   66,
    1007             :       230,   62,   62,   62,   62,   62,   66,  730,   62,   62,
    1008             : 
    1009             :        62,   62,   62,   68,   72,   88,   67,   73,   69,   75,
    1010             :        70,   85,   76,   77,   80,   81,   74,   83,   89,   84,
    1011             :        90,   86,   92,  215,  216,   78,   95,   96,   91,   97,
    1012             :        93,   98,  100,  105,  109,  106,  112,  101,  107,  108,
    1013             :       238,   99,  129,  113,  239,  115,  121,  133,  110,  116,
    1014             :       114,  125,  122,  117,  111,  123,  130,  126,  127,  131,
    1015             :       135,  134,  118,  146,  162,  119,  171,  147,  149,  132,
    1016             :       246,  172,  150,  163,  136,  139,  137,  148,  140,  138,
    1017             :       247,  141,  142,  151,  152,  143,  153,  164,  144,  154,
    1018             :       243,  145,  244,  155,  731,  165,  156,  157,   64,   64,
    1019             : 
    1020             :        64,   64,   64,  158,  732,   66,  159,   62,   62,   62,
    1021             :        62,   62,   66,  160,   63,   63,   63,   63,   63,   64,
    1022             :        64,   64,   64,   64,  169,  169,  169,  169,  169,  176,
    1023             :       198,  210,  223,  199,  257,  177,  220,  221,  231,  240,
    1024             :       241,  266,  258,  263,  242,  733,  310,  211,  224,  409,
    1025             :       264,  311,  267,  212,  298,  336,  410,  232,  169,  169,
    1026             :       169,  169,  169,  337,  425,  299,  426,  300,  453,  454,
    1027             :       498,  509,  510,  301,  302,  566,  734,  557,  455,  558,
    1028             :       559,  647,  560,  561,  456,  609,  499,  652,  674,  567,
    1029             :       648,  562,  658,  610,  659,  563,  564,  653,  720,  735,
    1030             : 
    1031             :       654,  736,  675,  737,  721,  738,  739,  740,  741,  660,
    1032             :       742,  743,  661,  744,  745,  746,  747,  749,  750,  751,
    1033             :       748,  752,  753,  754,  755,  757,  758,  759,  760,  761,
    1034             :       762,  763,  764,  768,  765,  766,  769,  770,  771,  772,
    1035             :       774,  756,  775,  776,  777,  778,  779,  780,  781,  782,
    1036             :       767,  773,  783,  784,  785,  786,  787,  788,  789,  790,
    1037             :       791,  794,  795,  796,  797,  798,  792,  799,  800,  801,
    1038             :       802,  803,  804,  805,  806,  807,  793,  808,  809,  810,
    1039             :       811,  812,  813,  814,  815,  816,  817,  818,  819,  820,
    1040             :       821,  822,  823,  824,  825,  826,  827,  828,  829,  830,
    1041             : 
    1042             :       831,  832,  833,  834,  835,  836,  837,  838,  839,  840,
    1043             :       841,  843,  844,  845,  847,  848,  849,  850,  851,  842,
    1044             :       852,  853,  854,  855,  856,  857,  858,  859,  860,  861,
    1045             :       862,  863,  846,  864,  865,  866,  867,  868,  869,  870,
    1046             :       871,  872,  873,  874,  875,  876,  877,  878,  879,  880,
    1047             :       881,  882,  883,  884,  885,  886,  887,  888,  889,  890,
    1048             :       891,  892,  893,  894,  895,  896,  897,  898,  899,  900,
    1049             :       901,  902,  903,  904,  905,  906,  907,  908,  909,  910,
    1050             :       911,  912,  913,  914,  915,  916,  917,  918,  919,  920,
    1051             :       921,  922,  923,  924,  925,  926,  927,  928,  929,  930,
    1052             : 
    1053             :       931,  932,  933,  934,  936,  937,  935,  938,  939,  940,
    1054             :       941,  942,  943,  944,  945,  946,  947,  948,  949,  950,
    1055             :       951,  952,  953,  954,  955,  956,  957,  958,  959,  960,
    1056             :       961,  962,  963,  964,  965,  966,  967,  968,  969,  970,
    1057             :       971,  972,  973,  974,  975,  976,  977,  978,  979,  980,
    1058             :       981,  982,  983,  984,  985,  986,  987,  989,  990,  991,
    1059             :       992,  993,  994,  995,  996,  997,  988,  998,  999, 1000,
    1060             :      1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010,
    1061             :      1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020,
    1062             :      1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030,
    1063             : 
    1064             :      1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040,
    1065             :      1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050,
    1066             :      1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060,
    1067             :      1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070,
    1068             :      1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080,
    1069             :      1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090,
    1070             :      1091, 1092, 1093, 1094, 1095, 1096, 1097, 1099, 1100, 1101,
    1071             :      1102, 1103, 1104, 1105, 1098, 1106, 1107, 1108, 1109, 1111,
    1072             :      1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1123, 1120,
    1073             :      1127, 1128, 1124, 1129, 1110, 1121, 1125, 1130, 1131, 1132,
    1074             : 
    1075             :      1133, 1134, 1135, 1136, 1126, 1122, 1137, 1138, 1139, 1140,
    1076             :      1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150,
    1077             :      1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160,
    1078             :      1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170,
    1079             :      1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180,
    1080             :      1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190,
    1081             :      1191, 1192, 1193, 1195, 1196, 1197, 1198, 1199, 1200, 1201,
    1082             :      1194, 1202, 1203, 1204, 1205, 1206, 1207, 1209, 1210, 1211,
    1083             :      1212, 1213, 1208, 1214, 1215, 1216, 1217, 1218, 1219, 1220,
    1084             :      1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230,
    1085             : 
    1086             :      1231, 1232, 1233, 1234, 1235, 1236, 1238, 1237, 1239, 1240,
    1087             :      1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250,
    1088             :      1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260,
    1089             :      1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1270, 1271,
    1090             :      1272, 1273, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282,
    1091             :      1283, 1284, 1285, 1286, 1287, 1269, 1288, 1289, 1297, 1293,
    1092             :      1274, 1294, 1298, 1299, 1300, 1295, 1301, 1290, 1302, 1296,
    1093             :      1303, 1291, 1304, 1305, 1306, 1292, 1307, 1308, 1309, 1310,
    1094             :      1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320,
    1095             :      1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331,
    1096             : 
    1097             :      1332, 1333, 1334, 1335, 1336, 1343, 1337, 1338, 1339, 1344,
    1098             :      1321, 1345, 1346, 1347, 1348, 1340, 1349, 1350, 1351, 1341,
    1099             :      1352, 1353, 1354, 1342, 1355, 1356, 1357, 1358, 1359, 1360,
    1100             :      1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370,
    1101             :      1371, 1372, 1375, 1376, 1377, 1378, 1379, 1382, 1383, 1384,
    1102             :      1385, 1373, 1386, 1388, 1374, 1389, 1390, 1391, 1392, 1393,
    1103             :      1394, 1395, 1396, 1380, 1397, 1398, 1381, 1387, 1399, 1400,
    1104             :      1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410,
    1105             :      1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420,
    1106             :      1421, 1423, 1424, 1425, 1422, 1426, 1427, 1429, 1430, 1431,
    1107             : 
    1108             :      1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441,
    1109             :      1442, 1428, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450,
    1110             :      1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460,
    1111             :      1461, 1462, 1463, 1464, 1465, 1466, 1467, 1469, 1470, 1471,
    1112             :      1473, 1474, 1475, 1476, 1477, 1468, 1480, 1478, 1481, 1482,
    1113             :      1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1472, 1479,
    1114             :      1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500,
    1115             :      1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510,
    1116             :      1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520,
    1117             :      1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530,
    1118             : 
    1119             :      1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540,
    1120             :      1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550,
    1121             :      1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560,
    1122             :      1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570,
    1123             :      1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580,
    1124             :      1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590,
    1125             :      1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600,
    1126             :      1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610,
    1127             :      1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620,
    1128             :      1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1630, 1631,
    1129             : 
    1130             :      1632, 1633, 1634, 1635, 1636, 1629, 1637, 1638, 1639, 1640,
    1131             :      1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650,
    1132             :      1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660,
    1133             :      1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670,
    1134             :      1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680,
    1135             :      1681, 1682, 1683, 1684, 1685, 1687, 1688, 1689, 1690, 1691,
    1136             :      1686, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700,
    1137             :      1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709,   57,
    1138             :        60,  728,   60,  727,  726,  725,  724,  723,  722,  719,
    1139             :       718,  717,  716,  715,  714,  713,  712,  711,  710,  709,
    1140             : 
    1141             :       708,  707,  706,  705,  704,  703,  702,  701,  700,  699,
    1142             :       698,  697,  696,  695,  694,  693,  692,  691,  690,  689,
    1143             :       688,  687,  686,  685,  684,  683,  682,  681,  680,  679,
    1144             :       678,  677,  676,  673,  672,  671,  670,  669,  668,  667,
    1145             :       666,  665,  664,  663,  662,  657,  656,  655,  651,  650,
    1146             :       649,  646,  645,  644,  643,  642,  641,  640,  639,  638,
    1147             :       637,  636,  635,  634,  633,  632,  631,  630,  629,  628,
    1148             :       627,  626,  625,  624,  623,  622,  621,  620,  619,  618,
    1149             :       617,  616,  615,  614,  613,  612,  611,  608,  607,  606,
    1150             :       605,  604,  603,  602,  601,  600,  599,  598,  597,  596,
    1151             : 
    1152             :       595,  594,  593,  592,  591,  590,  589,  588,  587,  586,
    1153             :       585,  584,  583,  582,  581,  580,  579,  578,  577,  576,
    1154             :       575,  574,  573,  572,  571,  570,  569,  568,  565,  556,
    1155             :       555,  554,  553,  552,  551,  550,  549,  548,  547,  546,
    1156             :       545,  544,  543,  542,  541,  540,  539,  538,  537,  536,
    1157             :       535,  534,  533,  532,  531,  530,  529,  528,  527,  526,
    1158             :       525,  524,  523,  522,  521,  520,  519,  518,  517,  516,
    1159             :       515,  514,  513,  512,  511,  508,  507,  506,  505,  504,
    1160             :       503,  502,  501,  500,  497,  496,  495,  494,  493,  492,
    1161             :       491,  490,  489,  488,  487,  486,  485,  484,  483,  482,
    1162             : 
    1163             :       481,  480,  479,  478,  477,  476,  475,  474,  473,  472,
    1164             :       471,  470,  469,  468,  467,  466,  465,  464,  463,  462,
    1165             :       461,  460,  459,  458,  457,  452,  451,  450,  449,  448,
    1166             :       447,  446,  445,  444,  443,  442,  441,  440,  439,  438,
    1167             :       437,  436,  435,  434,  433,  432,  431,  430,  429,  428,
    1168             :       427,  424,  423,  422,  421,  420,  419,  418,  417,  416,
    1169             :       415,  414,  413,  412,  411,  408,  407,  406,  405,  404,
    1170             :       403,  402,  401,  400,  399,  398,  397,  396,  395,  394,
    1171             :       393,  392,  391,  390,  389,  388,  387,  386,  385,  384,
    1172             :       383,  382,  381,  380,  379,  378,  377,  376,  375,  374,
    1173             : 
    1174             :       373,  372,  371,  370,  369,  368,  367,  366,  365,  364,
    1175             :       363,  362,  361,  360,  359,  358,  357,  356,  355,  354,
    1176             :       353,  352,  351,  350,  349,  348,  347,  346,  345,  344,
    1177             :       343,  342,  341,  340,  339,  338,  335,  334,  333,  332,
    1178             :       331,  330,  329,  328,  327,  326,  325,  324,  323,  322,
    1179             :       321,  320,  319,  318,  317,  316,  315,  314,  313,  312,
    1180             :       309,  308,  307,  306,  305,  304,  303,  297,  296,  295,
    1181             :       294,  293,  292,  291,  290,  289,  288,  287,  286,  285,
    1182             :       284,  283,  282,  281,  280,  279,  278,  277,  276,  275,
    1183             :       274,  273,  272,  271,  270,  269,  268,  265,  262,  261,
    1184             : 
    1185             :       260,  259,  256,  255,  254,  253,  252,  251,  250,  249,
    1186             :       248,  245,  237,  236,  235,  234,  233,  228,  227,  226,
    1187             :       225,  222,  219,  218,  217,  214,  213,  209,  208,  207,
    1188             :       206,  205,  204,  203,  202,  201,  200,  197,  196,  195,
    1189             :       194,  193,  192,  191,  190,  189,  188,  187,  186,  185,
    1190             :       184,  183,  182,  181,  180,  179,  178,  175,  174,  173,
    1191             :       170,  168,  167,   58,  166,  161,  128,  124,  120,  104,
    1192             :       103,  102,   94,   87,   82,   79,   71,   65,   59,   58,
    1193             :      1710,    3, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1194             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1195             : 
    1196             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1197             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1198             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1199             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1200             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1201             :      1710, 1710
    1202             :     } ;
    1203             : 
    1204             : static yyconst flex_int16_t yy_chk[1853] =
    1205             :     {   0,
    1206             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1207             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1208             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1209             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1210             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1211             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1212             :         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
    1213             :        11,  642,   11,   11,   11,   11,   11,   12,  121,   12,
    1214             :        12,   12,   12,   12,   13,   13,   13,   13,   13,   15,
    1215             :       121,   15,   15,   15,   15,   15,   16,  643,   16,   16,
    1216             : 
    1217             :        16,   16,   16,   17,   19,   27,   16,   19,   17,   20,
    1218             :        17,   25,   20,   20,   22,   22,   19,   24,   27,   24,
    1219             :        28,   25,   29,  110,  110,   20,   31,   31,   28,   31,
    1220             :        29,   31,   32,   36,   37,   36,   38,   32,   36,   36,
    1221             :       128,   31,   45,   38,  128,   39,   41,   47,   37,   39,
    1222             :        38,   43,   41,   39,   37,   41,   45,   43,   43,   46,
    1223             :        48,   47,   39,   50,   54,   39,   69,   50,   51,   46,
    1224             :       132,   69,   51,   54,   48,   49,   48,   50,   49,   48,
    1225             :       132,   49,   49,   51,   51,   49,   51,   55,   49,   52,
    1226             :       130,   49,  130,   52,  644,   55,   52,   52,   61,   61,
    1227             : 
    1228             :        61,   61,   61,   52,  645,   62,   52,   62,   62,   62,
    1229             :        62,   62,   63,   52,   63,   63,   63,   63,   63,   64,
    1230             :        64,   64,   64,   64,   66,   66,   66,   66,   66,   73,
    1231             :        96,  107,  116,   96,  142,   73,  114,  114,  122,  129,
    1232             :       129,  149,  142,  147,  129,  646,  192,  107,  116,  298,
    1233             :       147,  192,  149,  107,  182,  221,  298,  122,  169,  169,
    1234             :       169,  169,  169,  221,  317,  182,  317,  182,  344,  344,
    1235             :       394,  410,  410,  182,  182,  464,  647,  462,  344,  462,
    1236             :       462,  554,  462,  462,  344,  510,  394,  559,  579,  464,
    1237             :       554,  462,  563,  510,  563,  462,  462,  559,  632,  648,
    1238             : 
    1239             :       559,  649,  579,  650,  632,  651,  652,  653,  654,  563,
    1240             :       655,  656,  563,  657,  658,  659,  660,  661,  662,  663,
    1241             :       660,  664,  665,  666,  668,  669,  670,  671,  672,  673,
    1242             :       674,  675,  677,  678,  677,  677,  679,  680,  681,  683,
    1243             :       684,  668,  685,  687,  688,  689,  690,  691,  692,  693,
    1244             :       677,  683,  694,  695,  698,  699,  700,  701,  702,  703,
    1245             :       704,  705,  706,  707,  708,  709,  704,  710,  712,  714,
    1246             :       717,  718,  719,  720,  721,  724,  704,  725,  727,  728,
    1247             :       730,  732,  734,  735,  736,  737,  738,  739,  740,  741,
    1248             :       742,  743,  744,  745,  746,  747,  748,  749,  750,  752,
    1249             : 
    1250             :       753,  754,  755,  756,  757,  758,  759,  761,  762,  763,
    1251             :       764,  765,  766,  767,  768,  769,  770,  771,  772,  764,
    1252             :       773,  775,  776,  777,  779,  780,  781,  783,  784,  785,
    1253             :       787,  788,  767,  789,  790,  791,  792,  793,  794,  795,
    1254             :       796,  797,  798,  799,  800,  801,  802,  803,  805,  806,
    1255             :       807,  808,  810,  811,  813,  814,  815,  816,  817,  818,
    1256             :       819,  820,  821,  822,  823,  824,  825,  826,  827,  828,
    1257             :       829,  830,  831,  833,  834,  835,  836,  837,  838,  839,
    1258             :       840,  841,  842,  843,  844,  845,  846,  847,  848,  849,
    1259             :       850,  851,  852,  853,  854,  855,  856,  857,  858,  859,
    1260             : 
    1261             :       861,  862,  863,  864,  865,  866,  864,  867,  868,  869,
    1262             :       870,  871,  875,  877,  879,  880,  882,  885,  887,  888,
    1263             :       889,  890,  891,  892,  893,  894,  895,  896,  897,  898,
    1264             :       899,  900,  901,  904,  905,  906,  908,  909,  910,  911,
    1265             :       912,  913,  914,  915,  916,  917,  919,  922,  923,  924,
    1266             :       925,  926,  927,  929,  930,  931,  932,  933,  934,  935,
    1267             :       936,  937,  938,  939,  940,  941,  932,  942,  943,  944,
    1268             :       946,  947,  948,  949,  950,  951,  952,  953,  954,  955,
    1269             :       956,  957,  958,  959,  960,  962,  964,  965,  966,  967,
    1270             :       968,  971,  972,  973,  974,  975,  976,  977,  978,  981,
    1271             : 
    1272             :       982,  983,  984,  985,  986,  987,  988,  989,  990,  991,
    1273             :       992,  993,  994,  995,  996,  997,  998,  999, 1000, 1003,
    1274             :      1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013,
    1275             :      1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1026,
    1276             :      1027, 1028, 1029, 1031, 1032, 1033, 1036, 1037, 1038, 1039,
    1277             :      1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1049, 1050,
    1278             :      1051, 1053, 1054, 1055, 1057, 1058, 1059, 1060, 1061, 1062,
    1279             :      1064, 1065, 1066, 1067, 1059, 1069, 1070, 1071, 1072, 1073,
    1280             :      1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1083, 1082,
    1281             :      1085, 1086, 1084, 1087, 1072, 1082, 1084, 1088, 1089, 1091,
    1282             : 
    1283             :      1092, 1093, 1094, 1095, 1084, 1082, 1096, 1097, 1098, 1099,
    1284             :      1101, 1102, 1105, 1106, 1109, 1110, 1111, 1115, 1116, 1117,
    1285             :      1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127,
    1286             :      1128, 1129, 1130, 1131, 1132, 1133, 1135, 1137, 1138, 1139,
    1287             :      1140, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150,
    1288             :      1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160,
    1289             :      1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170,
    1290             :      1163, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180,
    1291             :      1181, 1182, 1177, 1183, 1184, 1185, 1186, 1187, 1188, 1189,
    1292             :      1190, 1191, 1192, 1193, 1194, 1195, 1196, 1202, 1204, 1205,
    1293             : 
    1294             :      1206, 1207, 1208, 1209, 1210, 1211, 1212, 1211, 1213, 1214,
    1295             :      1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224,
    1296             :      1225, 1226, 1227, 1228, 1230, 1232, 1233, 1234, 1235, 1236,
    1297             :      1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246,
    1298             :      1247, 1248, 1249, 1250, 1251, 1254, 1255, 1256, 1257, 1258,
    1299             :      1259, 1260, 1261, 1262, 1263, 1244, 1264, 1265, 1267, 1266,
    1300             :      1248, 1266, 1268, 1269, 1270, 1266, 1271, 1265, 1272, 1266,
    1301             :      1273, 1265, 1274, 1275, 1276, 1265, 1277, 1280, 1281, 1282,
    1302             :      1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292,
    1303             :      1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302,
    1304             : 
    1305             :      1303, 1304, 1305, 1306, 1306, 1307, 1306, 1306, 1306, 1308,
    1306             :      1292, 1309, 1310, 1311, 1312, 1306, 1313, 1314, 1315, 1306,
    1307             :      1316, 1317, 1318, 1306, 1319, 1320, 1321, 1322, 1323, 1324,
    1308             :      1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334,
    1309             :      1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344,
    1310             :      1345, 1336, 1346, 1347, 1336, 1348, 1349, 1350, 1351, 1352,
    1311             :      1353, 1354, 1355, 1341, 1356, 1357, 1341, 1346, 1358, 1359,
    1312             :      1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369,
    1313             :      1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379,
    1314             :      1380, 1381, 1382, 1383, 1380, 1383, 1383, 1384, 1385, 1386,
    1315             : 
    1316             :      1387, 1388, 1389, 1390, 1392, 1393, 1394, 1395, 1397, 1399,
    1317             :      1400, 1383, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408,
    1318             :      1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418,
    1319             :      1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428,
    1320             :      1429, 1430, 1431, 1432, 1433, 1425, 1435, 1434, 1436, 1437,
    1321             :      1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1428, 1434,
    1322             :      1446, 1447, 1448, 1449, 1450, 1451, 1453, 1454, 1455, 1456,
    1323             :      1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466,
    1324             :      1467, 1468, 1469, 1470, 1471, 1472, 1474, 1475, 1476, 1477,
    1325             :      1478, 1479, 1480, 1482, 1483, 1484, 1485, 1486, 1487, 1488,
    1326             : 
    1327             :      1489, 1490, 1491, 1492, 1493, 1495, 1496, 1498, 1499, 1500,
    1328             :      1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1511,
    1329             :      1512, 1513, 1514, 1515, 1516, 1518, 1519, 1521, 1522, 1523,
    1330             :      1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1534,
    1331             :      1535, 1536, 1538, 1539, 1540, 1541, 1542, 1543, 1545, 1546,
    1332             :      1547, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557,
    1333             :      1558, 1559, 1561, 1562, 1563, 1564, 1567, 1568, 1569, 1570,
    1334             :      1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582,
    1335             :      1583, 1587, 1588, 1589, 1590, 1591, 1593, 1595, 1596, 1597,
    1336             :      1598, 1599, 1601, 1602, 1603, 1605, 1606, 1607, 1608, 1609,
    1337             : 
    1338             :      1611, 1612, 1613, 1614, 1615, 1607, 1616, 1617, 1618, 1620,
    1339             :      1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630,
    1340             :      1631, 1632, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643,
    1341             :      1645, 1647, 1648, 1649, 1650, 1652, 1654, 1655, 1656, 1657,
    1342             :      1658, 1659, 1660, 1661, 1662, 1663, 1664, 1666, 1667, 1668,
    1343             :      1669, 1670, 1672, 1678, 1679, 1680, 1685, 1686, 1687, 1688,
    1344             :      1679, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697,
    1345             :      1698, 1699, 1700, 1701, 1703, 1704, 1705, 1706, 1708, 1711,
    1346             :      1712,  641, 1712,  640,  639,  638,  636,  635,  633,  631,
    1347             :       630,  629,  627,  626,  625,  622,  621,  619,  618,  617,
    1348             : 
    1349             :       616,  614,  613,  612,  611,  610,  609,  608,  607,  606,
    1350             :       605,  604,  603,  602,  600,  599,  598,  597,  596,  595,
    1351             :       594,  593,  592,  591,  590,  589,  587,  586,  585,  584,
    1352             :       583,  582,  580,  577,  576,  575,  573,  572,  570,  569,
    1353             :       568,  567,  566,  565,  564,  562,  561,  560,  558,  557,
    1354             :       555,  553,  552,  551,  550,  549,  548,  547,  546,  544,
    1355             :       543,  542,  540,  539,  536,  535,  534,  533,  532,  531,
    1356             :       530,  529,  528,  525,  524,  523,  522,  521,  520,  519,
    1357             :       517,  516,  515,  514,  513,  512,  511,  509,  508,  507,
    1358             :       506,  504,  503,  502,  501,  500,  499,  498,  497,  496,
    1359             : 
    1360             :       495,  494,  493,  492,  491,  490,  489,  488,  487,  486,
    1361             :       485,  484,  482,  481,  478,  477,  476,  475,  474,  473,
    1362             :       472,  471,  470,  469,  468,  467,  466,  465,  463,  461,
    1363             :       460,  459,  457,  456,  455,  454,  453,  452,  451,  450,
    1364             :       449,  448,  447,  446,  445,  444,  443,  442,  441,  440,
    1365             :       439,  438,  437,  435,  433,  432,  431,  430,  429,  428,
    1366             :       426,  425,  424,  423,  422,  421,  420,  419,  418,  417,
    1367             :       415,  414,  413,  412,  411,  409,  408,  407,  405,  401,
    1368             :       400,  399,  397,  395,  393,  391,  390,  389,  388,  387,
    1369             :       385,  384,  383,  381,  380,  379,  378,  377,  376,  375,
    1370             : 
    1371             :       373,  372,  370,  369,  368,  367,  366,  365,  364,  361,
    1372             :       359,  358,  357,  356,  355,  354,  353,  352,  351,  350,
    1373             :       349,  348,  347,  346,  345,  343,  342,  341,  340,  339,
    1374             :       338,  337,  336,  335,  334,  333,  332,  331,  330,  329,
    1375             :       328,  327,  326,  325,  324,  323,  322,  321,  320,  319,
    1376             :       318,  316,  313,  312,  311,  310,  309,  307,  305,  304,
    1377             :       303,  302,  301,  300,  299,  297,  296,  295,  294,  292,
    1378             :       291,  288,  287,  286,  285,  284,  283,  282,  281,  280,
    1379             :       279,  278,  277,  276,  275,  274,  273,  272,  271,  270,
    1380             :       269,  268,  267,  266,  265,  264,  263,  262,  261,  260,
    1381             : 
    1382             :       259,  258,  257,  256,  255,  254,  253,  252,  251,  250,
    1383             :       249,  248,  247,  246,  245,  244,  243,  242,  241,  240,
    1384             :       239,  238,  236,  235,  234,  233,  231,  230,  229,  228,
    1385             :       227,  226,  225,  224,  223,  222,  220,  219,  218,  217,
    1386             :       216,  215,  214,  213,  212,  211,  210,  209,  208,  207,
    1387             :       205,  204,  203,  201,  200,  198,  197,  196,  195,  194,
    1388             :       191,  190,  189,  188,  187,  185,  183,  181,  180,  179,
    1389             :       178,  177,  176,  175,  174,  173,  172,  171,  170,  167,
    1390             :       166,  165,  164,  163,  162,  161,  160,  159,  158,  157,
    1391             :       156,  155,  154,  153,  152,  151,  150,  148,  146,  145,
    1392             : 
    1393             :       144,  143,  141,  140,  139,  138,  137,  136,  135,  134,
    1394             :       133,  131,  127,  126,  125,  124,  123,  120,  119,  118,
    1395             :       117,  115,  113,  112,  111,  109,  108,  106,  105,  104,
    1396             :       103,  102,  101,  100,   99,   98,   97,   95,   94,   93,
    1397             :        92,   90,   89,   88,   87,   86,   85,   84,   83,   82,
    1398             :        81,   80,   79,   78,   77,   76,   74,   72,   71,   70,
    1399             :        68,   60,   59,   57,   56,   53,   44,   42,   40,   35,
    1400             :        34,   33,   30,   26,   23,   21,   18,   14,    8,    7,
    1401             :         3, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1402             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1403             : 
    1404             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1405             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1406             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1407             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1408             :      1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1710,
    1409             :      1710, 1710
    1410             :     } ;
    1411             : 
    1412             : static yy_state_type yy_last_accepting_state;
    1413             : static char *yy_last_accepting_cpos;
    1414             : 
    1415             : extern int yy_flex_debug;
    1416             : int yy_flex_debug = 0;
    1417             : 
    1418             : /* The intent behind this definition is that it'll catch
    1419             :  * any uses of REJECT which flex missed.
    1420             :  */
    1421             : #define REJECT reject_used_but_not_detected
    1422             : #define yymore() yymore_used_but_not_detected
    1423             : #define YY_MORE_ADJ 0
    1424             : #define YY_RESTORE_YY_MORE_OFFSET
    1425             : char *yytext;
    1426             : #line 1 "loader.l"
    1427             : #line 3 "loader.l"
    1428             : /* Copyright (c) 2006-2016, Stefan Eilemann <eile@equalizergraphics.com>
    1429             :  *                          Daniel Nachbaur <danielnachbaur@gmail.com>
    1430             :  *
    1431             :  * This library is free software; you can redistribute it and/or modify it under
    1432             :  * the terms of the GNU Lesser General Public License version 2.1 as published
    1433             :  * by the Free Software Foundation.
    1434             :  *
    1435             :  * This library is distributed in the hope that it will be useful, but WITHOUT
    1436             :  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    1437             :  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    1438             :  * details.
    1439             :  *
    1440             :  * You should have received a copy of the GNU Lesser General Public License
    1441             :  * along with this library; if not, write to the Free Software Foundation, Inc.,
    1442             :  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    1443             :  */
    1444             : 
    1445             : #include "compound.h"
    1446             : #include "equalizers/loadEqualizer.h"
    1447             : #include "equalizers/treeEqualizer.h"
    1448             : #include <co/connectionType.h>
    1449             : 
    1450             : #include "parser.hpp"
    1451             : 
    1452             : #include <lunchbox/os.h>
    1453             : #include <stdlib.h>
    1454             : 
    1455             : #define yyerror eqLoader_error
    1456             : #define yylineno eqLoader_lineno
    1457             : #define yylex eqLoader_lex
    1458             : 
    1459             : #ifdef _MSC_VER
    1460             : #  include <io.h>
    1461             : #  define isatty _isatty
    1462             : #endif
    1463             : #pragma warning(disable: 4267)
    1464             : #pragma GCC diagnostic ignored "-Wsign-compare"
    1465             : #pragma clang diagnostic ignored "-Wsign-compare"
    1466             : #pragma clang diagnostic ignored "-Wnull-conversion"
    1467             : #pragma clang diagnostic ignored "-Wdeprecated"
    1468             : #pragma clang diagnostic ignored "-Wdeprecated-register"
    1469             : 
    1470             : int yylineno = 0;
    1471             : const char* yyinString = 0;
    1472             : 
    1473             : void yyerror( const char *errmsg );
    1474             : void yyerror( const char *errmsg )
    1475             : {
    1476             :     LBERROR << "Parse error: '" << errmsg << "', line " << yylineno+1
    1477             :             << " at '" << yytext << "' from" << lunchbox::backtrace <<std::endl;
    1478             :     YY_FLUSH_BUFFER;
    1479             : }
    1480             : 
    1481             : /* Override YY_INPUT to read from a char* if specified. YY_INPUT_FILE is C&P
    1482             :  * from the generated YY_INPUT */
    1483             : #define YY_INPUT_FILE( buf, result, max_size )              \
    1484             :     if ( ((result = fread( buf, 1, max_size, yyin )) == 0)  \
    1485             :            && ferror( yyin ) )                              \
    1486             :         YY_FATAL_ERROR( "input in flex scanner failed" );
    1487             : 
    1488             : #define YY_INPUT( buf, result, max_size )                      \
    1489             :     if( yyinString )                                           \
    1490             :     {                                                          \
    1491             :         result = LB_MIN( (size_t)(max_size), strlen( yyinString )); \
    1492             :         if( result )                                           \
    1493             :             memcpy( buf, yyinString, result );                 \
    1494             :         yyinString += result;                                  \
    1495             :     }                                                          \
    1496             :     else                                                       \
    1497             :     {                                                          \
    1498             :         YY_INPUT_FILE( buf, result, max_size );                \
    1499             :     }
    1500             : #line 1501 "/jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server/lexer.cpp"
    1501             : 
    1502             : #define INITIAL 0
    1503             : 
    1504             : #ifndef YY_NO_UNISTD_H
    1505             : /* Special case for "unistd.h", since it is non-ANSI. We include it way
    1506             :  * down here because we want the user's section 1 to have been scanned first.
    1507             :  * The user has a chance to override it with an option.
    1508             :  */
    1509             : #include <unistd.h>
    1510             : #endif
    1511             : 
    1512             : #ifndef YY_EXTRA_TYPE
    1513             : #define YY_EXTRA_TYPE void *
    1514             : #endif
    1515             : 
    1516             : static int yy_init_globals (void );
    1517             : 
    1518             : /* Accessor methods to globals.
    1519             :    These are made visible to non-reentrant scanners for convenience. */
    1520             : 
    1521             : int yylex_destroy (void );
    1522             : 
    1523             : int yyget_debug (void );
    1524             : 
    1525             : void yyset_debug (int debug_flag  );
    1526             : 
    1527             : YY_EXTRA_TYPE yyget_extra (void );
    1528             : 
    1529             : void yyset_extra (YY_EXTRA_TYPE user_defined  );
    1530             : 
    1531             : FILE *yyget_in (void );
    1532             : 
    1533             : void yyset_in  (FILE * in_str  );
    1534             : 
    1535             : FILE *yyget_out (void );
    1536             : 
    1537             : void yyset_out  (FILE * out_str  );
    1538             : 
    1539             : int yyget_leng (void );
    1540             : 
    1541             : char *yyget_text (void );
    1542             : 
    1543             : int yyget_lineno (void );
    1544             : 
    1545             : void yyset_lineno (int line_number  );
    1546             : 
    1547             : /* Macros after this point can all be overridden by user definitions in
    1548             :  * section 1.
    1549             :  */
    1550             : 
    1551             : #ifndef YY_SKIP_YYWRAP
    1552             : #ifdef __cplusplus
    1553             : extern "C" int yywrap (void );
    1554             : #else
    1555             : extern int yywrap (void );
    1556             : #endif
    1557             : #endif
    1558             : 
    1559             : #ifndef yytext_ptr
    1560             : static void yy_flex_strncpy (char *,yyconst char *,int );
    1561             : #endif
    1562             : 
    1563             : #ifdef YY_NEED_STRLEN
    1564             : static int yy_flex_strlen (yyconst char * );
    1565             : #endif
    1566             : 
    1567             : #ifndef YY_NO_INPUT
    1568             : 
    1569             : #ifdef __cplusplus
    1570             : static int yyinput (void );
    1571             : #else
    1572             : static int input (void );
    1573             : #endif
    1574             : 
    1575             : #endif
    1576             : 
    1577             : /* Amount of stuff to slurp up with each read. */
    1578             : #ifndef YY_READ_BUF_SIZE
    1579             : #define YY_READ_BUF_SIZE 8192
    1580             : #endif
    1581             : 
    1582             : /* Copy whatever the last rule matched to the standard output. */
    1583             : #ifndef ECHO
    1584             : /* This used to be an fputs(), but since the string might contain NUL's,
    1585             :  * we now use fwrite().
    1586             :  */
    1587             : #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
    1588             : #endif
    1589             : 
    1590             : /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
    1591             :  * is returned in "result".
    1592             :  */
    1593             : #ifndef YY_INPUT
    1594             : #define YY_INPUT(buf,result,max_size) \
    1595             :         if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
    1596             :                 { \
    1597             :                 int c = '*'; \
    1598             :                 unsigned n; \
    1599             :                 for ( n = 0; n < max_size && \
    1600             :                              (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
    1601             :                         buf[n] = (char) c; \
    1602             :                 if ( c == '\n' ) \
    1603             :                         buf[n++] = (char) c; \
    1604             :                 if ( c == EOF && ferror( yyin ) ) \
    1605             :                         YY_FATAL_ERROR( "input in flex scanner failed" ); \
    1606             :                 result = n; \
    1607             :                 } \
    1608             :         else \
    1609             :                 { \
    1610             :                 errno=0; \
    1611             :                 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
    1612             :                         { \
    1613             :                         if( errno != EINTR) \
    1614             :                                 { \
    1615             :                                 YY_FATAL_ERROR( "input in flex scanner failed" ); \
    1616             :                                 break; \
    1617             :                                 } \
    1618             :                         errno=0; \
    1619             :                         clearerr(yyin); \
    1620             :                         } \
    1621             :                 }\
    1622             : \
    1623             : 
    1624             : #endif
    1625             : 
    1626             : /* No semi-colon after return; correct usage is to write "yyterminate();" -
    1627             :  * we don't want an extra ';' after the "return" because that will cause
    1628             :  * some compilers to complain about unreachable statements.
    1629             :  */
    1630             : #ifndef yyterminate
    1631             : #define yyterminate() return YY_NULL
    1632             : #endif
    1633             : 
    1634             : /* Number of entries by which start-condition stack grows. */
    1635             : #ifndef YY_START_STACK_INCR
    1636             : #define YY_START_STACK_INCR 25
    1637             : #endif
    1638             : 
    1639             : /* Report a fatal error. */
    1640             : #ifndef YY_FATAL_ERROR
    1641             : #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
    1642             : #endif
    1643             : 
    1644             : /* end tables serialization structures and prototypes */
    1645             : 
    1646             : /* Default declaration of generated scanner - a define so the user can
    1647             :  * easily add parameters.
    1648             :  */
    1649             : #ifndef YY_DECL
    1650             : #define YY_DECL_IS_OURS 1
    1651             : 
    1652             : extern int yylex (void);
    1653             : 
    1654             : #define YY_DECL int yylex (void)
    1655             : #endif /* !YY_DECL */
    1656             : 
    1657             : /* Code executed at the beginning of each rule, after yytext and yyleng
    1658             :  * have been set up.
    1659             :  */
    1660             : #ifndef YY_USER_ACTION
    1661             : #define YY_USER_ACTION
    1662             : #endif
    1663             : 
    1664             : /* Code executed at the end of each rule. */
    1665             : #ifndef YY_BREAK
    1666             : #define YY_BREAK break;
    1667             : #endif
    1668             : 
    1669             : #define YY_RULE_SETUP \
    1670             :         YY_USER_ACTION
    1671             : 
    1672             : /** The main scanner function which does all the work.
    1673             :  */
    1674      171902 : YY_DECL
    1675             : {
    1676             :         register yy_state_type yy_current_state;
    1677             :         register char *yy_cp, *yy_bp;
    1678             :         register int yy_act;
    1679             :     
    1680             : #line 80 "loader.l"
    1681             : 
    1682             : 
    1683             : #line 1684 "/jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server/lexer.cpp"
    1684             : 
    1685      171902 :         if ( !(yy_init) )
    1686             :                 {
    1687           4 :                 (yy_init) = 1;
    1688             : 
    1689             : #ifdef YY_USER_INIT
    1690             :                 YY_USER_INIT;
    1691             : #endif
    1692             : 
    1693           4 :                 if ( ! (yy_start) )
    1694           4 :                         (yy_start) = 1; /* first start state */
    1695             : 
    1696           4 :                 if ( ! yyin )
    1697           0 :                         yyin = stdin;
    1698             : 
    1699           4 :                 if ( ! yyout )
    1700           4 :                         yyout = stdout;
    1701             : 
    1702           4 :                 if ( ! YY_CURRENT_BUFFER ) {
    1703           4 :                         yyensure_buffer_stack ();
    1704           8 :                         YY_CURRENT_BUFFER_LVALUE =
    1705           4 :                                 yy_create_buffer(yyin,YY_BUF_SIZE );
    1706             :                 }
    1707             : 
    1708           4 :                 yy_load_buffer_state( );
    1709             :                 }
    1710             : 
    1711             :         while ( 1 )             /* loops until end-of-file is reached */
    1712             :                 {
    1713     1481754 :                 yy_cp = (yy_c_buf_p);
    1714             : 
    1715             :                 /* Support of yytext. */
    1716     1481754 :                 *yy_cp = (yy_hold_char);
    1717             : 
    1718             :                 /* yy_bp points to the position in yy_ch_buf of the start of
    1719             :                  * the current run.
    1720             :                  */
    1721     1481754 :                 yy_bp = yy_cp;
    1722             : 
    1723     1481754 :                 yy_current_state = (yy_start);
    1724             : yy_match:
    1725      625260 :                 do
    1726             :                         {
    1727     2107564 :                         register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
    1728     2107564 :                         if ( yy_accept[yy_current_state] )
    1729             :                                 {
    1730      217816 :                                 (yy_last_accepting_state) = yy_current_state;
    1731      217816 :                                 (yy_last_accepting_cpos) = yy_cp;
    1732             :                                 }
    1733     2431208 :                         while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
    1734             :                                 {
    1735      161822 :                                 yy_current_state = (int) yy_def[yy_current_state];
    1736      161822 :                                 if ( yy_current_state >= 1711 )
    1737      122038 :                                         yy_c = yy_meta[(unsigned int) yy_c];
    1738             :                                 }
    1739     2107564 :                         yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
    1740     2107564 :                         ++yy_cp;
    1741             :                         }
    1742     2107564 :                 while ( yy_base[yy_current_state] != 1782 );
    1743             : 
    1744             : yy_find_action:
    1745     1482346 :                 yy_act = yy_accept[yy_current_state];
    1746     1482346 :                 if ( yy_act == 0 )
    1747             :                         { /* have to back up */
    1748       39766 :                         yy_cp = (yy_last_accepting_cpos);
    1749       39766 :                         yy_current_state = (yy_last_accepting_state);
    1750       39766 :                         yy_act = yy_accept[yy_current_state];
    1751             :                         }
    1752             : 
    1753     1482346 :                 YY_DO_BEFORE_ACTION;
    1754             : 
    1755             : do_action:      /* This label is used only to access EOF actions. */
    1756             : 
    1757     1482748 :                 switch ( yy_act )
    1758             :         { /* beginning of action switch */
    1759             :                         case 0: /* must back up */
    1760             :                         /* undo the effects of YY_DO_BEFORE_ACTION */
    1761           0 :                         *yy_cp = (yy_hold_char);
    1762           0 :                         yy_cp = (yy_last_accepting_cpos);
    1763           0 :                         yy_current_state = (yy_last_accepting_state);
    1764           0 :                         goto yy_find_action;
    1765             : 
    1766             : case 1:
    1767             : YY_RULE_SETUP
    1768             : #line 82 "loader.l"
    1769             : { return EQTOKEN_HEADER; }
    1770             :         YY_BREAK
    1771             : case 2:
    1772             : YY_RULE_SETUP
    1773             : #line 83 "loader.l"
    1774             : { return EQTOKEN_ASCII; }
    1775             :         YY_BREAK
    1776             : case 3:
    1777             : YY_RULE_SETUP
    1778             : #line 84 "loader.l"
    1779             : { return EQTOKEN_GLOBAL; }
    1780             :         YY_BREAK
    1781             : case 4:
    1782             : YY_RULE_SETUP
    1783             : #line 85 "loader.l"
    1784             : { return EQTOKEN_CONNECTION_SATTR_HOSTNAME; }
    1785             :         YY_BREAK
    1786             : /* Deprecated */
    1787             : case 5:
    1788             : YY_RULE_SETUP
    1789             : #line 87 "loader.l"
    1790             : { return EQTOKEN_NODE_SATTR_LAUNCH_COMMAND; }
    1791             :         YY_BREAK
    1792             : /* Deprecated */
    1793             : case 6:
    1794             : YY_RULE_SETUP
    1795             : #line 89 "loader.l"
    1796             : { return EQTOKEN_NODE_CATTR_LAUNCH_COMMAND_QUOTE; }
    1797             :         YY_BREAK
    1798             : /* Deprecated */
    1799             : case 7:
    1800             : YY_RULE_SETUP
    1801             : #line 91 "loader.l"
    1802             : { return EQTOKEN_NODE_IATTR_LAUNCH_TIMEOUT; }
    1803             :         YY_BREAK
    1804             : case 8:
    1805             : YY_RULE_SETUP
    1806             : #line 92 "loader.l"
    1807             : { return EQTOKEN_CONNECTION_IATTR_TYPE; }
    1808             :         YY_BREAK
    1809             : /* Deprecated */
    1810             : case 9:
    1811             : YY_RULE_SETUP
    1812             : #line 94 "loader.l"
    1813             : { return EQTOKEN_CONNECTION_IATTR_PORT; }
    1814             :         YY_BREAK
    1815             : case 10:
    1816             : YY_RULE_SETUP
    1817             : #line 95 "loader.l"
    1818             : { return EQTOKEN_CONNECTION_IATTR_PORT; }
    1819             :         YY_BREAK
    1820             : /* Deprecated */
    1821             : case 11:
    1822             : YY_RULE_SETUP
    1823             : #line 97 "loader.l"
    1824             : { return EQTOKEN_CONNECTION_SATTR_FILENAME; }
    1825             :         YY_BREAK
    1826             : case 12:
    1827             : YY_RULE_SETUP
    1828             : #line 98 "loader.l"
    1829             : { return EQTOKEN_CONNECTION_SATTR_FILENAME; }
    1830             :         YY_BREAK
    1831             : case 13:
    1832             : YY_RULE_SETUP
    1833             : #line 99 "loader.l"
    1834             : { return EQTOKEN_CONNECTION_IATTR_BANDWIDTH; }
    1835             :         YY_BREAK
    1836             : case 14:
    1837             : YY_RULE_SETUP
    1838             : #line 100 "loader.l"
    1839             : { return EQTOKEN_CONFIG_FATTR_EYE_BASE; }
    1840             :         YY_BREAK
    1841             : case 15:
    1842             : YY_RULE_SETUP
    1843             : #line 101 "loader.l"
    1844             : { return EQTOKEN_CONFIG_IATTR_ROBUSTNESS; }
    1845             :         YY_BREAK
    1846             : case 16:
    1847             : YY_RULE_SETUP
    1848             : #line 102 "loader.l"
    1849             : { return EQTOKEN_NODE_SATTR_LAUNCH_COMMAND; }
    1850             :         YY_BREAK
    1851             : case 17:
    1852             : YY_RULE_SETUP
    1853             : #line 103 "loader.l"
    1854             : { return EQTOKEN_NODE_CATTR_LAUNCH_COMMAND_QUOTE; }
    1855             :         YY_BREAK
    1856             : case 18:
    1857             : YY_RULE_SETUP
    1858             : #line 104 "loader.l"
    1859             : { return EQTOKEN_NODE_IATTR_THREAD_MODEL; }
    1860             :         YY_BREAK
    1861             : case 19:
    1862             : YY_RULE_SETUP
    1863             : #line 105 "loader.l"
    1864             : { return EQTOKEN_NODE_IATTR_HINT_AFFINITY; }
    1865             :         YY_BREAK
    1866             : case 20:
    1867             : YY_RULE_SETUP
    1868             : #line 106 "loader.l"
    1869             : { return EQTOKEN_NODE_IATTR_LAUNCH_TIMEOUT; }
    1870             :         YY_BREAK
    1871             : case 21:
    1872             : YY_RULE_SETUP
    1873             : #line 107 "loader.l"
    1874             : { return EQTOKEN_NODE_IATTR_HINT_STATISTICS; }
    1875             :         YY_BREAK
    1876             : case 22:
    1877             : YY_RULE_SETUP
    1878             : #line 108 "loader.l"
    1879             : { return EQTOKEN_PIPE_IATTR_HINT_THREAD; }
    1880             :         YY_BREAK
    1881             : case 23:
    1882             : YY_RULE_SETUP
    1883             : #line 109 "loader.l"
    1884             : { return EQTOKEN_PIPE_IATTR_HINT_AFFINITY; }
    1885             :         YY_BREAK
    1886             : case 24:
    1887             : YY_RULE_SETUP
    1888             : #line 110 "loader.l"
    1889             : { return EQTOKEN_VIEW_SATTR_DEFLECT_HOST; }
    1890             :         YY_BREAK
    1891             : case 25:
    1892             : YY_RULE_SETUP
    1893             : #line 111 "loader.l"
    1894             : { return EQTOKEN_WINDOW_IATTR_HINT_CORE_PROFILE; }
    1895             :         YY_BREAK
    1896             : case 26:
    1897             : YY_RULE_SETUP
    1898             : #line 112 "loader.l"
    1899             : { return EQTOKEN_WINDOW_IATTR_HINT_OPENGL_MAJOR; }
    1900             :         YY_BREAK
    1901             : case 27:
    1902             : YY_RULE_SETUP
    1903             : #line 113 "loader.l"
    1904             : { return EQTOKEN_WINDOW_IATTR_HINT_OPENGL_MINOR; }
    1905             :         YY_BREAK
    1906             : case 28:
    1907             : YY_RULE_SETUP
    1908             : #line 114 "loader.l"
    1909             : { return EQTOKEN_WINDOW_IATTR_HINT_STEREO; }
    1910             :         YY_BREAK
    1911             : case 29:
    1912             : YY_RULE_SETUP
    1913             : #line 115 "loader.l"
    1914             : { return EQTOKEN_WINDOW_IATTR_HINT_DOUBLEBUFFER; }
    1915             :         YY_BREAK
    1916             : case 30:
    1917             : YY_RULE_SETUP
    1918             : #line 116 "loader.l"
    1919             : { return EQTOKEN_WINDOW_IATTR_HINT_FULLSCREEN;}
    1920             :         YY_BREAK
    1921             : case 31:
    1922             : YY_RULE_SETUP
    1923             : #line 117 "loader.l"
    1924             : { return EQTOKEN_WINDOW_IATTR_HINT_DECORATION;}
    1925             :         YY_BREAK
    1926             : case 32:
    1927             : YY_RULE_SETUP
    1928             : #line 118 "loader.l"
    1929             : { return EQTOKEN_WINDOW_IATTR_HINT_SWAPSYNC; }
    1930             :         YY_BREAK
    1931             : case 33:
    1932             : YY_RULE_SETUP
    1933             : #line 119 "loader.l"
    1934             : { return EQTOKEN_WINDOW_IATTR_HINT_DRAWABLE; }
    1935             :         YY_BREAK
    1936             : case 34:
    1937             : YY_RULE_SETUP
    1938             : #line 120 "loader.l"
    1939             : { return EQTOKEN_WINDOW_IATTR_HINT_STATISTICS; }
    1940             :         YY_BREAK
    1941             : case 35:
    1942             : YY_RULE_SETUP
    1943             : #line 121 "loader.l"
    1944             : {return EQTOKEN_WINDOW_IATTR_HINT_SCREENSAVER;}
    1945             :         YY_BREAK
    1946             : case 36:
    1947             : YY_RULE_SETUP
    1948             : #line 122 "loader.l"
    1949             : {return EQTOKEN_WINDOW_IATTR_HINT_GRAB_POINTER;}
    1950             :         YY_BREAK
    1951             : case 37:
    1952             : YY_RULE_SETUP
    1953             : #line 123 "loader.l"
    1954             : { return EQTOKEN_WINDOW_IATTR_HINT_WIDTH; }
    1955             :         YY_BREAK
    1956             : case 38:
    1957             : YY_RULE_SETUP
    1958             : #line 124 "loader.l"
    1959             : { return EQTOKEN_WINDOW_IATTR_HINT_HEIGHT; }
    1960             :         YY_BREAK
    1961             : case 39:
    1962             : YY_RULE_SETUP
    1963             : #line 125 "loader.l"
    1964             : { return EQTOKEN_WINDOW_IATTR_PLANES_COLOR; }
    1965             :         YY_BREAK
    1966             : case 40:
    1967             : YY_RULE_SETUP
    1968             : #line 126 "loader.l"
    1969             : { return EQTOKEN_WINDOW_IATTR_PLANES_ALPHA; }
    1970             :         YY_BREAK
    1971             : case 41:
    1972             : YY_RULE_SETUP
    1973             : #line 127 "loader.l"
    1974             : { return EQTOKEN_WINDOW_IATTR_PLANES_DEPTH; }
    1975             :         YY_BREAK
    1976             : case 42:
    1977             : YY_RULE_SETUP
    1978             : #line 128 "loader.l"
    1979             : { return EQTOKEN_WINDOW_IATTR_PLANES_STENCIL; }
    1980             :         YY_BREAK
    1981             : case 43:
    1982             : YY_RULE_SETUP
    1983             : #line 129 "loader.l"
    1984             : { return EQTOKEN_WINDOW_IATTR_PLANES_ACCUM; }
    1985             :         YY_BREAK
    1986             : case 44:
    1987             : YY_RULE_SETUP
    1988             : #line 130 "loader.l"
    1989             : { return EQTOKEN_WINDOW_IATTR_PLANES_ACCUM_ALPHA; }
    1990             :         YY_BREAK
    1991             : case 45:
    1992             : YY_RULE_SETUP
    1993             : #line 131 "loader.l"
    1994             : { return EQTOKEN_WINDOW_IATTR_PLANES_SAMPLES; }
    1995             :         YY_BREAK
    1996             : case 46:
    1997             : YY_RULE_SETUP
    1998             : #line 132 "loader.l"
    1999             : { return EQTOKEN_CHANNEL_IATTR_HINT_STATISTICS; }
    2000             :         YY_BREAK
    2001             : case 47:
    2002             : YY_RULE_SETUP
    2003             : #line 133 "loader.l"
    2004             : { return EQTOKEN_CHANNEL_IATTR_HINT_SENDTOKEN; }
    2005             :         YY_BREAK
    2006             : case 48:
    2007             : YY_RULE_SETUP
    2008             : #line 134 "loader.l"
    2009             : { return EQTOKEN_CHANNEL_SATTR_DUMP_IMAGE; }
    2010             :         YY_BREAK
    2011             : case 49:
    2012             : YY_RULE_SETUP
    2013             : #line 135 "loader.l"
    2014             : { return EQTOKEN_COMPOUND_IATTR_STEREO_MODE; }
    2015             :         YY_BREAK
    2016             : case 50:
    2017             : YY_RULE_SETUP
    2018             : #line 136 "loader.l"
    2019             : { return EQTOKEN_COMPOUND_IATTR_STEREO_ANAGLYPH_LEFT_MASK; }
    2020             :         YY_BREAK
    2021             : case 51:
    2022             : YY_RULE_SETUP
    2023             : #line 137 "loader.l"
    2024             : { return EQTOKEN_COMPOUND_IATTR_STEREO_ANAGLYPH_RIGHT_MASK; }
    2025             :         YY_BREAK
    2026             : case 52:
    2027             : YY_RULE_SETUP
    2028             : #line 138 "loader.l"
    2029             : { return EQTOKEN_COMPOUND_IATTR_UPDATE_FOV; }
    2030             :         YY_BREAK
    2031             : case 53:
    2032             : YY_RULE_SETUP
    2033             : #line 139 "loader.l"
    2034             : { return EQTOKEN_SERVER; }
    2035             :         YY_BREAK
    2036             : case 54:
    2037             : YY_RULE_SETUP
    2038             : #line 140 "loader.l"
    2039             : { return EQTOKEN_CONFIG; }
    2040             :         YY_BREAK
    2041             : case 55:
    2042             : YY_RULE_SETUP
    2043             : #line 141 "loader.l"
    2044             : { return EQTOKEN_APPNODE; }
    2045             :         YY_BREAK
    2046             : case 56:
    2047             : YY_RULE_SETUP
    2048             : #line 142 "loader.l"
    2049             : { return EQTOKEN_NODE; }
    2050             :         YY_BREAK
    2051             : case 57:
    2052             : YY_RULE_SETUP
    2053             : #line 143 "loader.l"
    2054             : { return EQTOKEN_PIPE; }
    2055             :         YY_BREAK
    2056             : case 58:
    2057             : YY_RULE_SETUP
    2058             : #line 144 "loader.l"
    2059             : { return EQTOKEN_WINDOW; }
    2060             :         YY_BREAK
    2061             : case 59:
    2062             : YY_RULE_SETUP
    2063             : #line 145 "loader.l"
    2064             : { return EQTOKEN_ATTRIBUTES; }
    2065             :         YY_BREAK
    2066             : case 60:
    2067             : YY_RULE_SETUP
    2068             : #line 146 "loader.l"
    2069             : { return EQTOKEN_HINT_DECORATION; }
    2070             :         YY_BREAK
    2071             : case 61:
    2072             : YY_RULE_SETUP
    2073             : #line 147 "loader.l"
    2074             : { return EQTOKEN_HINT_DOUBLEBUFFER; }
    2075             :         YY_BREAK
    2076             : case 62:
    2077             : YY_RULE_SETUP
    2078             : #line 148 "loader.l"
    2079             : { return EQTOKEN_HINT_FULLSCREEN; }
    2080             :         YY_BREAK
    2081             : case 63:
    2082             : YY_RULE_SETUP
    2083             : #line 149 "loader.l"
    2084             : { return EQTOKEN_HINT_STATISTICS; }
    2085             :         YY_BREAK
    2086             : case 64:
    2087             : YY_RULE_SETUP
    2088             : #line 150 "loader.l"
    2089             : { return EQTOKEN_HINT_SENDTOKEN; }
    2090             :         YY_BREAK
    2091             : case 65:
    2092             : YY_RULE_SETUP
    2093             : #line 151 "loader.l"
    2094             : { return EQTOKEN_HINT_CORE_PROFILE; }
    2095             :         YY_BREAK
    2096             : case 66:
    2097             : YY_RULE_SETUP
    2098             : #line 152 "loader.l"
    2099             : { return EQTOKEN_HINT_OPENGL_MAJOR; }
    2100             :         YY_BREAK
    2101             : case 67:
    2102             : YY_RULE_SETUP
    2103             : #line 153 "loader.l"
    2104             : { return EQTOKEN_HINT_OPENGL_MINOR; }
    2105             :         YY_BREAK
    2106             : case 68:
    2107             : YY_RULE_SETUP
    2108             : #line 154 "loader.l"
    2109             : { return EQTOKEN_HINT_STEREO; }
    2110             :         YY_BREAK
    2111             : case 69:
    2112             : YY_RULE_SETUP
    2113             : #line 155 "loader.l"
    2114             : { return EQTOKEN_HINT_SWAPSYNC; }
    2115             :         YY_BREAK
    2116             : case 70:
    2117             : YY_RULE_SETUP
    2118             : #line 156 "loader.l"
    2119             : { return EQTOKEN_HINT_DRAWABLE; }
    2120             :         YY_BREAK
    2121             : case 71:
    2122             : YY_RULE_SETUP
    2123             : #line 157 "loader.l"
    2124             : { return EQTOKEN_HINT_THREAD; }
    2125             :         YY_BREAK
    2126             : case 72:
    2127             : YY_RULE_SETUP
    2128             : #line 158 "loader.l"
    2129             : { return EQTOKEN_HINT_AFFINITY; }
    2130             :         YY_BREAK
    2131             : case 73:
    2132             : YY_RULE_SETUP
    2133             : #line 159 "loader.l"
    2134             : { return EQTOKEN_HINT_SCREENSAVER; }
    2135             :         YY_BREAK
    2136             : case 74:
    2137             : YY_RULE_SETUP
    2138             : #line 160 "loader.l"
    2139             : { return EQTOKEN_HINT_GRAB_POINTER; }
    2140             :         YY_BREAK
    2141             : case 75:
    2142             : YY_RULE_SETUP
    2143             : #line 161 "loader.l"
    2144             : { return EQTOKEN_PLANES_ALPHA; }
    2145             :         YY_BREAK
    2146             : case 76:
    2147             : YY_RULE_SETUP
    2148             : #line 162 "loader.l"
    2149             : { return EQTOKEN_PLANES_COLOR; }
    2150             :         YY_BREAK
    2151             : case 77:
    2152             : YY_RULE_SETUP
    2153             : #line 163 "loader.l"
    2154             : { return EQTOKEN_PLANES_DEPTH; }
    2155             :         YY_BREAK
    2156             : case 78:
    2157             : YY_RULE_SETUP
    2158             : #line 164 "loader.l"
    2159             : { return EQTOKEN_PLANES_STENCIL; }
    2160             :         YY_BREAK
    2161             : case 79:
    2162             : YY_RULE_SETUP
    2163             : #line 165 "loader.l"
    2164             : { return EQTOKEN_PLANES_ACCUM; }
    2165             :         YY_BREAK
    2166             : case 80:
    2167             : YY_RULE_SETUP
    2168             : #line 166 "loader.l"
    2169             : { return EQTOKEN_PLANES_ACCUM_ALPHA; }
    2170             :         YY_BREAK
    2171             : case 81:
    2172             : YY_RULE_SETUP
    2173             : #line 167 "loader.l"
    2174             : { return EQTOKEN_PLANES_SAMPLES; }
    2175             :         YY_BREAK
    2176             : case 82:
    2177             : YY_RULE_SETUP
    2178             : #line 168 "loader.l"
    2179             : { return EQTOKEN_ON; }
    2180             :         YY_BREAK
    2181             : case 83:
    2182             : YY_RULE_SETUP
    2183             : #line 169 "loader.l"
    2184             : { return EQTOKEN_OFF; }
    2185             :         YY_BREAK
    2186             : case 84:
    2187             : YY_RULE_SETUP
    2188             : #line 170 "loader.l"
    2189             : { return EQTOKEN_AUTO; }
    2190             :         YY_BREAK
    2191             : case 85:
    2192             : YY_RULE_SETUP
    2193             : #line 171 "loader.l"
    2194             : { return EQTOKEN_CORE; }
    2195             :         YY_BREAK
    2196             : case 86:
    2197             : YY_RULE_SETUP
    2198             : #line 172 "loader.l"
    2199             : { return EQTOKEN_SOCKET; }
    2200             :         YY_BREAK
    2201             : case 87:
    2202             : YY_RULE_SETUP
    2203             : #line 173 "loader.l"
    2204             : { return EQTOKEN_FASTEST; }
    2205             :         YY_BREAK
    2206             : case 88:
    2207             : YY_RULE_SETUP
    2208             : #line 174 "loader.l"
    2209             : { return EQTOKEN_NICEST; }
    2210             :         YY_BREAK
    2211             : case 89:
    2212             : YY_RULE_SETUP
    2213             : #line 175 "loader.l"
    2214             : { return EQTOKEN_QUAD; }
    2215             :         YY_BREAK
    2216             : case 90:
    2217             : YY_RULE_SETUP
    2218             : #line 176 "loader.l"
    2219             : { return EQTOKEN_ANAGLYPH; }
    2220             :         YY_BREAK
    2221             : case 91:
    2222             : YY_RULE_SETUP
    2223             : #line 177 "loader.l"
    2224             : { return EQTOKEN_ANAGLYPH; }
    2225             :         YY_BREAK
    2226             : case 92:
    2227             : YY_RULE_SETUP
    2228             : #line 178 "loader.l"
    2229             : { return EQTOKEN_PASSIVE; }
    2230             :         YY_BREAK
    2231             : case 93:
    2232             : YY_RULE_SETUP
    2233             : #line 179 "loader.l"
    2234             : { return EQTOKEN_RED; }
    2235             :         YY_BREAK
    2236             : case 94:
    2237             : YY_RULE_SETUP
    2238             : #line 180 "loader.l"
    2239             : { return EQTOKEN_GREEN; }
    2240             :         YY_BREAK
    2241             : case 95:
    2242             : YY_RULE_SETUP
    2243             : #line 181 "loader.l"
    2244             : { return EQTOKEN_BLUE; }
    2245             :         YY_BREAK
    2246             : case 96:
    2247             : YY_RULE_SETUP
    2248             : #line 182 "loader.l"
    2249             : { return EQTOKEN_HORIZONTAL; }
    2250             :         YY_BREAK
    2251             : case 97:
    2252             : YY_RULE_SETUP
    2253             : #line 183 "loader.l"
    2254             : { return EQTOKEN_VERTICAL; }
    2255             :         YY_BREAK
    2256             : case 98:
    2257             : YY_RULE_SETUP
    2258             : #line 184 "loader.l"
    2259             : { return EQTOKEN_FRAMERATE; }
    2260             :         YY_BREAK
    2261             : case 99:
    2262             : YY_RULE_SETUP
    2263             : #line 185 "loader.l"
    2264             : { return EQTOKEN_CHANNEL; }
    2265             :         YY_BREAK
    2266             : case 100:
    2267             : YY_RULE_SETUP
    2268             : #line 186 "loader.l"
    2269             : { return EQTOKEN_OBSERVER; }
    2270             :         YY_BREAK
    2271             : case 101:
    2272             : YY_RULE_SETUP
    2273             : #line 187 "loader.l"
    2274             : { return EQTOKEN_LAYOUT; }
    2275             :         YY_BREAK
    2276             : case 102:
    2277             : YY_RULE_SETUP
    2278             : #line 188 "loader.l"
    2279             : { return EQTOKEN_VIEW; }
    2280             :         YY_BREAK
    2281             : case 103:
    2282             : YY_RULE_SETUP
    2283             : #line 189 "loader.l"
    2284             : { return EQTOKEN_CANVAS; }
    2285             :         YY_BREAK
    2286             : case 104:
    2287             : YY_RULE_SETUP
    2288             : #line 190 "loader.l"
    2289             : { return EQTOKEN_SEGMENT; }
    2290             :         YY_BREAK
    2291             : case 105:
    2292             : YY_RULE_SETUP
    2293             : #line 191 "loader.l"
    2294             : { return EQTOKEN_COMPOUND; }
    2295             :         YY_BREAK
    2296             : case 106:
    2297             : YY_RULE_SETUP
    2298             : #line 192 "loader.l"
    2299             : { return EQTOKEN_DFREQUALIZER; }
    2300             :         YY_BREAK
    2301             : case 107:
    2302             : YY_RULE_SETUP
    2303             : #line 193 "loader.l"
    2304             : { return EQTOKEN_FRAMERATEEQUALIZER; }
    2305             :         YY_BREAK
    2306             : case 108:
    2307             : YY_RULE_SETUP
    2308             : #line 194 "loader.l"
    2309             : { return EQTOKEN_LOADEQUALIZER; }
    2310             :         YY_BREAK
    2311             : case 109:
    2312             : YY_RULE_SETUP
    2313             : #line 195 "loader.l"
    2314             : { return EQTOKEN_TREEEQUALIZER; }
    2315             :         YY_BREAK
    2316             : case 110:
    2317             : YY_RULE_SETUP
    2318             : #line 196 "loader.l"
    2319             : { return EQTOKEN_MONITOREQUALIZER; }
    2320             :         YY_BREAK
    2321             : case 111:
    2322             : YY_RULE_SETUP
    2323             : #line 197 "loader.l"
    2324             : { return EQTOKEN_VIEWEQUALIZER; }
    2325             :         YY_BREAK
    2326             : case 112:
    2327             : YY_RULE_SETUP
    2328             : #line 198 "loader.l"
    2329             : { return EQTOKEN_TILEEQUALIZER; }
    2330             :         YY_BREAK
    2331             : case 113:
    2332             : YY_RULE_SETUP
    2333             : #line 199 "loader.l"
    2334             : { return EQTOKEN_DAMPING; }
    2335             :         YY_BREAK
    2336             : case 114:
    2337             : YY_RULE_SETUP
    2338             : #line 200 "loader.l"
    2339             : { return EQTOKEN_CONNECTION; }
    2340             :         YY_BREAK
    2341             : case 115:
    2342             : YY_RULE_SETUP
    2343             : #line 201 "loader.l"
    2344             : { return EQTOKEN_NAME; }
    2345             :         YY_BREAK
    2346             : case 116:
    2347             : YY_RULE_SETUP
    2348             : #line 202 "loader.l"
    2349             : { return EQTOKEN_TYPE; }
    2350             :         YY_BREAK
    2351             : case 117:
    2352             : YY_RULE_SETUP
    2353             : #line 203 "loader.l"
    2354             : { return EQTOKEN_TCPIP; }
    2355             :         YY_BREAK
    2356             : case 118:
    2357             : YY_RULE_SETUP
    2358             : #line 204 "loader.l"
    2359             : { return EQTOKEN_PIPE; }
    2360             :         YY_BREAK
    2361             : case 119:
    2362             : YY_RULE_SETUP
    2363             : #line 205 "loader.l"
    2364             : { return EQTOKEN_RSP; }
    2365             :         YY_BREAK
    2366             : case 120:
    2367             : YY_RULE_SETUP
    2368             : #line 206 "loader.l"
    2369             : { return EQTOKEN_RDMA; }
    2370             :         YY_BREAK
    2371             : case 121:
    2372             : YY_RULE_SETUP
    2373             : #line 207 "loader.l"
    2374             : { return EQTOKEN_UDT; }
    2375             :         YY_BREAK
    2376             : case 122:
    2377             : YY_RULE_SETUP
    2378             : #line 208 "loader.l"
    2379             : { return EQTOKEN_TEXTURE; }
    2380             :         YY_BREAK
    2381             : case 123:
    2382             : YY_RULE_SETUP
    2383             : #line 209 "loader.l"
    2384             : { return EQTOKEN_MEMORY; }
    2385             :         YY_BREAK
    2386             : case 124:
    2387             : YY_RULE_SETUP
    2388             : #line 210 "loader.l"
    2389             : { return EQTOKEN_FIXED; }
    2390             :         YY_BREAK
    2391             : case 125:
    2392             : YY_RULE_SETUP
    2393             : #line 211 "loader.l"
    2394             : { return EQTOKEN_RELATIVE_TO_OBSERVER; }
    2395             :         YY_BREAK
    2396             : case 126:
    2397             : YY_RULE_SETUP
    2398             : #line 212 "loader.l"
    2399             : { return EQTOKEN_RELATIVE_TO_ORIGIN; }
    2400             :         YY_BREAK
    2401             : case 127:
    2402             : YY_RULE_SETUP
    2403             : #line 213 "loader.l"
    2404             : { return EQTOKEN_HMD; }
    2405             :         YY_BREAK
    2406             : case 128:
    2407             : YY_RULE_SETUP
    2408             : #line 214 "loader.l"
    2409             : { return EQTOKEN_HOST; }
    2410             :         YY_BREAK
    2411             : case 129:
    2412             : YY_RULE_SETUP
    2413             : #line 215 "loader.l"
    2414             : { return EQTOKEN_HOSTNAME; }
    2415             :         YY_BREAK
    2416             : case 130:
    2417             : YY_RULE_SETUP
    2418             : #line 216 "loader.l"
    2419             : { return EQTOKEN_INTERFACE; }
    2420             :         YY_BREAK
    2421             : case 131:
    2422             : YY_RULE_SETUP
    2423             : #line 217 "loader.l"
    2424             : { return EQTOKEN_LAUNCH_COMMAND; }
    2425             :         YY_BREAK
    2426             : case 132:
    2427             : YY_RULE_SETUP
    2428             : #line 218 "loader.l"
    2429             : { return EQTOKEN_LAUNCH_COMMAND_QUOTE; }
    2430             :         YY_BREAK
    2431             : case 133:
    2432             : YY_RULE_SETUP
    2433             : #line 219 "loader.l"
    2434             : { return EQTOKEN_LAUNCH_TIMEOUT; }
    2435             :         YY_BREAK
    2436             : /* Deprecated */
    2437             : case 134:
    2438             : YY_RULE_SETUP
    2439             : #line 221 "loader.l"
    2440             : { return EQTOKEN_PORT; }
    2441             :         YY_BREAK
    2442             : case 135:
    2443             : YY_RULE_SETUP
    2444             : #line 222 "loader.l"
    2445             : { return EQTOKEN_PORT; }
    2446             :         YY_BREAK
    2447             : /* Deprecated */
    2448             : case 136:
    2449             : YY_RULE_SETUP
    2450             : #line 224 "loader.l"
    2451             : { return EQTOKEN_FILENAME; }
    2452             :         YY_BREAK
    2453             : case 137:
    2454             : YY_RULE_SETUP
    2455             : #line 225 "loader.l"
    2456             : { return EQTOKEN_FILENAME; }
    2457             :         YY_BREAK
    2458             : case 138:
    2459             : YY_RULE_SETUP
    2460             : #line 226 "loader.l"
    2461             : { return EQTOKEN_TASK; }
    2462             :         YY_BREAK
    2463             : case 139:
    2464             : YY_RULE_SETUP
    2465             : #line 227 "loader.l"
    2466             : { return EQTOKEN_EYE; }
    2467             :         YY_BREAK
    2468             : case 140:
    2469             : YY_RULE_SETUP
    2470             : #line 228 "loader.l"
    2471             : { return EQTOKEN_EYE_BASE; }
    2472             :         YY_BREAK
    2473             : case 141:
    2474             : YY_RULE_SETUP
    2475             : #line 229 "loader.l"
    2476             : { return EQTOKEN_EYE_LEFT; }
    2477             :         YY_BREAK
    2478             : case 142:
    2479             : YY_RULE_SETUP
    2480             : #line 230 "loader.l"
    2481             : { return EQTOKEN_EYE_CYCLOP; }
    2482             :         YY_BREAK
    2483             : case 143:
    2484             : YY_RULE_SETUP
    2485             : #line 231 "loader.l"
    2486             : { return EQTOKEN_EYE_RIGHT; }
    2487             :         YY_BREAK
    2488             : case 144:
    2489             : YY_RULE_SETUP
    2490             : #line 232 "loader.l"
    2491             : { return EQTOKEN_FOCUS_DISTANCE; }
    2492             :         YY_BREAK
    2493             : case 145:
    2494             : YY_RULE_SETUP
    2495             : #line 233 "loader.l"
    2496             : { return EQTOKEN_FOCUS_MODE; }
    2497             :         YY_BREAK
    2498             : case 146:
    2499             : YY_RULE_SETUP
    2500             : #line 234 "loader.l"
    2501             : { return EQTOKEN_OPENCV_CAMERA; }
    2502             :         YY_BREAK
    2503             : case 147:
    2504             : YY_RULE_SETUP
    2505             : #line 235 "loader.l"
    2506             : { return EQTOKEN_VRPN_TRACKER; }
    2507             :         YY_BREAK
    2508             : case 148:
    2509             : YY_RULE_SETUP
    2510             : #line 236 "loader.l"
    2511             : { return EQTOKEN_ROBUSTNESS; }
    2512             :         YY_BREAK
    2513             : case 149:
    2514             : YY_RULE_SETUP
    2515             : #line 237 "loader.l"
    2516             : { return EQTOKEN_BUFFER; }
    2517             :         YY_BREAK
    2518             : case 150:
    2519             : YY_RULE_SETUP
    2520             : #line 238 "loader.l"
    2521             : { return EQTOKEN_CLEAR; }
    2522             :         YY_BREAK
    2523             : case 151:
    2524             : YY_RULE_SETUP
    2525             : #line 239 "loader.l"
    2526             : { return EQTOKEN_DRAW; }
    2527             :         YY_BREAK
    2528             : case 152:
    2529             : YY_RULE_SETUP
    2530             : #line 240 "loader.l"
    2531             : { return EQTOKEN_CYCLOP; }
    2532             :         YY_BREAK
    2533             : case 153:
    2534             : YY_RULE_SETUP
    2535             : #line 241 "loader.l"
    2536             : { return EQTOKEN_LEFT; }
    2537             :         YY_BREAK
    2538             : case 154:
    2539             : YY_RULE_SETUP
    2540             : #line 242 "loader.l"
    2541             : { return EQTOKEN_RIGHT; }
    2542             :         YY_BREAK
    2543             : case 155:
    2544             : YY_RULE_SETUP
    2545             : #line 243 "loader.l"
    2546             : { return EQTOKEN_ASSEMBLE; }
    2547             :         YY_BREAK
    2548             : case 156:
    2549             : YY_RULE_SETUP
    2550             : #line 244 "loader.l"
    2551             : { return EQTOKEN_READBACK; }
    2552             :         YY_BREAK
    2553             : case 157:
    2554             : YY_RULE_SETUP
    2555             : #line 245 "loader.l"
    2556             : { return EQTOKEN_COLOR; }
    2557             :         YY_BREAK
    2558             : case 158:
    2559             : YY_RULE_SETUP
    2560             : #line 246 "loader.l"
    2561             : { return EQTOKEN_DEPTH; }
    2562             :         YY_BREAK
    2563             : case 159:
    2564             : YY_RULE_SETUP
    2565             : #line 247 "loader.l"
    2566             : { return EQTOKEN_VIEWPORT; }
    2567             :         YY_BREAK
    2568             : case 160:
    2569             : YY_RULE_SETUP
    2570             : #line 248 "loader.l"
    2571             : { return EQTOKEN_RANGE; }
    2572             :         YY_BREAK
    2573             : case 161:
    2574             : YY_RULE_SETUP
    2575             : #line 249 "loader.l"
    2576             : { return EQTOKEN_PERIOD; }
    2577             :         YY_BREAK
    2578             : case 162:
    2579             : YY_RULE_SETUP
    2580             : #line 250 "loader.l"
    2581             : { return EQTOKEN_PHASE; }
    2582             :         YY_BREAK
    2583             : case 163:
    2584             : YY_RULE_SETUP
    2585             : #line 251 "loader.l"
    2586             : { return EQTOKEN_PIXEL; }
    2587             :         YY_BREAK
    2588             : case 164:
    2589             : YY_RULE_SETUP
    2590             : #line 252 "loader.l"
    2591             : { return EQTOKEN_SUBPIXEL; }
    2592             :         YY_BREAK
    2593             : case 165:
    2594             : YY_RULE_SETUP
    2595             : #line 253 "loader.l"
    2596             : { return EQTOKEN_BANDWIDTH; }
    2597             :         YY_BREAK
    2598             : case 166:
    2599             : YY_RULE_SETUP
    2600             : #line 254 "loader.l"
    2601             : { return EQTOKEN_DEVICE; }
    2602             :         YY_BREAK
    2603             : case 167:
    2604             : YY_RULE_SETUP
    2605             : #line 255 "loader.l"
    2606             : { return EQTOKEN_WALL; }
    2607             :         YY_BREAK
    2608             : case 168:
    2609             : YY_RULE_SETUP
    2610             : #line 256 "loader.l"
    2611             : { return EQTOKEN_BOTTOM_LEFT; }
    2612             :         YY_BREAK
    2613             : case 169:
    2614             : YY_RULE_SETUP
    2615             : #line 257 "loader.l"
    2616             : { return EQTOKEN_BOTTOM_RIGHT; }
    2617             :         YY_BREAK
    2618             : case 170:
    2619             : YY_RULE_SETUP
    2620             : #line 258 "loader.l"
    2621             : { return EQTOKEN_TOP_LEFT; }
    2622             :         YY_BREAK
    2623             : case 171:
    2624             : YY_RULE_SETUP
    2625             : #line 259 "loader.l"
    2626             : { return EQTOKEN_PROJECTION; }
    2627             :         YY_BREAK
    2628             : case 172:
    2629             : YY_RULE_SETUP
    2630             : #line 260 "loader.l"
    2631             : { return EQTOKEN_ORIGIN; }
    2632             :         YY_BREAK
    2633             : case 173:
    2634             : YY_RULE_SETUP
    2635             : #line 261 "loader.l"
    2636             : { return EQTOKEN_DISTANCE; }
    2637             :         YY_BREAK
    2638             : case 174:
    2639             : YY_RULE_SETUP
    2640             : #line 262 "loader.l"
    2641             : { return EQTOKEN_FOV; }
    2642             :         YY_BREAK
    2643             : case 175:
    2644             : YY_RULE_SETUP
    2645             : #line 263 "loader.l"
    2646             : { return EQTOKEN_HPR; }
    2647             :         YY_BREAK
    2648             : case 176:
    2649             : YY_RULE_SETUP
    2650             : #line 264 "loader.l"
    2651             : { return EQTOKEN_LATENCY; }
    2652             :         YY_BREAK
    2653             : case 177:
    2654             : YY_RULE_SETUP
    2655             : #line 265 "loader.l"
    2656             : { return EQTOKEN_SWAPBARRIER; }
    2657             :         YY_BREAK
    2658             : case 178:
    2659             : YY_RULE_SETUP
    2660             : #line 266 "loader.l"
    2661             : { return EQTOKEN_NVGROUP;}
    2662             :         YY_BREAK
    2663             : case 179:
    2664             : YY_RULE_SETUP
    2665             : #line 267 "loader.l"
    2666             : { return EQTOKEN_NVBARRIER;}
    2667             :         YY_BREAK
    2668             : case 180:
    2669             : YY_RULE_SETUP
    2670             : #line 268 "loader.l"
    2671             : { return EQTOKEN_OUTPUTFRAME; }
    2672             :         YY_BREAK
    2673             : case 181:
    2674             : YY_RULE_SETUP
    2675             : #line 269 "loader.l"
    2676             : { return EQTOKEN_INPUTFRAME; }
    2677             :         YY_BREAK
    2678             : case 182:
    2679             : YY_RULE_SETUP
    2680             : #line 270 "loader.l"
    2681             : { return EQTOKEN_OUTPUTTILES; }
    2682             :         YY_BREAK
    2683             : case 183:
    2684             : YY_RULE_SETUP
    2685             : #line 271 "loader.l"
    2686             : { return EQTOKEN_INPUTTILES; }
    2687             :         YY_BREAK
    2688             : case 184:
    2689             : YY_RULE_SETUP
    2690             : #line 272 "loader.l"
    2691             : { return EQTOKEN_STEREO_MODE; }
    2692             :         YY_BREAK
    2693             : case 185:
    2694             : YY_RULE_SETUP
    2695             : #line 273 "loader.l"
    2696             : { return EQTOKEN_STEREO_ANAGLYPH_LEFT_MASK; }
    2697             :         YY_BREAK
    2698             : case 186:
    2699             : YY_RULE_SETUP
    2700             : #line 274 "loader.l"
    2701             : { return EQTOKEN_STEREO_ANAGLYPH_RIGHT_MASK; }
    2702             :         YY_BREAK
    2703             : case 187:
    2704             : YY_RULE_SETUP
    2705             : #line 275 "loader.l"
    2706             : { return EQTOKEN_UPDATE_FOV; }
    2707             :         YY_BREAK
    2708             : case 188:
    2709             : YY_RULE_SETUP
    2710             : #line 276 "loader.l"
    2711             : { return EQTOKEN_FBO; }
    2712             :         YY_BREAK
    2713             : case 189:
    2714             : YY_RULE_SETUP
    2715             : #line 277 "loader.l"
    2716             : { return EQTOKEN_RGBA16F; }
    2717             :         YY_BREAK
    2718             : case 190:
    2719             : YY_RULE_SETUP
    2720             : #line 278 "loader.l"
    2721             : { return EQTOKEN_RGBA32F; }
    2722             :         YY_BREAK
    2723             : case 191:
    2724             : YY_RULE_SETUP
    2725             : #line 279 "loader.l"
    2726             : { return EQTOKEN_PBUFFER; }
    2727             :         YY_BREAK
    2728             : case 192:
    2729             : YY_RULE_SETUP
    2730             : #line 280 "loader.l"
    2731             : { return EQTOKEN_THREAD_MODEL; }
    2732             :         YY_BREAK
    2733             : case 193:
    2734             : YY_RULE_SETUP
    2735             : #line 281 "loader.l"
    2736             : { return EQTOKEN_ASYNC; }
    2737             :         YY_BREAK
    2738             : case 194:
    2739             : YY_RULE_SETUP
    2740             : #line 282 "loader.l"
    2741             : { return EQTOKEN_ASYNC; }
    2742             :         YY_BREAK
    2743             : case 195:
    2744             : YY_RULE_SETUP
    2745             : #line 283 "loader.l"
    2746             : { return EQTOKEN_DRAW_SYNC; }
    2747             :         YY_BREAK
    2748             : case 196:
    2749             : YY_RULE_SETUP
    2750             : #line 284 "loader.l"
    2751             : { return EQTOKEN_DRAW_SYNC; }
    2752             :         YY_BREAK
    2753             : case 197:
    2754             : YY_RULE_SETUP
    2755             : #line 285 "loader.l"
    2756             : { return EQTOKEN_LOCAL_SYNC; }
    2757             :         YY_BREAK
    2758             : case 198:
    2759             : YY_RULE_SETUP
    2760             : #line 286 "loader.l"
    2761             : { return EQTOKEN_LOCAL_SYNC; }
    2762             :         YY_BREAK
    2763             : case 199:
    2764             : YY_RULE_SETUP
    2765             : #line 287 "loader.l"
    2766             : { return EQTOKEN_MODE; }
    2767             :         YY_BREAK
    2768             : case 200:
    2769             : YY_RULE_SETUP
    2770             : #line 288 "loader.l"
    2771             : { return EQTOKEN_BOUNDARY; }
    2772             :         YY_BREAK
    2773             : case 201:
    2774             : YY_RULE_SETUP
    2775             : #line 289 "loader.l"
    2776             : { return EQTOKEN_RESISTANCE; }
    2777             :         YY_BREAK
    2778             : case 202:
    2779             : YY_RULE_SETUP
    2780             : #line 290 "loader.l"
    2781             : { return EQTOKEN_2D; }
    2782             :         YY_BREAK
    2783             : case 203:
    2784             : YY_RULE_SETUP
    2785             : #line 291 "loader.l"
    2786             : { return EQTOKEN_ASSEMBLE_ONLY_LIMIT; }
    2787             :         YY_BREAK
    2788             : case 204:
    2789             : YY_RULE_SETUP
    2790             : #line 292 "loader.l"
    2791             : { return EQTOKEN_DB; }
    2792             :         YY_BREAK
    2793             : case 205:
    2794             : YY_RULE_SETUP
    2795             : #line 293 "loader.l"
    2796             : { return EQTOKEN_ZOOM; }
    2797             :         YY_BREAK
    2798             : case 206:
    2799             : YY_RULE_SETUP
    2800             : #line 294 "loader.l"
    2801             : { return EQTOKEN_MONO; }
    2802             :         YY_BREAK
    2803             : case 207:
    2804             : YY_RULE_SETUP
    2805             : #line 295 "loader.l"
    2806             : { return EQTOKEN_STEREO; }
    2807             :         YY_BREAK
    2808             : case 208:
    2809             : YY_RULE_SETUP
    2810             : #line 296 "loader.l"
    2811             : { return EQTOKEN_SIZE; }
    2812             :         YY_BREAK
    2813             : case 209:
    2814             : YY_RULE_SETUP
    2815             : #line 297 "loader.l"
    2816             : { return EQTOKEN_DEFLECT_HOST; }
    2817             :         YY_BREAK
    2818             : case 210:
    2819             : YY_RULE_SETUP
    2820             : #line 298 "loader.l"
    2821             : { return EQTOKEN_DUMP_IMAGE; }
    2822             :         YY_BREAK
    2823             : case 211:
    2824             : YY_RULE_SETUP
    2825             : #line 300 "loader.l"
    2826             : { return EQTOKEN_FLOAT; }
    2827             :         YY_BREAK
    2828             : case 212:
    2829             : YY_RULE_SETUP
    2830             : #line 301 "loader.l"
    2831             : { return EQTOKEN_FLOAT; }
    2832             :         YY_BREAK
    2833             : case 213:
    2834             : YY_RULE_SETUP
    2835             : #line 302 "loader.l"
    2836             : { return EQTOKEN_UNSIGNED; }
    2837             :         YY_BREAK
    2838             : case 214:
    2839             : YY_RULE_SETUP
    2840             : #line 303 "loader.l"
    2841             : { return EQTOKEN_INTEGER; }
    2842             :         YY_BREAK
    2843             : case 215:
    2844             : YY_RULE_SETUP
    2845             : #line 304 "loader.l"
    2846             : { return EQTOKEN_STRING; }
    2847             :         YY_BREAK
    2848             : case 216:
    2849             : YY_RULE_SETUP
    2850             : #line 305 "loader.l"
    2851             : { return EQTOKEN_CHARACTER; }
    2852             :         YY_BREAK
    2853             : case 217:
    2854             : YY_RULE_SETUP
    2855             : #line 307 "loader.l"
    2856             : { return *yytext; }
    2857             :         YY_BREAK
    2858             : case 218:
    2859             : /* rule 218 can match eol */
    2860             : YY_RULE_SETUP
    2861             : #line 308 "loader.l"
    2862             : { ++yylineno; }
    2863             :         YY_BREAK
    2864             : case 219:
    2865             : YY_RULE_SETUP
    2866             : #line 309 "loader.l"
    2867             : { ; }
    2868             :         YY_BREAK
    2869             : case 220:
    2870             : YY_RULE_SETUP
    2871             : #line 310 "loader.l"
    2872             : { while( yyinput() != '\n' ) {} ++yylineno; }
    2873             :         YY_BREAK
    2874             : case 221:
    2875             : YY_RULE_SETUP
    2876             : #line 312 "loader.l"
    2877             : ECHO;
    2878             :         YY_BREAK
    2879             : #line 2880 "/jenkins/02/workspace/oss.Equalizer.documentation/build_type/Debug/platform/cscsviz-vm/build/eq/server/lexer.cpp"
    2880             : case YY_STATE_EOF(INITIAL):
    2881         402 :         yyterminate();
    2882             : 
    2883             :         case YY_END_OF_BUFFER:
    2884             :                 {
    2885             :                 /* Amount of text matched not including the EOB char. */
    2886         994 :                 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
    2887             : 
    2888             :                 /* Undo the effects of YY_DO_BEFORE_ACTION. */
    2889         994 :                 *yy_cp = (yy_hold_char);
    2890             :                 YY_RESTORE_YY_MORE_OFFSET
    2891             : 
    2892         994 :                 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
    2893             :                         {
    2894             :                         /* We're scanning a new file or input source.  It's
    2895             :                          * possible that this happened because the user
    2896             :                          * just pointed yyin at a new source and called
    2897             :                          * yylex().  If so, then we have to assure
    2898             :                          * consistency between YY_CURRENT_BUFFER and our
    2899             :                          * globals.  Here is the right place to do so, because
    2900             :                          * this is the first action (other than possibly a
    2901             :                          * back-up) that will match for the new input source.
    2902             :                          */
    2903         404 :                         (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
    2904         404 :                         YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
    2905         404 :                         YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
    2906             :                         }
    2907             : 
    2908             :                 /* Note that here we test for yy_c_buf_p "<=" to the position
    2909             :                  * of the first EOB in the buffer, since yy_c_buf_p will
    2910             :                  * already have been incremented past the NUL character
    2911             :                  * (since all states make transitions on EOB to the
    2912             :                  * end-of-buffer state).  Contrast this with the test
    2913             :                  * in input().
    2914             :                  */
    2915         994 :                 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
    2916             :                         { /* This was really a NUL. */
    2917             :                         yy_state_type yy_next_state;
    2918             : 
    2919          94 :                         (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
    2920             : 
    2921          94 :                         yy_current_state = yy_get_previous_state(  );
    2922             : 
    2923             :                         /* Okay, we're now positioned to make the NUL
    2924             :                          * transition.  We couldn't have
    2925             :                          * yy_get_previous_state() go ahead and do it
    2926             :                          * for us because it doesn't know how to deal
    2927             :                          * with the possibility of jamming (and we don't
    2928             :                          * want to build jamming into it because then it
    2929             :                          * will run more slowly).
    2930             :                          */
    2931             : 
    2932          94 :                         yy_next_state = yy_try_NUL_trans( yy_current_state );
    2933             : 
    2934          94 :                         yy_bp = (yytext_ptr) + YY_MORE_ADJ;
    2935             : 
    2936          94 :                         if ( yy_next_state )
    2937             :                                 {
    2938             :                                 /* Consume the NUL. */
    2939          52 :                                 yy_cp = ++(yy_c_buf_p);
    2940          52 :                                 yy_current_state = yy_next_state;
    2941          52 :                                 goto yy_match;
    2942             :                                 }
    2943             : 
    2944             :                         else
    2945             :                                 {
    2946          42 :                                 yy_cp = (yy_c_buf_p);
    2947          42 :                                 goto yy_find_action;
    2948             :                                 }
    2949             :                         }
    2950             : 
    2951         900 :                 else switch ( yy_get_next_buffer(  ) )
    2952             :                         {
    2953             :                         case EOB_ACT_END_OF_FILE:
    2954             :                                 {
    2955         402 :                                 (yy_did_buffer_switch_on_eof) = 0;
    2956             : 
    2957             :                                 if ( yywrap( ) )
    2958             :                                         {
    2959             :                                         /* Note: because we've taken care in
    2960             :                                          * yy_get_next_buffer() to have set up
    2961             :                                          * yytext, we can now set up
    2962             :                                          * yy_c_buf_p so that if some total
    2963             :                                          * hoser (like flex itself) wants to
    2964             :                                          * call the scanner after we return the
    2965             :                                          * YY_NULL, it'll still work - another
    2966             :                                          * YY_NULL will get returned.
    2967             :                                          */
    2968         402 :                                         (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
    2969             : 
    2970         402 :                                         yy_act = YY_STATE_EOF(YY_START);
    2971         402 :                                         goto do_action;
    2972             :                                         }
    2973             : 
    2974             :                                 else
    2975             :                                         {
    2976             :                                         if ( ! (yy_did_buffer_switch_on_eof) )
    2977             :                                                 YY_NEW_FILE;
    2978             :                                         }
    2979             :                                 break;
    2980             :                                 }
    2981             : 
    2982             :                         case EOB_ACT_CONTINUE_SCAN:
    2983         498 :                                 (yy_c_buf_p) =
    2984         498 :                                         (yytext_ptr) + yy_amount_of_matched_text;
    2985             : 
    2986         498 :                                 yy_current_state = yy_get_previous_state(  );
    2987             : 
    2988         498 :                                 yy_cp = (yy_c_buf_p);
    2989         498 :                                 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
    2990         498 :                                 goto yy_match;
    2991             : 
    2992             :                         case EOB_ACT_LAST_MATCH:
    2993           0 :                                 (yy_c_buf_p) =
    2994           0 :                                 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
    2995             : 
    2996           0 :                                 yy_current_state = yy_get_previous_state(  );
    2997             : 
    2998           0 :                                 yy_cp = (yy_c_buf_p);
    2999           0 :                                 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
    3000           0 :                                 goto yy_find_action;
    3001             :                         }
    3002           0 :                 break;
    3003             :                 }
    3004             : 
    3005             :         default:
    3006             :                 YY_FATAL_ERROR(
    3007           0 :                         "fatal flex scanner internal error--no action found" );
    3008             :         } /* end of action switch */
    3009     1309852 :                 } /* end of scanning one token */
    3010             : } /* end of yylex */
    3011             : 
    3012             : /* yy_get_next_buffer - try to read in a new buffer
    3013             :  *
    3014             :  * Returns a code representing an action:
    3015             :  *      EOB_ACT_LAST_MATCH -
    3016             :  *      EOB_ACT_CONTINUE_SCAN - continue scanning from current position
    3017             :  *      EOB_ACT_END_OF_FILE - end of file
    3018             :  */
    3019         900 : static int yy_get_next_buffer (void)
    3020             : {
    3021         900 :         register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
    3022         900 :         register char *source = (yytext_ptr);
    3023             :         register int number_to_move, i;
    3024             :         int ret_val;
    3025             : 
    3026         900 :         if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
    3027             :                 YY_FATAL_ERROR(
    3028           0 :                 "fatal flex scanner internal error--end of buffer missed" );
    3029             : 
    3030         900 :         if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
    3031             :                 { /* Don't try to fill the buffer, so this is an EOF. */
    3032           0 :                 if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
    3033             :                         {
    3034             :                         /* We matched a single character, the EOB, so
    3035             :                          * treat this as a final EOF.
    3036             :                          */
    3037           0 :                         return EOB_ACT_END_OF_FILE;
    3038             :                         }
    3039             : 
    3040             :                 else
    3041             :                         {
    3042             :                         /* We matched some text prior to the EOB, first
    3043             :                          * process it.
    3044             :                          */
    3045           0 :                         return EOB_ACT_LAST_MATCH;
    3046             :                         }
    3047             :                 }
    3048             : 
    3049             :         /* Try to read more data. */
    3050             : 
    3051             :         /* First move last chars to start of buffer. */
    3052         900 :         number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
    3053             : 
    3054        1010 :         for ( i = 0; i < number_to_move; ++i )
    3055         110 :                 *(dest++) = *(source++);
    3056             : 
    3057         900 :         if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
    3058             :                 /* don't do the read, it's not guaranteed to return an EOF,
    3059             :                  * just force an EOF
    3060             :                  */
    3061           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
    3062             : 
    3063             :         else
    3064             :                 {
    3065             :                         int num_to_read =
    3066         900 :                         YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
    3067             : 
    3068         900 :                 while ( num_to_read <= 0 )
    3069             :                         { /* Not enough room in the buffer - grow it. */
    3070             : 
    3071             :                         /* just a shorter name for the current buffer */
    3072           0 :                         YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
    3073             : 
    3074             :                         int yy_c_buf_p_offset =
    3075           0 :                                 (int) ((yy_c_buf_p) - b->yy_ch_buf);
    3076             : 
    3077           0 :                         if ( b->yy_is_our_buffer )
    3078             :                                 {
    3079           0 :                                 int new_size = b->yy_buf_size * 2;
    3080             : 
    3081           0 :                                 if ( new_size <= 0 )
    3082           0 :                                         b->yy_buf_size += b->yy_buf_size / 8;
    3083             :                                 else
    3084           0 :                                         b->yy_buf_size *= 2;
    3085             : 
    3086           0 :                                 b->yy_ch_buf = (char *)
    3087             :                                         /* Include room in for 2 EOB chars. */
    3088           0 :                                         yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
    3089             :                                 }
    3090             :                         else
    3091             :                                 /* Can't grow it, we don't own it. */
    3092           0 :                                 b->yy_ch_buf = 0;
    3093             : 
    3094           0 :                         if ( ! b->yy_ch_buf )
    3095             :                                 YY_FATAL_ERROR(
    3096           0 :                                 "fatal error - scanner input buffer overflow" );
    3097             : 
    3098           0 :                         (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
    3099             : 
    3100           0 :                         num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
    3101           0 :                                                 number_to_move - 1;
    3102             : 
    3103             :                         }
    3104             : 
    3105         900 :                 if ( num_to_read > YY_READ_BUF_SIZE )
    3106         900 :                         num_to_read = YY_READ_BUF_SIZE;
    3107             : 
    3108             :                 /* Read in more data. */
    3109         900 :                 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
    3110             :                         (yy_n_chars), (size_t) num_to_read );
    3111             : 
    3112         900 :                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
    3113             :                 }
    3114             : 
    3115         900 :         if ( (yy_n_chars) == 0 )
    3116             :                 {
    3117         402 :                 if ( number_to_move == YY_MORE_ADJ )
    3118             :                         {
    3119         402 :                         ret_val = EOB_ACT_END_OF_FILE;
    3120         402 :                         yyrestart(yyin  );
    3121             :                         }
    3122             : 
    3123             :                 else
    3124             :                         {
    3125           0 :                         ret_val = EOB_ACT_LAST_MATCH;
    3126           0 :                         YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
    3127             :                                 YY_BUFFER_EOF_PENDING;
    3128             :                         }
    3129             :                 }
    3130             : 
    3131             :         else
    3132         498 :                 ret_val = EOB_ACT_CONTINUE_SCAN;
    3133             : 
    3134         900 :         if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
    3135             :                 /* Extend the array by 50%, plus the number we really need. */
    3136           0 :                 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
    3137           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
    3138           0 :                 if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
    3139           0 :                         YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
    3140             :         }
    3141             : 
    3142         900 :         (yy_n_chars) += number_to_move;
    3143         900 :         YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
    3144         900 :         YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
    3145             : 
    3146         900 :         (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
    3147             : 
    3148         900 :         return ret_val;
    3149             : }
    3150             : 
    3151             : /* yy_get_previous_state - get the state just before the EOB char was reached */
    3152             : 
    3153         592 :     static yy_state_type yy_get_previous_state (void)
    3154             : {
    3155             :         register yy_state_type yy_current_state;
    3156             :         register char *yy_cp;
    3157             :     
    3158         592 :         yy_current_state = (yy_start);
    3159             : 
    3160         746 :         for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
    3161             :                 {
    3162         154 :                 register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
    3163         154 :                 if ( yy_accept[yy_current_state] )
    3164             :                         {
    3165          44 :                         (yy_last_accepting_state) = yy_current_state;
    3166          44 :                         (yy_last_accepting_cpos) = yy_cp;
    3167             :                         }
    3168         226 :                 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
    3169             :                         {
    3170          36 :                         yy_current_state = (int) yy_def[yy_current_state];
    3171          36 :                         if ( yy_current_state >= 1711 )
    3172          36 :                                 yy_c = yy_meta[(unsigned int) yy_c];
    3173             :                         }
    3174         154 :                 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
    3175             :                 }
    3176             : 
    3177         592 :         return yy_current_state;
    3178             : }
    3179             : 
    3180             : /* yy_try_NUL_trans - try to make a transition on the NUL character
    3181             :  *
    3182             :  * synopsis
    3183             :  *      next_state = yy_try_NUL_trans( current_state );
    3184             :  */
    3185          94 :     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
    3186             : {
    3187             :         register int yy_is_jam;
    3188          94 :         register char *yy_cp = (yy_c_buf_p);
    3189             : 
    3190          94 :         register YY_CHAR yy_c = 1;
    3191          94 :         if ( yy_accept[yy_current_state] )
    3192             :                 {
    3193          40 :                 (yy_last_accepting_state) = yy_current_state;
    3194          40 :                 (yy_last_accepting_cpos) = yy_cp;
    3195             :                 }
    3196         178 :         while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
    3197             :                 {
    3198          42 :                 yy_current_state = (int) yy_def[yy_current_state];
    3199          42 :                 if ( yy_current_state >= 1711 )
    3200           0 :                         yy_c = yy_meta[(unsigned int) yy_c];
    3201             :                 }
    3202          94 :         yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
    3203          94 :         yy_is_jam = (yy_current_state == 1710);
    3204             : 
    3205          94 :         return yy_is_jam ? 0 : yy_current_state;
    3206             : }
    3207             : 
    3208             : #ifndef YY_NO_INPUT
    3209             : #ifdef __cplusplus
    3210       22372 :     static int yyinput (void)
    3211             : #else
    3212             :     static int input  (void)
    3213             : #endif
    3214             : 
    3215             : {
    3216             :         int c;
    3217             :     
    3218       22372 :         *(yy_c_buf_p) = (yy_hold_char);
    3219             : 
    3220       22372 :         if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
    3221             :                 {
    3222             :                 /* yy_c_buf_p now points to the character we want to return.
    3223             :                  * If this occurs *before* the EOB characters, then it's a
    3224             :                  * valid NUL; if not, then we've hit the end of the buffer.
    3225             :                  */
    3226           0 :                 if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
    3227             :                         /* This was really a NUL. */
    3228           0 :                         *(yy_c_buf_p) = '\0';
    3229             : 
    3230             :                 else
    3231             :                         { /* need more input */
    3232           0 :                         int offset = (yy_c_buf_p) - (yytext_ptr);
    3233           0 :                         ++(yy_c_buf_p);
    3234             : 
    3235           0 :                         switch ( yy_get_next_buffer(  ) )
    3236             :                                 {
    3237             :                                 case EOB_ACT_LAST_MATCH:
    3238             :                                         /* This happens because yy_g_n_b()
    3239             :                                          * sees that we've accumulated a
    3240             :                                          * token and flags that we need to
    3241             :                                          * try matching the token before
    3242             :                                          * proceeding.  But for input(),
    3243             :                                          * there's no matching to consider.
    3244             :                                          * So convert the EOB_ACT_LAST_MATCH
    3245             :                                          * to EOB_ACT_END_OF_FILE.
    3246             :                                          */
    3247             : 
    3248             :                                         /* Reset buffer status. */
    3249           0 :                                         yyrestart(yyin );
    3250             : 
    3251             :                                         /*FALLTHROUGH*/
    3252             : 
    3253             :                                 case EOB_ACT_END_OF_FILE:
    3254             :                                         {
    3255             :                                         if ( yywrap( ) )
    3256           0 :                                                 return EOF;
    3257             : 
    3258             :                                         if ( ! (yy_did_buffer_switch_on_eof) )
    3259             :                                                 YY_NEW_FILE;
    3260             : #ifdef __cplusplus
    3261             :                                         return yyinput();
    3262             : #else
    3263             :                                         return input();
    3264             : #endif
    3265             :                                         }
    3266             : 
    3267             :                                 case EOB_ACT_CONTINUE_SCAN:
    3268           0 :                                         (yy_c_buf_p) = (yytext_ptr) + offset;
    3269           0 :                                         break;
    3270             :                                 }
    3271             :                         }
    3272             :                 }
    3273             : 
    3274       22372 :         c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
    3275       22372 :         *(yy_c_buf_p) = '\0';   /* preserve yytext */
    3276       22372 :         (yy_hold_char) = *++(yy_c_buf_p);
    3277             : 
    3278       22372 :         return c;
    3279             : }
    3280             : #endif  /* ifndef YY_NO_INPUT */
    3281             : 
    3282             : /** Immediately switch to a different input stream.
    3283             :  * @param input_file A readable stream.
    3284             :  * 
    3285             :  * @note This function does not reset the start condition to @c INITIAL .
    3286             :  */
    3287         402 :     void yyrestart  (FILE * input_file )
    3288             : {
    3289             :     
    3290         402 :         if ( ! YY_CURRENT_BUFFER ){
    3291           0 :         yyensure_buffer_stack ();
    3292           0 :                 YY_CURRENT_BUFFER_LVALUE =
    3293           0 :             yy_create_buffer(yyin,YY_BUF_SIZE );
    3294             :         }
    3295             : 
    3296         402 :         yy_init_buffer(YY_CURRENT_BUFFER,input_file );
    3297         402 :         yy_load_buffer_state( );
    3298         402 : }
    3299             : 
    3300             : /** Switch to a different input buffer.
    3301             :  * @param new_buffer The new input buffer.
    3302             :  * 
    3303             :  */
    3304           0 :     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
    3305             : {
    3306             :     
    3307             :         /* TODO. We should be able to replace this entire function body
    3308             :          * with
    3309             :          *              yypop_buffer_state();
    3310             :          *              yypush_buffer_state(new_buffer);
    3311             :      */
    3312           0 :         yyensure_buffer_stack ();
    3313           0 :         if ( YY_CURRENT_BUFFER == new_buffer )
    3314           0 :                 return;
    3315             : 
    3316           0 :         if ( YY_CURRENT_BUFFER )
    3317             :                 {
    3318             :                 /* Flush out information for old buffer. */
    3319           0 :                 *(yy_c_buf_p) = (yy_hold_char);
    3320           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
    3321           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
    3322             :                 }
    3323             : 
    3324           0 :         YY_CURRENT_BUFFER_LVALUE = new_buffer;
    3325           0 :         yy_load_buffer_state( );
    3326             : 
    3327             :         /* We don't actually know whether we did this switch during
    3328             :          * EOF (yywrap()) processing, but the only time this flag
    3329             :          * is looked at is after yywrap() is called, so it's safe
    3330             :          * to go ahead and always set it.
    3331             :          */
    3332           0 :         (yy_did_buffer_switch_on_eof) = 1;
    3333             : }
    3334             : 
    3335         810 : static void yy_load_buffer_state  (void)
    3336             : {
    3337         810 :         (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
    3338         810 :         (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
    3339         810 :         yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
    3340         810 :         (yy_hold_char) = *(yy_c_buf_p);
    3341         810 : }
    3342             : 
    3343             : /** Allocate and initialize an input buffer state.
    3344             :  * @param file A readable stream.
    3345             :  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
    3346             :  * 
    3347             :  * @return the allocated buffer state.
    3348             :  */
    3349           4 :     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
    3350             : {
    3351             :         YY_BUFFER_STATE b;
    3352             :     
    3353           4 :         b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
    3354           4 :         if ( ! b )
    3355           0 :                 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
    3356             : 
    3357           4 :         b->yy_buf_size = size;
    3358             : 
    3359             :         /* yy_ch_buf has to be 2 characters longer than the size given because
    3360             :          * we need to put in 2 end-of-buffer characters.
    3361             :          */
    3362           4 :         b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
    3363           4 :         if ( ! b->yy_ch_buf )
    3364           0 :                 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
    3365             : 
    3366           4 :         b->yy_is_our_buffer = 1;
    3367             : 
    3368           4 :         yy_init_buffer(b,file );
    3369             : 
    3370           4 :         return b;
    3371             : }
    3372             : 
    3373             : /** Destroy the buffer.
    3374             :  * @param b a buffer created with yy_create_buffer()
    3375             :  * 
    3376             :  */
    3377           0 :     void yy_delete_buffer (YY_BUFFER_STATE  b )
    3378             : {
    3379             :     
    3380           0 :         if ( ! b )
    3381           0 :                 return;
    3382             : 
    3383           0 :         if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
    3384           0 :                 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
    3385             : 
    3386           0 :         if ( b->yy_is_our_buffer )
    3387           0 :                 yyfree((void *) b->yy_ch_buf  );
    3388             : 
    3389           0 :         yyfree((void *) b  );
    3390             : }
    3391             : 
    3392             : #ifndef __cplusplus
    3393             : extern int isatty (int );
    3394             : #endif /* __cplusplus */
    3395             :     
    3396             : /* Initializes or reinitializes a buffer.
    3397             :  * This function is sometimes called more than once on the same buffer,
    3398             :  * such as during a yyrestart() or at EOF.
    3399             :  */
    3400         406 :     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
    3401             : 
    3402             : {
    3403         406 :         int oerrno = errno;
    3404             :     
    3405         406 :         yy_flush_buffer(b );
    3406             : 
    3407         406 :         b->yy_input_file = file;
    3408         406 :         b->yy_fill_buffer = 1;
    3409             : 
    3410             :     /* If b is the current buffer, then yy_init_buffer was _probably_
    3411             :      * called from yyrestart() or through yy_get_next_buffer.
    3412             :      * In that case, we don't want to reset the lineno or column.
    3413             :      */
    3414         406 :     if (b != YY_CURRENT_BUFFER){
    3415           4 :         b->yy_bs_lineno = 1;
    3416           4 :         b->yy_bs_column = 0;
    3417             :     }
    3418             : 
    3419         406 :         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
    3420             :     
    3421         406 :         errno = oerrno;
    3422         406 : }
    3423             : 
    3424             : /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
    3425             :  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
    3426             :  * 
    3427             :  */
    3428         408 :     void yy_flush_buffer (YY_BUFFER_STATE  b )
    3429             : {
    3430         408 :         if ( ! b )
    3431           0 :                 return;
    3432             : 
    3433         408 :         b->yy_n_chars = 0;
    3434             : 
    3435             :         /* We always need two end-of-buffer characters.  The first causes
    3436             :          * a transition to the end-of-buffer state.  The second causes
    3437             :          * a jam in that state.
    3438             :          */
    3439         408 :         b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
    3440         408 :         b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
    3441             : 
    3442         408 :         b->yy_buf_pos = &b->yy_ch_buf[0];
    3443             : 
    3444         408 :         b->yy_at_bol = 1;
    3445         408 :         b->yy_buffer_status = YY_BUFFER_NEW;
    3446             : 
    3447         408 :         if ( b == YY_CURRENT_BUFFER )
    3448         404 :                 yy_load_buffer_state( );
    3449             : }
    3450             : 
    3451             : /** Pushes the new state onto the stack. The new state becomes
    3452             :  *  the current state. This function will allocate the stack
    3453             :  *  if necessary.
    3454             :  *  @param new_buffer The new state.
    3455             :  *  
    3456             :  */
    3457           0 : void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
    3458             : {
    3459           0 :         if (new_buffer == NULL)
    3460           0 :                 return;
    3461             : 
    3462           0 :         yyensure_buffer_stack();
    3463             : 
    3464             :         /* This block is copied from yy_switch_to_buffer. */
    3465           0 :         if ( YY_CURRENT_BUFFER )
    3466             :                 {
    3467             :                 /* Flush out information for old buffer. */
    3468           0 :                 *(yy_c_buf_p) = (yy_hold_char);
    3469           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
    3470           0 :                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
    3471             :                 }
    3472             : 
    3473             :         /* Only push if top exists. Otherwise, replace top. */
    3474           0 :         if (YY_CURRENT_BUFFER)
    3475           0 :                 (yy_buffer_stack_top)++;
    3476           0 :         YY_CURRENT_BUFFER_LVALUE = new_buffer;
    3477             : 
    3478             :         /* copied from yy_switch_to_buffer. */
    3479           0 :         yy_load_buffer_state( );
    3480           0 :         (yy_did_buffer_switch_on_eof) = 1;
    3481             : }
    3482             : 
    3483             : /** Removes and deletes the top of the stack, if present.
    3484             :  *  The next element becomes the new top.
    3485             :  *  
    3486             :  */
    3487           0 : void yypop_buffer_state (void)
    3488             : {
    3489           0 :         if (!YY_CURRENT_BUFFER)
    3490           0 :                 return;
    3491             : 
    3492           0 :         yy_delete_buffer(YY_CURRENT_BUFFER );
    3493           0 :         YY_CURRENT_BUFFER_LVALUE = NULL;
    3494           0 :         if ((yy_buffer_stack_top) > 0)
    3495           0 :                 --(yy_buffer_stack_top);
    3496             : 
    3497           0 :         if (YY_CURRENT_BUFFER) {
    3498           0 :                 yy_load_buffer_state( );
    3499           0 :                 (yy_did_buffer_switch_on_eof) = 1;
    3500             :         }
    3501             : }
    3502             : 
    3503             : /* Allocates the stack if it does not exist.
    3504             :  *  Guarantees space for at least one push.
    3505             :  */
    3506           4 : static void yyensure_buffer_stack (void)
    3507             : {
    3508             :         int num_to_alloc;
    3509             :     
    3510           4 :         if (!(yy_buffer_stack)) {
    3511             : 
    3512             :                 /* First allocation is just for 2 elements, since we don't know if this
    3513             :                  * scanner will even need a stack. We use 2 instead of 1 to avoid an
    3514             :                  * immediate realloc on the next call.
    3515             :          */
    3516           4 :                 num_to_alloc = 1;
    3517           4 :                 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
    3518           4 :                                                                 (num_to_alloc * sizeof(struct yy_buffer_state*)
    3519             :                                                                 );
    3520           4 :                 if ( ! (yy_buffer_stack) )
    3521           0 :                         YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
    3522             :                                                                   
    3523           4 :                 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
    3524             :                                 
    3525           4 :                 (yy_buffer_stack_max) = num_to_alloc;
    3526           4 :                 (yy_buffer_stack_top) = 0;
    3527           4 :                 return;
    3528             :         }
    3529             : 
    3530           0 :         if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
    3531             : 
    3532             :                 /* Increase the buffer to prepare for a possible push. */
    3533           0 :                 int grow_size = 8 /* arbitrary grow size */;
    3534             : 
    3535           0 :                 num_to_alloc = (yy_buffer_stack_max) + grow_size;
    3536           0 :                 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
    3537           0 :                                                                 ((yy_buffer_stack),
    3538             :                                                                 num_to_alloc * sizeof(struct yy_buffer_state*)
    3539             :                                                                 );
    3540           0 :                 if ( ! (yy_buffer_stack) )
    3541           0 :                         YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
    3542             : 
    3543             :                 /* zero only the new slots.*/
    3544           0 :                 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
    3545           0 :                 (yy_buffer_stack_max) = num_to_alloc;
    3546             :         }
    3547             : }
    3548             : 
    3549             : /** Setup the input buffer state to scan directly from a user-specified character buffer.
    3550             :  * @param base the character buffer
    3551             :  * @param size the size in bytes of the character buffer
    3552             :  * 
    3553             :  * @return the newly allocated buffer state object. 
    3554             :  */
    3555           0 : YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
    3556             : {
    3557             :         YY_BUFFER_STATE b;
    3558             :     
    3559           0 :         if ( size < 2 ||
    3560           0 :              base[size-2] != YY_END_OF_BUFFER_CHAR ||
    3561           0 :              base[size-1] != YY_END_OF_BUFFER_CHAR )
    3562             :                 /* They forgot to leave room for the EOB's. */
    3563           0 :                 return 0;
    3564             : 
    3565           0 :         b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
    3566           0 :         if ( ! b )
    3567           0 :                 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
    3568             : 
    3569           0 :         b->yy_buf_size = size - 2;   /* "- 2" to take care of EOB's */
    3570           0 :         b->yy_buf_pos = b->yy_ch_buf = base;
    3571           0 :         b->yy_is_our_buffer = 0;
    3572           0 :         b->yy_input_file = 0;
    3573           0 :         b->yy_n_chars = b->yy_buf_size;
    3574           0 :         b->yy_is_interactive = 0;
    3575           0 :         b->yy_at_bol = 1;
    3576           0 :         b->yy_fill_buffer = 0;
    3577           0 :         b->yy_buffer_status = YY_BUFFER_NEW;
    3578             : 
    3579           0 :         yy_switch_to_buffer(b  );
    3580             : 
    3581           0 :         return b;
    3582             : }
    3583             : 
    3584             : /** Setup the input buffer state to scan a string. The next call to yylex() will
    3585             :  * scan from a @e copy of @a str.
    3586             :  * @param yystr a NUL-terminated string to scan
    3587             :  * 
    3588             :  * @return the newly allocated buffer state object.
    3589             :  * @note If you want to scan bytes that may contain NUL values, then use
    3590             :  *       yy_scan_bytes() instead.
    3591             :  */
    3592           0 : YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
    3593             : {
    3594             :     
    3595           0 :         return yy_scan_bytes(yystr,strlen(yystr) );
    3596             : }
    3597             : 
    3598             : /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
    3599             :  * scan from a @e copy of @a bytes.
    3600             :  * @param bytes the byte buffer to scan
    3601             :  * @param len the number of bytes in the buffer pointed to by @a bytes.
    3602             :  * 
    3603             :  * @return the newly allocated buffer state object.
    3604             :  */
    3605           0 : YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
    3606             : {
    3607             :         YY_BUFFER_STATE b;
    3608             :         char *buf;
    3609             :         yy_size_t n;
    3610             :         int i;
    3611             :     
    3612             :         /* Get memory for full buffer, including space for trailing EOB's. */
    3613           0 :         n = _yybytes_len + 2;
    3614           0 :         buf = (char *) yyalloc(n  );
    3615           0 :         if ( ! buf )
    3616           0 :                 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
    3617             : 
    3618           0 :         for ( i = 0; i < _yybytes_len; ++i )
    3619           0 :                 buf[i] = yybytes[i];
    3620             : 
    3621           0 :         buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
    3622             : 
    3623           0 :         b = yy_scan_buffer(buf,n );
    3624           0 :         if ( ! b )
    3625           0 :                 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
    3626             : 
    3627             :         /* It's okay to grow etc. this buffer, and we should throw it
    3628             :          * away when we're done.
    3629             :          */
    3630           0 :         b->yy_is_our_buffer = 1;
    3631             : 
    3632           0 :         return b;
    3633             : }
    3634             : 
    3635             : #ifndef YY_EXIT_FAILURE
    3636             : #define YY_EXIT_FAILURE 2
    3637             : #endif
    3638             : 
    3639           0 : static void yy_fatal_error (yyconst char* msg )
    3640             : {
    3641           0 :         (void) fprintf( stderr, "%s\n", msg );
    3642           0 :         exit( YY_EXIT_FAILURE );
    3643             : }
    3644             : 
    3645             : /* Redefine yyless() so it works in section 3 code. */
    3646             : 
    3647             : #undef yyless
    3648             : #define yyless(n) \
    3649             :         do \
    3650             :                 { \
    3651             :                 /* Undo effects of setting up yytext. */ \
    3652             :         int yyless_macro_arg = (n); \
    3653             :         YY_LESS_LINENO(yyless_macro_arg);\
    3654             :                 yytext[yyleng] = (yy_hold_char); \
    3655             :                 (yy_c_buf_p) = yytext + yyless_macro_arg; \
    3656             :                 (yy_hold_char) = *(yy_c_buf_p); \
    3657             :                 *(yy_c_buf_p) = '\0'; \
    3658             :                 yyleng = yyless_macro_arg; \
    3659             :                 } \
    3660             :         while ( 0 )
    3661             : 
    3662             : /* Accessor  methods (get/set functions) to struct members. */
    3663             : 
    3664             : /** Get the current line number.
    3665             :  * 
    3666             :  */
    3667           0 : int yyget_lineno  (void)
    3668             : {
    3669             :         
    3670           0 :     return yylineno;
    3671             : }
    3672             : 
    3673             : /** Get the input stream.
    3674             :  * 
    3675             :  */
    3676           0 : FILE *yyget_in  (void)
    3677             : {
    3678           0 :         return yyin;
    3679             : }
    3680             : 
    3681             : /** Get the output stream.
    3682             :  * 
    3683             :  */
    3684           0 : FILE *yyget_out  (void)
    3685             : {
    3686           0 :         return yyout;
    3687             : }
    3688             : 
    3689             : /** Get the length of the current token.
    3690             :  * 
    3691             :  */
    3692           0 : int yyget_leng  (void)
    3693             : {
    3694           0 :         return yyleng;
    3695             : }
    3696             : 
    3697             : /** Get the current token.
    3698             :  * 
    3699             :  */
    3700             : 
    3701           0 : char *yyget_text  (void)
    3702             : {
    3703           0 :         return yytext;
    3704             : }
    3705             : 
    3706             : /** Set the current line number.
    3707             :  * @param line_number
    3708             :  * 
    3709             :  */
    3710           0 : void yyset_lineno (int  line_number )
    3711             : {
    3712             :     
    3713           0 :     yylineno = line_number;
    3714           0 : }
    3715             : 
    3716             : /** Set the input stream. This does not discard the current
    3717             :  * input buffer.
    3718             :  * @param in_str A readable stream.
    3719             :  * 
    3720             :  * @see yy_switch_to_buffer
    3721             :  */
    3722           0 : void yyset_in (FILE *  in_str )
    3723             : {
    3724           0 :         yyin = in_str ;
    3725           0 : }
    3726             : 
    3727           0 : void yyset_out (FILE *  out_str )
    3728             : {
    3729           0 :         yyout = out_str ;
    3730           0 : }
    3731             : 
    3732           0 : int yyget_debug  (void)
    3733             : {
    3734           0 :         return yy_flex_debug;
    3735             : }
    3736             : 
    3737           0 : void yyset_debug (int  bdebug )
    3738             : {
    3739           0 :         yy_flex_debug = bdebug ;
    3740           0 : }
    3741             : 
    3742           0 : static int yy_init_globals (void)
    3743             : {
    3744             :         /* Initialization is the same as for the non-reentrant scanner.
    3745             :      * This function is called from yylex_destroy(), so don't allocate here.
    3746             :      */
    3747             : 
    3748           0 :     (yy_buffer_stack) = 0;
    3749           0 :     (yy_buffer_stack_top) = 0;
    3750           0 :     (yy_buffer_stack_max) = 0;
    3751           0 :     (yy_c_buf_p) = (char *) 0;
    3752           0 :     (yy_init) = 0;
    3753           0 :     (yy_start) = 0;
    3754             : 
    3755             : /* Defined in main.c */
    3756             : #ifdef YY_STDINIT
    3757             :     yyin = stdin;
    3758             :     yyout = stdout;
    3759             : #else
    3760           0 :     yyin = (FILE *) 0;
    3761           0 :     yyout = (FILE *) 0;
    3762             : #endif
    3763             : 
    3764             :     /* For future reference: Set errno on error, since we are called by
    3765             :      * yylex_init()
    3766             :      */
    3767           0 :     return 0;
    3768             : }
    3769             : 
    3770             : /* yylex_destroy is for both reentrant and non-reentrant scanners. */
    3771           0 : int yylex_destroy  (void)
    3772             : {
    3773             :     
    3774             :     /* Pop the buffer stack, destroying each element. */
    3775           0 :         while(YY_CURRENT_BUFFER){
    3776           0 :                 yy_delete_buffer(YY_CURRENT_BUFFER  );
    3777           0 :                 YY_CURRENT_BUFFER_LVALUE = NULL;
    3778           0 :                 yypop_buffer_state();
    3779             :         }
    3780             : 
    3781             :         /* Destroy the stack itself. */
    3782           0 :         yyfree((yy_buffer_stack) );
    3783           0 :         (yy_buffer_stack) = NULL;
    3784             : 
    3785             :     /* Reset the globals. This is important in a non-reentrant scanner so the next time
    3786             :      * yylex() is called, initialization will occur. */
    3787           0 :     yy_init_globals( );
    3788             : 
    3789           0 :     return 0;
    3790             : }
    3791             : 
    3792             : /*
    3793             :  * Internal utility routines.
    3794             :  */
    3795             : 
    3796             : #ifndef yytext_ptr
    3797             : static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
    3798             : {
    3799             :         register int i;
    3800             :         for ( i = 0; i < n; ++i )
    3801             :                 s1[i] = s2[i];
    3802             : }
    3803             : #endif
    3804             : 
    3805             : #ifdef YY_NEED_STRLEN
    3806             : static int yy_flex_strlen (yyconst char * s )
    3807             : {
    3808             :         register int n;
    3809             :         for ( n = 0; s[n]; ++n )
    3810             :                 ;
    3811             : 
    3812             :         return n;
    3813             : }
    3814             : #endif
    3815             : 
    3816          12 : void *yyalloc (yy_size_t  size )
    3817             : {
    3818          12 :         return (void *) malloc( size );
    3819             : }
    3820             : 
    3821           0 : void *yyrealloc  (void * ptr, yy_size_t  size )
    3822             : {
    3823             :         /* The cast to (char *) in the following accommodates both
    3824             :          * implementations that use char* generic pointers, and those
    3825             :          * that use void* generic pointers.  It works with the latter
    3826             :          * because both ANSI C and C++ allow castless assignment from
    3827             :          * any pointer type to void*, and deal with argument conversions
    3828             :          * as though doing an assignment.
    3829             :          */
    3830           0 :         return (void *) realloc( (char *) ptr, size );
    3831             : }
    3832             : 
    3833           0 : void yyfree (void * ptr )
    3834             : {
    3835           0 :         free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
    3836          60 : }
    3837             : 
    3838             : #define YYTABLES_NAME "yytables"
    3839             : 
    3840             : #line 312 "loader.l"
    3841             : 
    3842             : 
    3843             : 

Generated by: LCOV version 1.11