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

Generated by: LCOV version 1.11