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

Generated by: LCOV version 1.11