--- drbd-8.3.9/user/drbdmeta_scanner.c	2010-10-01 15:00:59.751175722 -0400
+++ drbd-8.3.9/user/drbdmeta_scanner.c	2011-01-17 16:14:00.000000000 -0500
@@ -0,0 +1,2140 @@
+#line 2 "drbdmeta_scanner.c"
+
+#line 4 "drbdmeta_scanner.c"
+
+#define  YY_INT_ALIGNED short int
+
+/* A lexical scanner generated by flex */
+
+#define FLEX_SCANNER
+#define YY_FLEX_MAJOR_VERSION 2
+#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
+#if YY_FLEX_SUBMINOR_VERSION > 0
+#define FLEX_BETA
+#endif
+
+/* First, we deal with  platform-specific or compiler-specific issues. */
+
+/* begin standard C headers. */
+#include <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+
+/* end standard C headers. */
+
+/* flex integer type definitions */
+
+#ifndef FLEXINT_H
+#define FLEXINT_H
+
+/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
+
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+
+/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
+ * if you want the limit (max/min) macros for int types. 
+ */
+#ifndef __STDC_LIMIT_MACROS
+#define __STDC_LIMIT_MACROS 1
+#endif
+
+#include <inttypes.h>
+typedef int8_t flex_int8_t;
+typedef uint8_t flex_uint8_t;
+typedef int16_t flex_int16_t;
+typedef uint16_t flex_uint16_t;
+typedef int32_t flex_int32_t;
+typedef uint32_t flex_uint32_t;
+#else
+typedef signed char flex_int8_t;
+typedef short int flex_int16_t;
+typedef int flex_int32_t;
+typedef unsigned char flex_uint8_t; 
+typedef unsigned short int flex_uint16_t;
+typedef unsigned int flex_uint32_t;
+
+/* Limits of integral types. */
+#ifndef INT8_MIN
+#define INT8_MIN               (-128)
+#endif
+#ifndef INT16_MIN
+#define INT16_MIN              (-32767-1)
+#endif
+#ifndef INT32_MIN
+#define INT32_MIN              (-2147483647-1)
+#endif
+#ifndef INT8_MAX
+#define INT8_MAX               (127)
+#endif
+#ifndef INT16_MAX
+#define INT16_MAX              (32767)
+#endif
+#ifndef INT32_MAX
+#define INT32_MAX              (2147483647)
+#endif
+#ifndef UINT8_MAX
+#define UINT8_MAX              (255U)
+#endif
+#ifndef UINT16_MAX
+#define UINT16_MAX             (65535U)
+#endif
+#ifndef UINT32_MAX
+#define UINT32_MAX             (4294967295U)
+#endif
+
+#endif /* ! C99 */
+
+#endif /* ! FLEXINT_H */
+
+#ifdef __cplusplus
+
+/* The "const" storage-class-modifier is valid. */
+#define YY_USE_CONST
+
+#else	/* ! __cplusplus */
+
+/* C99 requires __STDC__ to be defined as 1. */
+#if defined (__STDC__)
+
+#define YY_USE_CONST
+
+#endif	/* defined (__STDC__) */
+#endif	/* ! __cplusplus */
+
+#ifdef YY_USE_CONST
+#define yyconst const
+#else
+#define yyconst
+#endif
+
+/* Returned upon end-of-file. */
+#define YY_NULL 0
+
+/* Promotes a possibly negative, possibly signed char to an unsigned
+ * integer for use as an array index.  If the signed char is negative,
+ * we want to instead treat it as an 8-bit unsigned char, hence the
+ * double cast.
+ */
+#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
+
+/* Enter a start condition.  This macro really ought to take a parameter,
+ * but we do it the disgusting crufty way forced on us by the ()-less
+ * definition of BEGIN.
+ */
+#define BEGIN (yy_start) = 1 + 2 *
+
+/* Translate the current start state into a value that can be later handed
+ * to BEGIN to return to the state.  The YYSTATE alias is for lex
+ * compatibility.
+ */
+#define YY_START (((yy_start) - 1) / 2)
+#define YYSTATE YY_START
+
+/* Action number for EOF rule of a given start state. */
+#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
+
+/* Special action meaning "start processing a new file". */
+#define YY_NEW_FILE yyrestart(yyin  )
+
+#define YY_END_OF_BUFFER_CHAR 0
+
+/* Size of default input buffer. */
+#ifndef YY_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k.
+ * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+ * Ditto for the __ia64__ case accordingly.
+ */
+#define YY_BUF_SIZE 32768
+#else
+#define YY_BUF_SIZE 16384
+#endif /* __ia64__ */
+#endif
+
+/* The state buf must be large enough to hold one state per character in the main buffer.
+ */
+#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
+
+#ifndef YY_TYPEDEF_YY_BUFFER_STATE
+#define YY_TYPEDEF_YY_BUFFER_STATE
+typedef struct yy_buffer_state *YY_BUFFER_STATE;
+#endif
+
+extern int yyleng;
+
+extern FILE *yyin, *yyout;
+
+#define EOB_ACT_CONTINUE_SCAN 0
+#define EOB_ACT_END_OF_FILE 1
+#define EOB_ACT_LAST_MATCH 2
+
+    /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires
+     *       access to the local variable yy_act. Since yyless() is a macro, it would break
+     *       existing scanners that call yyless() from OUTSIDE yylex. 
+     *       One obvious solution it to make yy_act a global. I tried that, and saw
+     *       a 5% performance hit in a non-yylineno scanner, because yy_act is
+     *       normally declared as a register variable-- so it is not worth it.
+     */
+    #define  YY_LESS_LINENO(n) \
+            do { \
+                int yyl;\
+                for ( yyl = n; yyl < yyleng; ++yyl )\
+                    if ( yytext[yyl] == '\n' )\
+                        --yylineno;\
+            }while(0)
+    
+/* Return all but the first "n" matched characters back to the input stream. */
+#define yyless(n) \
+	do \
+		{ \
+		/* Undo effects of setting up yytext. */ \
+        int yyless_macro_arg = (n); \
+        YY_LESS_LINENO(yyless_macro_arg);\
+		*yy_cp = (yy_hold_char); \
+		YY_RESTORE_YY_MORE_OFFSET \
+		(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
+		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+		} \
+	while ( 0 )
+
+#define unput(c) yyunput( c, (yytext_ptr)  )
+
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
+struct yy_buffer_state
+	{
+	FILE *yy_input_file;
+
+	char *yy_ch_buf;		/* input buffer */
+	char *yy_buf_pos;		/* current position in input buffer */
+
+	/* Size of input buffer in bytes, not including room for EOB
+	 * characters.
+	 */
+	yy_size_t yy_buf_size;
+
+	/* Number of characters read into yy_ch_buf, not including EOB
+	 * characters.
+	 */
+	int yy_n_chars;
+
+	/* Whether we "own" the buffer - i.e., we know we created it,
+	 * and can realloc() it to grow it, and should free() it to
+	 * delete it.
+	 */
+	int yy_is_our_buffer;
+
+	/* Whether this is an "interactive" input source; if so, and
+	 * if we're using stdio for input, then we want to use getc()
+	 * instead of fread(), to make sure we stop fetching input after
+	 * each newline.
+	 */
+	int yy_is_interactive;
+
+	/* Whether we're considered to be at the beginning of a line.
+	 * If so, '^' rules will be active on the next match, otherwise
+	 * not.
+	 */
+	int yy_at_bol;
+
+    int yy_bs_lineno; /**< The line count. */
+    int yy_bs_column; /**< The column count. */
+    
+	/* Whether to try to fill the input buffer when we reach the
+	 * end of it.
+	 */
+	int yy_fill_buffer;
+
+	int yy_buffer_status;
+
+#define YY_BUFFER_NEW 0
+#define YY_BUFFER_NORMAL 1
+	/* When an EOF's been seen but there's still some text to process
+	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
+	 * shouldn't try reading from the input source any more.  We might
+	 * still have a bunch of tokens to match, though, because of
+	 * possible backing-up.
+	 *
+	 * When we actually see the EOF, we change the status to "new"
+	 * (via yyrestart()), so that the user can continue scanning by
+	 * just pointing yyin at a new input file.
+	 */
+#define YY_BUFFER_EOF_PENDING 2
+
+	};
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
+
+/* Stack of input buffers. */
+static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
+static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
+static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
+
+/* We provide macros for accessing buffer states in case in the
+ * future we want to put the buffer states in a more general
+ * "scanner state".
+ *
+ * Returns the top of the stack, or NULL.
+ */
+#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
+                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
+                          : NULL)
+
+/* Same as previous macro, but useful when we know that the buffer stack is not
+ * NULL or when we need an lvalue. For internal use only.
+ */
+#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
+
+/* yy_hold_char holds the character lost when yytext is formed. */
+static char yy_hold_char;
+static int yy_n_chars;		/* number of characters read into yy_ch_buf */
+int yyleng;
+
+/* Points to current character in buffer. */
+static char *yy_c_buf_p = (char *) 0;
+static int yy_init = 0;		/* whether we need to initialize */
+static int yy_start = 0;	/* start state number */
+
+/* Flag which is used to allow yywrap()'s to do buffer switches
+ * instead of setting up a fresh yyin.  A bit of a hack ...
+ */
+static int yy_did_buffer_switch_on_eof;
+
+void yyrestart (FILE *input_file  );
+void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
+YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
+void yy_delete_buffer (YY_BUFFER_STATE b  );
+void yy_flush_buffer (YY_BUFFER_STATE b  );
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
+void yypop_buffer_state (void );
+
+static void yyensure_buffer_stack (void );
+static void yy_load_buffer_state (void );
+static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
+
+#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
+
+YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
+YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
+YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );
+
+void *yyalloc (yy_size_t  );
+void *yyrealloc (void *,yy_size_t  );
+void yyfree (void *  );
+
+#define yy_new_buffer yy_create_buffer
+
+#define yy_set_interactive(is_interactive) \
+	{ \
+	if ( ! YY_CURRENT_BUFFER ){ \
+        yyensure_buffer_stack (); \
+		YY_CURRENT_BUFFER_LVALUE =    \
+            yy_create_buffer(yyin,YY_BUF_SIZE ); \
+	} \
+	YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
+	}
+
+#define yy_set_bol(at_bol) \
+	{ \
+	if ( ! YY_CURRENT_BUFFER ){\
+        yyensure_buffer_stack (); \
+		YY_CURRENT_BUFFER_LVALUE =    \
+            yy_create_buffer(yyin,YY_BUF_SIZE ); \
+	} \
+	YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
+	}
+
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
+
+/* Begin user sect3 */
+
+#define yywrap(n) 1
+#define YY_SKIP_YYWRAP
+
+typedef unsigned char YY_CHAR;
+
+FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
+
+typedef int yy_state_type;
+
+extern int yylineno;
+
+int yylineno = 1;
+
+extern char *yytext;
+#define yytext_ptr yytext
+
+static yy_state_type yy_get_previous_state (void );
+static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
+static int yy_get_next_buffer (void );
+static void yy_fatal_error (yyconst char msg[]  );
+
+/* Done after the current pattern has been matched and before the
+ * corresponding action - sets up yytext.
+ */
+#define YY_DO_BEFORE_ACTION \
+	(yytext_ptr) = yy_bp; \
+	yyleng = (size_t) (yy_cp - yy_bp); \
+	(yy_hold_char) = *yy_cp; \
+	*yy_cp = '\0'; \
+	(yy_c_buf_p) = yy_cp;
+
+#define YY_NUM_RULES 23
+#define YY_END_OF_BUFFER 24
+/* This struct is not used in this scanner,
+   but its presence is necessary. */
+struct yy_trans_info
+	{
+	flex_int32_t yy_verify;
+	flex_int32_t yy_nxt;
+	};
+static yyconst flex_int16_t yy_accept[233] =
+    {   0,
+        0,    0,   24,   22,    1,   18,    2,   21,    7,    7,
+        3,   21,   21,   21,   21,   21,   21,   21,   21,   17,
+       18,    2,   21,    7,   19,    9,   21,   21,    8,   21,
+       21,   21,   21,   17,    4,   21,    7,   19,   21,   21,
+       21,   21,   21,   21,   21,   17,   21,    7,   19,   21,
+       21,   21,   21,   21,   10,   21,   17,   21,    7,   19,
+       21,   21,   16,   21,   15,   21,   17,   21,    7,   19,
+       21,   21,   21,   21,   17,   21,    7,   19,   21,   21,
+       21,   11,   17,   21,    7,   19,   21,   21,   21,   17,
+       21,    7,   19,   21,   21,   21,   17,   21,    7,    6,
+
+       21,   21,   21,   17,   21,    7,   19,   21,   14,   21,
+       17,   21,    7,   19,   21,   12,   17,   21,    7,   19,
+       21,   17,   21,    7,   19,   21,   17,   21,    7,   19,
+       13,   17,   21,    7,   19,   17,   21,    7,   19,   17,
+       21,    7,    5,   17,   21,    7,   19,   17,   21,   20,
+       17,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
+       21,    0
+    } ;
+
+static yyconst flex_int32_t yy_ec[256] =
+    {   0,
+        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
+        1,    1,    4,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    2,    1,    5,    6,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    7,    1,    1,    8,    9,    9,
+        9,    9,    9,    9,    9,    9,    9,    1,   10,    1,
+        1,    1,    1,    1,   11,   11,   11,   11,   11,   11,
+       12,   12,   12,   12,   12,   12,   12,   12,   12,   12,
+       12,   12,   12,   12,   12,   12,   12,   12,   12,   12,
+        1,    1,    1,    1,   12,    1,   13,   14,   15,   16,
+
+       17,   18,   19,   12,   20,   12,   12,   21,   22,   23,
+       24,   25,   12,   26,   27,   28,   29,   30,   12,   31,
+       32,   33,   10,    1,   10,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1
+    } ;
+
+static yyconst flex_int32_t yy_meta[34] =
+    {   0,
+        1,    1,    2,    3,    1,    1,    4,    4,    4,    1,
+        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
+        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
+        4,    4,    4
+    } ;
+
+static yyconst flex_int16_t yy_base[353] =
+    {   0,
+        0,    0,  444,  445,  445,  438,    0,    0,   26,   28,
+      445,  420,  424,  419,  424,  425,  417,  407,  418,  429,
+      445,    0,    0,   30,   50,  426,  402,  418,    0,  423,
+      407,  408,  401,  421,  445,    0,   32,   61,  411,  404,
+      404,  395,  404,  404,  392,  413,    0,   34,   72,  385,
+      401,  388,  394,  386,    0,  392,  406,    0,   36,   83,
+      382,  392,    0,  375,    0,  383,  401,    0,   38,   94,
+      388,  397,  386,  379,  396,    0,   40,  105,  393,  370,
+      391,    0,  392,    0,   42,  116,  371,  366,  367,  388,
+        0,   44,  127,  375,  371,  373,  384,    0,   46,  138,
+
+      362,  371,  371,  380,    0,  149,  151,  377,    0,  355,
+      377,    0,  162,  164,  367,    0,  375,    0,  175,  177,
+      359,  373,    0,  188,  190,  349,  371,    0,  201,  203,
+        0,  370,    0,  214,  216,  369,    0,  227,  229,  368,
+        0,  240,  242,  367,    0,  253,    0,  366,    0,    0,
+      365,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
+      445,  445,  262,  266,  365,  270,  364,  274,  363,  278,
+      362,  282,  361,  286,  360,  290,  359,  294,  358,  298,
+      357,  302,  356,  306,  355,  310,  354,  314,  353,  318,
+      352,  322,  351,  326,  350,  330,  349,  334,  348,  338,
+      347,  342,  346,  345,  344,  343,  341,  340,  337,  336,
+      333,  332,  329,  328,  325,  324,  321,  320,  317,  316,
+      313,  312,  309,  308,  305,  304,  301,  300,  297,  296,
+
+      293,  292,  289,  288,  285,  284,  281,  280,  277,  276,
+      273,  272,  269,  268,  264,  261,  260,  250,  248,  237,
+      235,  224,  222,  211,  209,  198,  196,  185,  183,  172,
+      170,  159,  157,  146,  144,  135,  133,  124,  122,  113,
+      111,  102,  100,   91,   89,   80,   78,   69,   67,   58,
+       56,   52
+    } ;
+
+static yyconst flex_int16_t yy_def[353] =
+    {   0,
+      232,    1,  232,  232,  232,  233,  234,  235,  235,  235,
+      232,  235,  235,  235,  235,  235,  235,  235,  235,  236,
+      232,  234,  237,  237,  237,  237,  237,  237,  237,  237,
+      237,  237,  237,  238,  232,  239,  239,  239,  239,  239,
+      239,  239,  239,  239,  239,  240,  241,  241,  241,  241,
+      241,  241,  241,  241,  241,  241,  242,  243,  243,  243,
+      243,  243,  243,  243,  243,  243,  244,  245,  245,  245,
+      245,  245,  245,  245,  246,  247,  247,  247,  247,  247,
+      247,  247,  248,  249,  249,  249,  249,  249,  249,  250,
+      251,  251,  251,  251,  251,  251,  252,  253,  253,  253,
+
+      253,  253,  253,  254,  255,  255,  255,  255,  255,  255,
+      256,  257,  257,  257,  257,  257,  258,  259,  259,  259,
+      259,  260,  261,  261,  261,  261,  262,  263,  263,  263,
+      263,  264,  265,  265,  265,  266,  267,  267,  267,  268,
+      269,  269,  269,  270,  271,  271,  271,  272,  273,  273,
+      232,  274,  275,  276,  277,  278,  279,  280,  281,  282,
+      283,  284,  285,  286,  287,  288,  289,  290,  291,  292,
+      293,  294,  295,  296,  297,  298,  299,  300,  301,  302,
+      303,  304,  305,  306,  307,  308,  309,  310,  311,  312,
+      313,  314,  315,  316,  317,  318,  319,  320,  321,  322,
+
+      323,  324,  325,  326,  327,  328,  329,  330,  331,  332,
+      333,  334,  335,  336,  337,  338,  339,  340,  341,  342,
+      343,  344,  345,  346,  347,  348,  349,  350,  351,  352,
+      232,    0,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232
+    } ;
+
+static yyconst flex_int16_t yy_nxt[479] =
+    {   0,
+        4,    5,    5,    5,    6,    7,    8,    9,   10,   11,
+        8,    8,    8,   12,    8,   13,    8,   14,   15,    8,
+       16,    8,    8,    8,    8,    8,    8,   17,   18,   19,
+        8,    8,    8,   24,   24,   24,   24,   37,   37,   48,
+       48,   59,   59,   69,   69,   77,   77,   85,   85,   92,
+       92,   99,   99,  106,  106,  231,   25,   38,   38,  230,
+       38,  229,   38,   38,   38,   38,   38,   38,   49,   49,
+      228,   49,  227,   49,   49,   49,   49,   49,   49,   60,
+       60,  226,   60,  225,   60,   60,   60,   60,   60,   60,
+       70,   70,  224,   70,  223,   70,   70,   70,   70,   70,
+
+       70,   78,   78,  222,   78,  221,   78,   78,   78,   78,
+       78,   78,   86,   86,  220,   86,  219,   86,   86,   86,
+       86,   86,   86,   93,   93,  218,   93,  217,   93,   93,
+       93,   93,   93,   93,  100,  100,  216,  100,  215,  100,
+      100,  100,  100,  100,  100,  107,  107,  214,  107,  213,
+      107,  107,  107,  107,  107,  107,  113,  113,  114,  114,
+      212,  114,  211,  114,  114,  114,  114,  114,  114,  119,
+      119,  120,  120,  210,  120,  209,  120,  120,  120,  120,
+      120,  120,  124,  124,  125,  125,  208,  125,  207,  125,
+      125,  125,  125,  125,  125,  129,  129,  130,  130,  206,
+
+      130,  205,  130,  130,  130,  130,  130,  130,  134,  134,
+      135,  135,  204,  135,  203,  135,  135,  135,  135,  135,
+      135,  138,  138,  139,  139,  202,  139,  201,  139,  139,
+      139,  139,  139,  139,  142,  142,  143,  143,  200,  143,
+      199,  143,  143,  143,  143,  143,  143,  146,  146,  147,
+      147,  198,  147,  197,  147,  147,  147,  147,  147,  147,
+      150,  150,   20,  196,  195,   20,   22,  194,   22,   22,
+       34,  193,  192,   34,   46,  191,  190,   46,   57,  189,
+      188,   57,   67,  187,  186,   67,   75,  185,  184,   75,
+       83,  183,  182,   83,   90,  181,  180,   90,   97,  179,
+
+      178,   97,  104,  177,  176,  104,  111,  175,  174,  111,
+      117,  173,  172,  117,  122,  171,  170,  122,  127,  169,
+      168,  127,  132,  167,  166,  132,  136,  165,  164,  136,
+      140,  163,  162,  140,  144,  161,  160,  144,  148,  159,
+      158,  148,  151,  157,  156,  151,  155,  154,  153,  152,
+      149,  145,  141,  137,  133,  128,  123,  118,  112,  105,
+       98,   91,   84,   76,   68,   58,   47,   36,   23,   35,
+       35,   35,   35,   35,   35,   35,  131,   35,  126,   35,
+      121,   35,  116,  115,   35,  110,  109,  108,   35,  103,
+      102,  101,   35,   96,   95,   94,   35,   89,   88,   87,
+
+       35,   82,   81,   80,   79,   35,   74,   73,   72,   71,
+       35,   66,   65,   64,   63,   62,   61,   35,   56,   55,
+       54,   53,   52,   51,   50,   35,   45,   44,   43,   42,
+       41,   40,   39,   35,   33,   32,   31,   30,   29,   28,
+       27,   26,   21,  232,    3,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232
+    } ;
+
+static yyconst flex_int16_t yy_chk[479] =
+    {   0,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    9,    9,   10,   10,   24,   24,   37,
+       37,   48,   48,   59,   59,   69,   69,   77,   77,   85,
+       85,   92,   92,   99,   99,  352,    9,   25,   25,  351,
+       25,  350,   25,   25,   25,   25,   25,   25,   38,   38,
+      349,   38,  348,   38,   38,   38,   38,   38,   38,   49,
+       49,  347,   49,  346,   49,   49,   49,   49,   49,   49,
+       60,   60,  345,   60,  344,   60,   60,   60,   60,   60,
+
+       60,   70,   70,  343,   70,  342,   70,   70,   70,   70,
+       70,   70,   78,   78,  341,   78,  340,   78,   78,   78,
+       78,   78,   78,   86,   86,  339,   86,  338,   86,   86,
+       86,   86,   86,   86,   93,   93,  337,   93,  336,   93,
+       93,   93,   93,   93,   93,  100,  100,  335,  100,  334,
+      100,  100,  100,  100,  100,  100,  106,  106,  107,  107,
+      333,  107,  332,  107,  107,  107,  107,  107,  107,  113,
+      113,  114,  114,  331,  114,  330,  114,  114,  114,  114,
+      114,  114,  119,  119,  120,  120,  329,  120,  328,  120,
+      120,  120,  120,  120,  120,  124,  124,  125,  125,  327,
+
+      125,  326,  125,  125,  125,  125,  125,  125,  129,  129,
+      130,  130,  325,  130,  324,  130,  130,  130,  130,  130,
+      130,  134,  134,  135,  135,  323,  135,  322,  135,  135,
+      135,  135,  135,  135,  138,  138,  139,  139,  321,  139,
+      320,  139,  139,  139,  139,  139,  139,  142,  142,  143,
+      143,  319,  143,  318,  143,  143,  143,  143,  143,  143,
+      146,  146,  233,  317,  316,  233,  234,  315,  234,  234,
+      236,  314,  313,  236,  238,  312,  311,  238,  240,  310,
+      309,  240,  242,  308,  307,  242,  244,  306,  305,  244,
+      246,  304,  303,  246,  248,  302,  301,  248,  250,  300,
+
+      299,  250,  252,  298,  297,  252,  254,  296,  295,  254,
+      256,  294,  293,  256,  258,  292,  291,  258,  260,  290,
+      289,  260,  262,  288,  287,  262,  264,  286,  285,  264,
+      266,  284,  283,  266,  268,  282,  281,  268,  270,  280,
+      279,  270,  272,  278,  277,  272,  276,  275,  274,  273,
+      271,  269,  267,  265,  263,  261,  259,  257,  255,  253,
+      251,  249,  247,  245,  243,  241,  239,  237,  235,  151,
+      148,  144,  140,  136,  132,  127,  126,  122,  121,  117,
+      115,  111,  110,  108,  104,  103,  102,  101,   97,   96,
+       95,   94,   90,   89,   88,   87,   83,   81,   80,   79,
+
+       75,   74,   73,   72,   71,   67,   66,   64,   62,   61,
+       57,   56,   54,   53,   52,   51,   50,   46,   45,   44,
+       43,   42,   41,   40,   39,   34,   33,   32,   31,   30,
+       28,   27,   26,   20,   19,   18,   17,   16,   15,   14,
+       13,   12,    6,    3,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232,  232,  232,
+      232,  232,  232,  232,  232,  232,  232,  232
+    } ;
+
+/* Table of booleans, true if rule could match eol. */
+static yyconst flex_int32_t yy_rule_can_match_eol[24] =
+    {   0,
+1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
+    0, 0, 0, 0,     };
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int yy_flex_debug;
+int yy_flex_debug = 0;
+
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#define REJECT reject_used_but_not_detected
+#define yymore() yymore_used_but_not_detected
+#define YY_MORE_ADJ 0
+#define YY_RESTORE_YY_MORE_OFFSET
+char *yytext;
+#line 1 "drbdmeta_scanner.fl"
+#line 2 "drbdmeta_scanner.fl"
+
+#include "drbd_endian.h"
+#include "drbdmeta_parser.h"
+
+static void unescape(void);
+static void bad_token(char*);
+
+//#define DP printf("%s ",yytext);
+#define DP
+#define CP yylval.txt=yytext
+#define YY_NO_INPUT 1
+#define YY_NO_UNPUT 1
+static void yyunput (int c, register char * yy_bp ) __attribute((unused));
+
+/* remember to avoid backing up.
+ * tell user about bad/unexpected tokens. */
+/* 1<<63 is 19 digits. has to be enough.
+ * 20 digits would risk overflow of 64bit unsigned int */
+#line 706 "drbdmeta_scanner.c"
+
+#define INITIAL 0
+
+#ifndef YY_NO_UNISTD_H
+/* Special case for "unistd.h", since it is non-ANSI. We include it way
+ * down here because we want the user's section 1 to have been scanned first.
+ * The user has a chance to override it with an option.
+ */
+#include <unistd.h>
+#endif
+
+#ifndef YY_EXTRA_TYPE
+#define YY_EXTRA_TYPE void *
+#endif
+
+static int yy_init_globals (void );
+
+/* Accessor methods to globals.
+   These are made visible to non-reentrant scanners for convenience. */
+
+int yylex_destroy (void );
+
+int yyget_debug (void );
+
+void yyset_debug (int debug_flag  );
+
+YY_EXTRA_TYPE yyget_extra (void );
+
+void yyset_extra (YY_EXTRA_TYPE user_defined  );
+
+FILE *yyget_in (void );
+
+void yyset_in  (FILE * in_str  );
+
+FILE *yyget_out (void );
+
+void yyset_out  (FILE * out_str  );
+
+int yyget_leng (void );
+
+char *yyget_text (void );
+
+int yyget_lineno (void );
+
+void yyset_lineno (int line_number  );
+
+/* Macros after this point can all be overridden by user definitions in
+ * section 1.
+ */
+
+#ifndef YY_SKIP_YYWRAP
+#ifdef __cplusplus
+extern "C" int yywrap (void );
+#else
+extern int yywrap (void );
+#endif
+#endif
+
+    static void yyunput (int c,char *buf_ptr  );
+    
+#ifndef yytext_ptr
+static void yy_flex_strncpy (char *,yyconst char *,int );
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen (yyconst char * );
+#endif
+
+#ifndef YY_NO_INPUT
+
+#ifdef __cplusplus
+static int yyinput (void );
+#else
+static int input (void );
+#endif
+
+#endif
+
+/* Amount of stuff to slurp up with each read. */
+#ifndef YY_READ_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k */
+#define YY_READ_BUF_SIZE 16384
+#else
+#define YY_READ_BUF_SIZE 8192
+#endif /* __ia64__ */
+#endif
+
+/* Copy whatever the last rule matched to the standard output. */
+#ifndef ECHO
+/* This used to be an fputs(), but since the string might contain NUL's,
+ * we now use fwrite().
+ */
+#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
+#endif
+
+/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
+ * is returned in "result".
+ */
+#ifndef YY_INPUT
+#define YY_INPUT(buf,result,max_size) \
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
+		{ \
+		int c = '*'; \
+		size_t n; \
+		for ( n = 0; n < max_size && \
+			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+			buf[n] = (char) c; \
+		if ( c == '\n' ) \
+			buf[n++] = (char) c; \
+		if ( c == EOF && ferror( yyin ) ) \
+			YY_FATAL_ERROR( "input in flex scanner failed" ); \
+		result = n; \
+		} \
+	else \
+		{ \
+		errno=0; \
+		while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
+			{ \
+			if( errno != EINTR) \
+				{ \
+				YY_FATAL_ERROR( "input in flex scanner failed" ); \
+				break; \
+				} \
+			errno=0; \
+			clearerr(yyin); \
+			} \
+		}\
+\
+
+#endif
+
+/* No semi-colon after return; correct usage is to write "yyterminate();" -
+ * we don't want an extra ';' after the "return" because that will cause
+ * some compilers to complain about unreachable statements.
+ */
+#ifndef yyterminate
+#define yyterminate() return YY_NULL
+#endif
+
+/* Number of entries by which start-condition stack grows. */
+#ifndef YY_START_STACK_INCR
+#define YY_START_STACK_INCR 25
+#endif
+
+/* Report a fatal error. */
+#ifndef YY_FATAL_ERROR
+#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
+#endif
+
+/* end tables serialization structures and prototypes */
+
+/* Default declaration of generated scanner - a define so the user can
+ * easily add parameters.
+ */
+#ifndef YY_DECL
+#define YY_DECL_IS_OURS 1
+
+extern int yylex (void);
+
+#define YY_DECL int yylex (void)
+#endif /* !YY_DECL */
+
+/* Code executed at the beginning of each rule, after yytext and yyleng
+ * have been set up.
+ */
+#ifndef YY_USER_ACTION
+#define YY_USER_ACTION
+#endif
+
+/* Code executed at the end of each rule. */
+#ifndef YY_BREAK
+#define YY_BREAK break;
+#endif
+
+#define YY_RULE_SETUP \
+	YY_USER_ACTION
+
+/** The main scanner function which does all the work.
+ */
+YY_DECL
+{
+	register yy_state_type yy_current_state;
+	register char *yy_cp, *yy_bp;
+	register int yy_act;
+    
+#line 44 "drbdmeta_scanner.fl"
+
+
+#line 896 "drbdmeta_scanner.c"
+
+	if ( !(yy_init) )
+		{
+		(yy_init) = 1;
+
+#ifdef YY_USER_INIT
+		YY_USER_INIT;
+#endif
+
+		if ( ! (yy_start) )
+			(yy_start) = 1;	/* first start state */
+
+		if ( ! yyin )
+			yyin = stdin;
+
+		if ( ! yyout )
+			yyout = stdout;
+
+		if ( ! YY_CURRENT_BUFFER ) {
+			yyensure_buffer_stack ();
+			YY_CURRENT_BUFFER_LVALUE =
+				yy_create_buffer(yyin,YY_BUF_SIZE );
+		}
+
+		yy_load_buffer_state( );
+		}
+
+	while ( 1 )		/* loops until end-of-file is reached */
+		{
+		yy_cp = (yy_c_buf_p);
+
+		/* Support of yytext. */
+		*yy_cp = (yy_hold_char);
+
+		/* yy_bp points to the position in yy_ch_buf of the start of
+		 * the current run.
+		 */
+		yy_bp = yy_cp;
+
+		yy_current_state = (yy_start);
+yy_match:
+		do
+			{
+			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
+			if ( yy_accept[yy_current_state] )
+				{
+				(yy_last_accepting_state) = yy_current_state;
+				(yy_last_accepting_cpos) = yy_cp;
+				}
+			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+				{
+				yy_current_state = (int) yy_def[yy_current_state];
+				if ( yy_current_state >= 233 )
+					yy_c = yy_meta[(unsigned int) yy_c];
+				}
+			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+			++yy_cp;
+			}
+		while ( yy_base[yy_current_state] != 445 );
+
+yy_find_action:
+		yy_act = yy_accept[yy_current_state];
+		if ( yy_act == 0 )
+			{ /* have to back up */
+			yy_cp = (yy_last_accepting_cpos);
+			yy_current_state = (yy_last_accepting_state);
+			yy_act = yy_accept[yy_current_state];
+			}
+
+		YY_DO_BEFORE_ACTION;
+
+		if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
+			{
+			int yyl;
+			for ( yyl = 0; yyl < yyleng; ++yyl )
+				if ( yytext[yyl] == '\n' )
+					   
+    yylineno++;
+;
+			}
+
+do_action:	/* This label is used only to access EOF actions. */
+
+		switch ( yy_act )
+	{ /* beginning of action switch */
+			case 0: /* must back up */
+			/* undo the effects of YY_DO_BEFORE_ACTION */
+			*yy_cp = (yy_hold_char);
+			yy_cp = (yy_last_accepting_cpos);
+			yy_current_state = (yy_last_accepting_state);
+			goto yy_find_action;
+
+case 1:
+/* rule 1 can match eol */
+YY_RULE_SETUP
+#line 46 "drbdmeta_scanner.fl"
+/* skip silently */
+	YY_BREAK
+case 2:
+YY_RULE_SETUP
+#line 47 "drbdmeta_scanner.fl"
+/* skip silently */
+	YY_BREAK
+case 3:
+YY_RULE_SETUP
+#line 48 "drbdmeta_scanner.fl"
+DP; return yytext[0];
+	YY_BREAK
+case 4:
+YY_RULE_SETUP
+#line 49 "drbdmeta_scanner.fl"
+unescape(); DP; CP; return TK_STRING;
+	YY_BREAK
+case 5:
+YY_RULE_SETUP
+#line 50 "drbdmeta_scanner.fl"
+yylval.u64 = strto_u64(yytext, NULL, 16); DP; return TK_U64;
+	YY_BREAK
+case 6:
+YY_RULE_SETUP
+#line 51 "drbdmeta_scanner.fl"
+yylval.u64 = strto_u64(yytext, NULL, 16); DP; return TK_U32;
+	YY_BREAK
+case 7:
+YY_RULE_SETUP
+#line 52 "drbdmeta_scanner.fl"
+yylval.u64 = strto_u64(yytext, NULL, 10); DP; return TK_NUM;
+	YY_BREAK
+case 8:
+YY_RULE_SETUP
+#line 53 "drbdmeta_scanner.fl"
+DP; CP; return TK_GC;
+	YY_BREAK
+case 9:
+YY_RULE_SETUP
+#line 54 "drbdmeta_scanner.fl"
+DP; CP; return TK_BM;
+	YY_BREAK
+case 10:
+YY_RULE_SETUP
+#line 55 "drbdmeta_scanner.fl"
+DP; CP; return TK_UUID;
+	YY_BREAK
+case 11:
+YY_RULE_SETUP
+#line 56 "drbdmeta_scanner.fl"
+DP; CP; return TK_VERSION;
+	YY_BREAK
+case 12:
+YY_RULE_SETUP
+#line 57 "drbdmeta_scanner.fl"
+DP; CP; return TK_LA_SIZE;
+	YY_BREAK
+case 13:
+YY_RULE_SETUP
+#line 58 "drbdmeta_scanner.fl"
+DP; CP; return TK_BM_BYTE_PER_BIT;
+	YY_BREAK
+case 14:
+YY_RULE_SETUP
+#line 59 "drbdmeta_scanner.fl"
+DP; CP; return TK_DEVICE_UUID;
+	YY_BREAK
+case 15:
+YY_RULE_SETUP
+#line 60 "drbdmeta_scanner.fl"
+DP; CP; return TK_TIMES;
+	YY_BREAK
+case 16:
+YY_RULE_SETUP
+#line 61 "drbdmeta_scanner.fl"
+DP; CP; return TK_FLAGS;
+	YY_BREAK
+case 17:
+YY_RULE_SETUP
+#line 63 "drbdmeta_scanner.fl"
+CP; bad_token("invalid string"); return TK_INVALID;
+	YY_BREAK
+case 18:
+YY_RULE_SETUP
+#line 64 "drbdmeta_scanner.fl"
+CP; bad_token("invalid string"); return TK_INVALID;
+	YY_BREAK
+case 19:
+YY_RULE_SETUP
+#line 65 "drbdmeta_scanner.fl"
+CP; bad_token("invalid hex number (only 8 or 16 hex digits accepted)"); return TK_INVALID;
+	YY_BREAK
+case 20:
+YY_RULE_SETUP
+#line 66 "drbdmeta_scanner.fl"
+CP; bad_token("number too big"); return TK_INVALID;
+	YY_BREAK
+case 21:
+YY_RULE_SETUP
+#line 67 "drbdmeta_scanner.fl"
+CP; bad_token("unknown token"); return TK_INVALID;
+	YY_BREAK
+case 22:
+YY_RULE_SETUP
+#line 68 "drbdmeta_scanner.fl"
+CP; return TK_INVALID_CHAR;
+	YY_BREAK
+case 23:
+YY_RULE_SETUP
+#line 70 "drbdmeta_scanner.fl"
+YY_FATAL_ERROR( "flex scanner jammed" );
+	YY_BREAK
+#line 1105 "drbdmeta_scanner.c"
+case YY_STATE_EOF(INITIAL):
+	yyterminate();
+
+	case YY_END_OF_BUFFER:
+		{
+		/* Amount of text matched not including the EOB char. */
+		int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
+
+		/* Undo the effects of YY_DO_BEFORE_ACTION. */
+		*yy_cp = (yy_hold_char);
+		YY_RESTORE_YY_MORE_OFFSET
+
+		if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
+			{
+			/* We're scanning a new file or input source.  It's
+			 * possible that this happened because the user
+			 * just pointed yyin at a new source and called
+			 * yylex().  If so, then we have to assure
+			 * consistency between YY_CURRENT_BUFFER and our
+			 * globals.  Here is the right place to do so, because
+			 * this is the first action (other than possibly a
+			 * back-up) that will match for the new input source.
+			 */
+			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+			YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
+			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
+			}
+
+		/* Note that here we test for yy_c_buf_p "<=" to the position
+		 * of the first EOB in the buffer, since yy_c_buf_p will
+		 * already have been incremented past the NUL character
+		 * (since all states make transitions on EOB to the
+		 * end-of-buffer state).  Contrast this with the test
+		 * in input().
+		 */
+		if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+			{ /* This was really a NUL. */
+			yy_state_type yy_next_state;
+
+			(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
+
+			yy_current_state = yy_get_previous_state(  );
+
+			/* Okay, we're now positioned to make the NUL
+			 * transition.  We couldn't have
+			 * yy_get_previous_state() go ahead and do it
+			 * for us because it doesn't know how to deal
+			 * with the possibility of jamming (and we don't
+			 * want to build jamming into it because then it
+			 * will run more slowly).
+			 */
+
+			yy_next_state = yy_try_NUL_trans( yy_current_state );
+
+			yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+
+			if ( yy_next_state )
+				{
+				/* Consume the NUL. */
+				yy_cp = ++(yy_c_buf_p);
+				yy_current_state = yy_next_state;
+				goto yy_match;
+				}
+
+			else
+				{
+				yy_cp = (yy_c_buf_p);
+				goto yy_find_action;
+				}
+			}
+
+		else switch ( yy_get_next_buffer(  ) )
+			{
+			case EOB_ACT_END_OF_FILE:
+				{
+				(yy_did_buffer_switch_on_eof) = 0;
+
+				if ( yywrap( ) )
+					{
+					/* Note: because we've taken care in
+					 * yy_get_next_buffer() to have set up
+					 * yytext, we can now set up
+					 * yy_c_buf_p so that if some total
+					 * hoser (like flex itself) wants to
+					 * call the scanner after we return the
+					 * YY_NULL, it'll still work - another
+					 * YY_NULL will get returned.
+					 */
+					(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
+
+					yy_act = YY_STATE_EOF(YY_START);
+					goto do_action;
+					}
+
+				else
+					{
+					if ( ! (yy_did_buffer_switch_on_eof) )
+						YY_NEW_FILE;
+					}
+				break;
+				}
+
+			case EOB_ACT_CONTINUE_SCAN:
+				(yy_c_buf_p) =
+					(yytext_ptr) + yy_amount_of_matched_text;
+
+				yy_current_state = yy_get_previous_state(  );
+
+				yy_cp = (yy_c_buf_p);
+				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+				goto yy_match;
+
+			case EOB_ACT_LAST_MATCH:
+				(yy_c_buf_p) =
+				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
+
+				yy_current_state = yy_get_previous_state(  );
+
+				yy_cp = (yy_c_buf_p);
+				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+				goto yy_find_action;
+			}
+		break;
+		}
+
+	default:
+		YY_FATAL_ERROR(
+			"fatal flex scanner internal error--no action found" );
+	} /* end of action switch */
+		} /* end of scanning one token */
+} /* end of yylex */
+
+/* yy_get_next_buffer - try to read in a new buffer
+ *
+ * Returns a code representing an action:
+ *	EOB_ACT_LAST_MATCH -
+ *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
+ *	EOB_ACT_END_OF_FILE - end of file
+ */
+static int yy_get_next_buffer (void)
+{
+    	register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
+	register char *source = (yytext_ptr);
+	register int number_to_move, i;
+	int ret_val;
+
+	if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
+		YY_FATAL_ERROR(
+		"fatal flex scanner internal error--end of buffer missed" );
+
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
+		{ /* Don't try to fill the buffer, so this is an EOF. */
+		if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
+			{
+			/* We matched a single character, the EOB, so
+			 * treat this as a final EOF.
+			 */
+			return EOB_ACT_END_OF_FILE;
+			}
+
+		else
+			{
+			/* We matched some text prior to the EOB, first
+			 * process it.
+			 */
+			return EOB_ACT_LAST_MATCH;
+			}
+		}
+
+	/* Try to read more data. */
+
+	/* First move last chars to start of buffer. */
+	number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
+
+	for ( i = 0; i < number_to_move; ++i )
+		*(dest++) = *(source++);
+
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
+		/* don't do the read, it's not guaranteed to return an EOF,
+		 * just force an EOF
+		 */
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
+
+	else
+		{
+			int num_to_read =
+			YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
+
+		while ( num_to_read <= 0 )
+			{ /* Not enough room in the buffer - grow it. */
+
+			/* just a shorter name for the current buffer */
+			YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
+
+			int yy_c_buf_p_offset =
+				(int) ((yy_c_buf_p) - b->yy_ch_buf);
+
+			if ( b->yy_is_our_buffer )
+				{
+				int new_size = b->yy_buf_size * 2;
+
+				if ( new_size <= 0 )
+					b->yy_buf_size += b->yy_buf_size / 8;
+				else
+					b->yy_buf_size *= 2;
+
+				b->yy_ch_buf = (char *)
+					/* Include room in for 2 EOB chars. */
+					yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
+				}
+			else
+				/* Can't grow it, we don't own it. */
+				b->yy_ch_buf = 0;
+
+			if ( ! b->yy_ch_buf )
+				YY_FATAL_ERROR(
+				"fatal error - scanner input buffer overflow" );
+
+			(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
+
+			num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
+						number_to_move - 1;
+
+			}
+
+		if ( num_to_read > YY_READ_BUF_SIZE )
+			num_to_read = YY_READ_BUF_SIZE;
+
+		/* Read in more data. */
+		YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
+			(yy_n_chars), (size_t) num_to_read );
+
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	if ( (yy_n_chars) == 0 )
+		{
+		if ( number_to_move == YY_MORE_ADJ )
+			{
+			ret_val = EOB_ACT_END_OF_FILE;
+			yyrestart(yyin  );
+			}
+
+		else
+			{
+			ret_val = EOB_ACT_LAST_MATCH;
+			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
+				YY_BUFFER_EOF_PENDING;
+			}
+		}
+
+	else
+		ret_val = EOB_ACT_CONTINUE_SCAN;
+
+	if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
+		/* Extend the array by 50%, plus the number we really need. */
+		yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
+		YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
+		if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
+			YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
+	}
+
+	(yy_n_chars) += number_to_move;
+	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
+	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
+
+	(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
+
+	return ret_val;
+}
+
+/* yy_get_previous_state - get the state just before the EOB char was reached */
+
+    static yy_state_type yy_get_previous_state (void)
+{
+	register yy_state_type yy_current_state;
+	register char *yy_cp;
+    
+	yy_current_state = (yy_start);
+
+	for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
+		{
+		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
+		if ( yy_accept[yy_current_state] )
+			{
+			(yy_last_accepting_state) = yy_current_state;
+			(yy_last_accepting_cpos) = yy_cp;
+			}
+		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+			{
+			yy_current_state = (int) yy_def[yy_current_state];
+			if ( yy_current_state >= 233 )
+				yy_c = yy_meta[(unsigned int) yy_c];
+			}
+		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+		}
+
+	return yy_current_state;
+}
+
+/* yy_try_NUL_trans - try to make a transition on the NUL character
+ *
+ * synopsis
+ *	next_state = yy_try_NUL_trans( current_state );
+ */
+    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
+{
+	register int yy_is_jam;
+    	register char *yy_cp = (yy_c_buf_p);
+
+	register YY_CHAR yy_c = 1;
+	if ( yy_accept[yy_current_state] )
+		{
+		(yy_last_accepting_state) = yy_current_state;
+		(yy_last_accepting_cpos) = yy_cp;
+		}
+	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+		{
+		yy_current_state = (int) yy_def[yy_current_state];
+		if ( yy_current_state >= 233 )
+			yy_c = yy_meta[(unsigned int) yy_c];
+		}
+	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+	yy_is_jam = (yy_current_state == 232);
+
+	return yy_is_jam ? 0 : yy_current_state;
+}
+
+    static void yyunput (int c, register char * yy_bp )
+{
+	register char *yy_cp;
+    
+    yy_cp = (yy_c_buf_p);
+
+	/* undo effects of setting up yytext */
+	*yy_cp = (yy_hold_char);
+
+	if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
+		{ /* need to shift things up to make room */
+		/* +2 for EOB chars. */
+		register int number_to_move = (yy_n_chars) + 2;
+		register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
+					YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
+		register char *source =
+				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
+
+		while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
+			*--dest = *--source;
+
+		yy_cp += (int) (dest - source);
+		yy_bp += (int) (dest - source);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
+			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
+
+		if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
+			YY_FATAL_ERROR( "flex scanner push-back overflow" );
+		}
+
+	*--yy_cp = (char) c;
+
+    if ( c == '\n' ){
+        --yylineno;
+    }
+
+	(yytext_ptr) = yy_bp;
+	(yy_hold_char) = *yy_cp;
+	(yy_c_buf_p) = yy_cp;
+}
+
+#ifndef YY_NO_INPUT
+#ifdef __cplusplus
+    static int yyinput (void)
+#else
+    static int input  (void)
+#endif
+
+{
+	int c;
+    
+	*(yy_c_buf_p) = (yy_hold_char);
+
+	if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
+		{
+		/* yy_c_buf_p now points to the character we want to return.
+		 * If this occurs *before* the EOB characters, then it's a
+		 * valid NUL; if not, then we've hit the end of the buffer.
+		 */
+		if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+			/* This was really a NUL. */
+			*(yy_c_buf_p) = '\0';
+
+		else
+			{ /* need more input */
+			int offset = (yy_c_buf_p) - (yytext_ptr);
+			++(yy_c_buf_p);
+
+			switch ( yy_get_next_buffer(  ) )
+				{
+				case EOB_ACT_LAST_MATCH:
+					/* This happens because yy_g_n_b()
+					 * sees that we've accumulated a
+					 * token and flags that we need to
+					 * try matching the token before
+					 * proceeding.  But for input(),
+					 * there's no matching to consider.
+					 * So convert the EOB_ACT_LAST_MATCH
+					 * to EOB_ACT_END_OF_FILE.
+					 */
+
+					/* Reset buffer status. */
+					yyrestart(yyin );
+
+					/*FALLTHROUGH*/
+
+				case EOB_ACT_END_OF_FILE:
+					{
+					if ( yywrap( ) )
+						return EOF;
+
+					if ( ! (yy_did_buffer_switch_on_eof) )
+						YY_NEW_FILE;
+#ifdef __cplusplus
+					return yyinput();
+#else
+					return input();
+#endif
+					}
+
+				case EOB_ACT_CONTINUE_SCAN:
+					(yy_c_buf_p) = (yytext_ptr) + offset;
+					break;
+				}
+			}
+		}
+
+	c = *(unsigned char *) (yy_c_buf_p);	/* cast for 8-bit char's */
+	*(yy_c_buf_p) = '\0';	/* preserve yytext */
+	(yy_hold_char) = *++(yy_c_buf_p);
+
+	if ( c == '\n' )
+		   
+    yylineno++;
+;
+
+	return c;
+}
+#endif	/* ifndef YY_NO_INPUT */
+
+/** Immediately switch to a different input stream.
+ * @param input_file A readable stream.
+ * 
+ * @note This function does not reset the start condition to @c INITIAL .
+ */
+    void yyrestart  (FILE * input_file )
+{
+    
+	if ( ! YY_CURRENT_BUFFER ){
+        yyensure_buffer_stack ();
+		YY_CURRENT_BUFFER_LVALUE =
+            yy_create_buffer(yyin,YY_BUF_SIZE );
+	}
+
+	yy_init_buffer(YY_CURRENT_BUFFER,input_file );
+	yy_load_buffer_state( );
+}
+
+/** Switch to a different input buffer.
+ * @param new_buffer The new input buffer.
+ * 
+ */
+    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+{
+    
+	/* TODO. We should be able to replace this entire function body
+	 * with
+	 *		yypop_buffer_state();
+	 *		yypush_buffer_state(new_buffer);
+     */
+	yyensure_buffer_stack ();
+	if ( YY_CURRENT_BUFFER == new_buffer )
+		return;
+
+	if ( YY_CURRENT_BUFFER )
+		{
+		/* Flush out information for old buffer. */
+		*(yy_c_buf_p) = (yy_hold_char);
+		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	YY_CURRENT_BUFFER_LVALUE = new_buffer;
+	yy_load_buffer_state( );
+
+	/* We don't actually know whether we did this switch during
+	 * EOF (yywrap()) processing, but the only time this flag
+	 * is looked at is after yywrap() is called, so it's safe
+	 * to go ahead and always set it.
+	 */
+	(yy_did_buffer_switch_on_eof) = 1;
+}
+
+static void yy_load_buffer_state  (void)
+{
+    	(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+	(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
+	yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+	(yy_hold_char) = *(yy_c_buf_p);
+}
+
+/** Allocate and initialize an input buffer state.
+ * @param file A readable stream.
+ * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
+ * 
+ * @return the allocated buffer state.
+ */
+    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
+{
+	YY_BUFFER_STATE b;
+    
+	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
+	if ( ! b )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+	b->yy_buf_size = size;
+
+	/* yy_ch_buf has to be 2 characters longer than the size given because
+	 * we need to put in 2 end-of-buffer characters.
+	 */
+	b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
+	if ( ! b->yy_ch_buf )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+	b->yy_is_our_buffer = 1;
+
+	yy_init_buffer(b,file );
+
+	return b;
+}
+
+/** Destroy the buffer.
+ * @param b a buffer created with yy_create_buffer()
+ * 
+ */
+    void yy_delete_buffer (YY_BUFFER_STATE  b )
+{
+    
+	if ( ! b )
+		return;
+
+	if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
+		YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
+
+	if ( b->yy_is_our_buffer )
+		yyfree((void *) b->yy_ch_buf  );
+
+	yyfree((void *) b  );
+}
+
+#ifndef __cplusplus
+extern int isatty (int );
+#endif /* __cplusplus */
+    
+/* Initializes or reinitializes a buffer.
+ * This function is sometimes called more than once on the same buffer,
+ * such as during a yyrestart() or at EOF.
+ */
+    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+
+{
+	int oerrno = errno;
+    
+	yy_flush_buffer(b );
+
+	b->yy_input_file = file;
+	b->yy_fill_buffer = 1;
+
+    /* If b is the current buffer, then yy_init_buffer was _probably_
+     * called from yyrestart() or through yy_get_next_buffer.
+     * In that case, we don't want to reset the lineno or column.
+     */
+    if (b != YY_CURRENT_BUFFER){
+        b->yy_bs_lineno = 1;
+        b->yy_bs_column = 0;
+    }
+
+        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
+    
+	errno = oerrno;
+}
+
+/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
+ * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
+ * 
+ */
+    void yy_flush_buffer (YY_BUFFER_STATE  b )
+{
+    	if ( ! b )
+		return;
+
+	b->yy_n_chars = 0;
+
+	/* We always need two end-of-buffer characters.  The first causes
+	 * a transition to the end-of-buffer state.  The second causes
+	 * a jam in that state.
+	 */
+	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
+	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
+
+	b->yy_buf_pos = &b->yy_ch_buf[0];
+
+	b->yy_at_bol = 1;
+	b->yy_buffer_status = YY_BUFFER_NEW;
+
+	if ( b == YY_CURRENT_BUFFER )
+		yy_load_buffer_state( );
+}
+
+/** Pushes the new state onto the stack. The new state becomes
+ *  the current state. This function will allocate the stack
+ *  if necessary.
+ *  @param new_buffer The new state.
+ *  
+ */
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+{
+    	if (new_buffer == NULL)
+		return;
+
+	yyensure_buffer_stack();
+
+	/* This block is copied from yy_switch_to_buffer. */
+	if ( YY_CURRENT_BUFFER )
+		{
+		/* Flush out information for old buffer. */
+		*(yy_c_buf_p) = (yy_hold_char);
+		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	/* Only push if top exists. Otherwise, replace top. */
+	if (YY_CURRENT_BUFFER)
+		(yy_buffer_stack_top)++;
+	YY_CURRENT_BUFFER_LVALUE = new_buffer;
+
+	/* copied from yy_switch_to_buffer. */
+	yy_load_buffer_state( );
+	(yy_did_buffer_switch_on_eof) = 1;
+}
+
+/** Removes and deletes the top of the stack, if present.
+ *  The next element becomes the new top.
+ *  
+ */
+void yypop_buffer_state (void)
+{
+    	if (!YY_CURRENT_BUFFER)
+		return;
+
+	yy_delete_buffer(YY_CURRENT_BUFFER );
+	YY_CURRENT_BUFFER_LVALUE = NULL;
+	if ((yy_buffer_stack_top) > 0)
+		--(yy_buffer_stack_top);
+
+	if (YY_CURRENT_BUFFER) {
+		yy_load_buffer_state( );
+		(yy_did_buffer_switch_on_eof) = 1;
+	}
+}
+
+/* Allocates the stack if it does not exist.
+ *  Guarantees space for at least one push.
+ */
+static void yyensure_buffer_stack (void)
+{
+	int num_to_alloc;
+    
+	if (!(yy_buffer_stack)) {
+
+		/* First allocation is just for 2 elements, since we don't know if this
+		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
+		 * immediate realloc on the next call.
+         */
+		num_to_alloc = 1;
+		(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+								(num_to_alloc * sizeof(struct yy_buffer_state*)
+								);
+		if ( ! (yy_buffer_stack) )
+			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+								  
+		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
+				
+		(yy_buffer_stack_max) = num_to_alloc;
+		(yy_buffer_stack_top) = 0;
+		return;
+	}
+
+	if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
+
+		/* Increase the buffer to prepare for a possible push. */
+		int grow_size = 8 /* arbitrary grow size */;
+
+		num_to_alloc = (yy_buffer_stack_max) + grow_size;
+		(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
+								((yy_buffer_stack),
+								num_to_alloc * sizeof(struct yy_buffer_state*)
+								);
+		if ( ! (yy_buffer_stack) )
+			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+
+		/* zero only the new slots.*/
+		memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
+		(yy_buffer_stack_max) = num_to_alloc;
+	}
+}
+
+/** Setup the input buffer state to scan directly from a user-specified character buffer.
+ * @param base the character buffer
+ * @param size the size in bytes of the character buffer
+ * 
+ * @return the newly allocated buffer state object. 
+ */
+YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
+{
+	YY_BUFFER_STATE b;
+    
+	if ( size < 2 ||
+	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
+	     base[size-1] != YY_END_OF_BUFFER_CHAR )
+		/* They forgot to leave room for the EOB's. */
+		return 0;
+
+	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
+	if ( ! b )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+
+	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
+	b->yy_buf_pos = b->yy_ch_buf = base;
+	b->yy_is_our_buffer = 0;
+	b->yy_input_file = 0;
+	b->yy_n_chars = b->yy_buf_size;
+	b->yy_is_interactive = 0;
+	b->yy_at_bol = 1;
+	b->yy_fill_buffer = 0;
+	b->yy_buffer_status = YY_BUFFER_NEW;
+
+	yy_switch_to_buffer(b  );
+
+	return b;
+}
+
+/** Setup the input buffer state to scan a string. The next call to yylex() will
+ * scan from a @e copy of @a str.
+ * @param yystr a NUL-terminated string to scan
+ * 
+ * @return the newly allocated buffer state object.
+ * @note If you want to scan bytes that may contain NUL values, then use
+ *       yy_scan_bytes() instead.
+ */
+YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
+{
+    
+	return yy_scan_bytes(yystr,strlen(yystr) );
+}
+
+/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
+ * scan from a @e copy of @a bytes.
+ * @param yybytes the byte buffer to scan
+ * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
+ * 
+ * @return the newly allocated buffer state object.
+ */
+YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
+{
+	YY_BUFFER_STATE b;
+	char *buf;
+	yy_size_t n;
+	int i;
+    
+	/* Get memory for full buffer, including space for trailing EOB's. */
+	n = _yybytes_len + 2;
+	buf = (char *) yyalloc(n  );
+	if ( ! buf )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+
+	for ( i = 0; i < _yybytes_len; ++i )
+		buf[i] = yybytes[i];
+
+	buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
+
+	b = yy_scan_buffer(buf,n );
+	if ( ! b )
+		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
+
+	/* It's okay to grow etc. this buffer, and we should throw it
+	 * away when we're done.
+	 */
+	b->yy_is_our_buffer = 1;
+
+	return b;
+}
+
+#ifndef YY_EXIT_FAILURE
+#define YY_EXIT_FAILURE 2
+#endif
+
+static void yy_fatal_error (yyconst char* msg )
+{
+    	(void) fprintf( stderr, "%s\n", msg );
+	exit( YY_EXIT_FAILURE );
+}
+
+/* Redefine yyless() so it works in section 3 code. */
+
+#undef yyless
+#define yyless(n) \
+	do \
+		{ \
+		/* Undo effects of setting up yytext. */ \
+        int yyless_macro_arg = (n); \
+        YY_LESS_LINENO(yyless_macro_arg);\
+		yytext[yyleng] = (yy_hold_char); \
+		(yy_c_buf_p) = yytext + yyless_macro_arg; \
+		(yy_hold_char) = *(yy_c_buf_p); \
+		*(yy_c_buf_p) = '\0'; \
+		yyleng = yyless_macro_arg; \
+		} \
+	while ( 0 )
+
+/* Accessor  methods (get/set functions) to struct members. */
+
+/** Get the current line number.
+ * 
+ */
+int yyget_lineno  (void)
+{
+        
+    return yylineno;
+}
+
+/** Get the input stream.
+ * 
+ */
+FILE *yyget_in  (void)
+{
+        return yyin;
+}
+
+/** Get the output stream.
+ * 
+ */
+FILE *yyget_out  (void)
+{
+        return yyout;
+}
+
+/** Get the length of the current token.
+ * 
+ */
+int yyget_leng  (void)
+{
+        return yyleng;
+}
+
+/** Get the current token.
+ * 
+ */
+
+char *yyget_text  (void)
+{
+        return yytext;
+}
+
+/** Set the current line number.
+ * @param line_number
+ * 
+ */
+void yyset_lineno (int  line_number )
+{
+    
+    yylineno = line_number;
+}
+
+/** Set the input stream. This does not discard the current
+ * input buffer.
+ * @param in_str A readable stream.
+ * 
+ * @see yy_switch_to_buffer
+ */
+void yyset_in (FILE *  in_str )
+{
+        yyin = in_str ;
+}
+
+void yyset_out (FILE *  out_str )
+{
+        yyout = out_str ;
+}
+
+int yyget_debug  (void)
+{
+        return yy_flex_debug;
+}
+
+void yyset_debug (int  bdebug )
+{
+        yy_flex_debug = bdebug ;
+}
+
+static int yy_init_globals (void)
+{
+        /* Initialization is the same as for the non-reentrant scanner.
+     * This function is called from yylex_destroy(), so don't allocate here.
+     */
+
+    /* We do not touch yylineno unless the option is enabled. */
+    yylineno =  1;
+    
+    (yy_buffer_stack) = 0;
+    (yy_buffer_stack_top) = 0;
+    (yy_buffer_stack_max) = 0;
+    (yy_c_buf_p) = (char *) 0;
+    (yy_init) = 0;
+    (yy_start) = 0;
+
+/* Defined in main.c */
+#ifdef YY_STDINIT
+    yyin = stdin;
+    yyout = stdout;
+#else
+    yyin = (FILE *) 0;
+    yyout = (FILE *) 0;
+#endif
+
+    /* For future reference: Set errno on error, since we are called by
+     * yylex_init()
+     */
+    return 0;
+}
+
+/* yylex_destroy is for both reentrant and non-reentrant scanners. */
+int yylex_destroy  (void)
+{
+    
+    /* Pop the buffer stack, destroying each element. */
+	while(YY_CURRENT_BUFFER){
+		yy_delete_buffer(YY_CURRENT_BUFFER  );
+		YY_CURRENT_BUFFER_LVALUE = NULL;
+		yypop_buffer_state();
+	}
+
+	/* Destroy the stack itself. */
+	yyfree((yy_buffer_stack) );
+	(yy_buffer_stack) = NULL;
+
+    /* Reset the globals. This is important in a non-reentrant scanner so the next time
+     * yylex() is called, initialization will occur. */
+    yy_init_globals( );
+
+    return 0;
+}
+
+/*
+ * Internal utility routines.
+ */
+
+#ifndef yytext_ptr
+static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
+{
+	register int i;
+	for ( i = 0; i < n; ++i )
+		s1[i] = s2[i];
+}
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen (yyconst char * s )
+{
+	register int n;
+	for ( n = 0; s[n]; ++n )
+		;
+
+	return n;
+}
+#endif
+
+void *yyalloc (yy_size_t  size )
+{
+	return (void *) malloc( size );
+}
+
+void *yyrealloc  (void * ptr, yy_size_t  size )
+{
+	/* The cast to (char *) in the following accommodates both
+	 * implementations that use char* generic pointers, and those
+	 * that use void* generic pointers.  It works with the latter
+	 * because both ANSI C and C++ allow castless assignment from
+	 * any pointer type to void*, and deal with argument conversions
+	 * as though doing an assignment.
+	 */
+	return (void *) realloc( (char *) ptr, size );
+}
+
+void yyfree (void * ptr )
+{
+	free( (char *) ptr );	/* see yyrealloc() for (char *) cast */
+}
+
+#define YYTABLES_NAME "yytables"
+
+#line 70 "drbdmeta_scanner.fl"
+
+
+
+static void bad_token(char *msg)
+{
+	fflush(stdout);
+	fprintf(stderr,"line %u: %s: %s ...\n", yylineno, msg, yytext);
+}
+
+static void unescape(void)
+{
+  /* backslash escapes from string */
+  char *ue, *e;
+  e = ue = yytext;
+  for (;;) {
+    if (*ue == '"')
+      ue++;
+    if (*ue == '\\')
+      ue++;
+    if (!*ue)
+      break;
+    *e++ = *ue++;
+  }
+  *e = '\0';
+}
+
--- drbd-8.3.9/user/drbdadm_scanner.c	2010-10-01 15:00:59.751175722 -0400
+++ drbd-8.3.9/user/drbdadm_scanner.c	2011-01-17 16:13:58.000000000 -0500
@@ -0,0 +1,4129 @@
+#line 2 "drbdadm_scanner.c"
+
+#line 4 "drbdadm_scanner.c"
+
+#define  YY_INT_ALIGNED short int
+
+/* A lexical scanner generated by flex */
+
+#define FLEX_SCANNER
+#define YY_FLEX_MAJOR_VERSION 2
+#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
+#if YY_FLEX_SUBMINOR_VERSION > 0
+#define FLEX_BETA
+#endif
+
+/* First, we deal with  platform-specific or compiler-specific issues. */
+
+/* begin standard C headers. */
+#include <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+
+/* end standard C headers. */
+
+/* flex integer type definitions */
+
+#ifndef FLEXINT_H
+#define FLEXINT_H
+
+/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
+
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+
+/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
+ * if you want the limit (max/min) macros for int types. 
+ */
+#ifndef __STDC_LIMIT_MACROS
+#define __STDC_LIMIT_MACROS 1
+#endif
+
+#include <inttypes.h>
+typedef int8_t flex_int8_t;
+typedef uint8_t flex_uint8_t;
+typedef int16_t flex_int16_t;
+typedef uint16_t flex_uint16_t;
+typedef int32_t flex_int32_t;
+typedef uint32_t flex_uint32_t;
+#else
+typedef signed char flex_int8_t;
+typedef short int flex_int16_t;
+typedef int flex_int32_t;
+typedef unsigned char flex_uint8_t; 
+typedef unsigned short int flex_uint16_t;
+typedef unsigned int flex_uint32_t;
+
+/* Limits of integral types. */
+#ifndef INT8_MIN
+#define INT8_MIN               (-128)
+#endif
+#ifndef INT16_MIN
+#define INT16_MIN              (-32767-1)
+#endif
+#ifndef INT32_MIN
+#define INT32_MIN              (-2147483647-1)
+#endif
+#ifndef INT8_MAX
+#define INT8_MAX               (127)
+#endif
+#ifndef INT16_MAX
+#define INT16_MAX              (32767)
+#endif
+#ifndef INT32_MAX
+#define INT32_MAX              (2147483647)
+#endif
+#ifndef UINT8_MAX
+#define UINT8_MAX              (255U)
+#endif
+#ifndef UINT16_MAX
+#define UINT16_MAX             (65535U)
+#endif
+#ifndef UINT32_MAX
+#define UINT32_MAX             (4294967295U)
+#endif
+
+#endif /* ! C99 */
+
+#endif /* ! FLEXINT_H */
+
+#ifdef __cplusplus
+
+/* The "const" storage-class-modifier is valid. */
+#define YY_USE_CONST
+
+#else	/* ! __cplusplus */
+
+/* C99 requires __STDC__ to be defined as 1. */
+#if defined (__STDC__)
+
+#define YY_USE_CONST
+
+#endif	/* defined (__STDC__) */
+#endif	/* ! __cplusplus */
+
+#ifdef YY_USE_CONST
+#define yyconst const
+#else
+#define yyconst
+#endif
+
+/* Returned upon end-of-file. */
+#define YY_NULL 0
+
+/* Promotes a possibly negative, possibly signed char to an unsigned
+ * integer for use as an array index.  If the signed char is negative,
+ * we want to instead treat it as an 8-bit unsigned char, hence the
+ * double cast.
+ */
+#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
+
+/* Enter a start condition.  This macro really ought to take a parameter,
+ * but we do it the disgusting crufty way forced on us by the ()-less
+ * definition of BEGIN.
+ */
+#define BEGIN (yy_start) = 1 + 2 *
+
+/* Translate the current start state into a value that can be later handed
+ * to BEGIN to return to the state.  The YYSTATE alias is for lex
+ * compatibility.
+ */
+#define YY_START (((yy_start) - 1) / 2)
+#define YYSTATE YY_START
+
+/* Action number for EOF rule of a given start state. */
+#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
+
+/* Special action meaning "start processing a new file". */
+#define YY_NEW_FILE yyrestart(yyin  )
+
+#define YY_END_OF_BUFFER_CHAR 0
+
+/* Size of default input buffer. */
+#ifndef YY_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k.
+ * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+ * Ditto for the __ia64__ case accordingly.
+ */
+#define YY_BUF_SIZE 32768
+#else
+#define YY_BUF_SIZE 16384
+#endif /* __ia64__ */
+#endif
+
+/* The state buf must be large enough to hold one state per character in the main buffer.
+ */
+#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
+
+#ifndef YY_TYPEDEF_YY_BUFFER_STATE
+#define YY_TYPEDEF_YY_BUFFER_STATE
+typedef struct yy_buffer_state *YY_BUFFER_STATE;
+#endif
+
+extern int yyleng;
+
+extern FILE *yyin, *yyout;
+
+#define EOB_ACT_CONTINUE_SCAN 0
+#define EOB_ACT_END_OF_FILE 1
+#define EOB_ACT_LAST_MATCH 2
+
+    #define YY_LESS_LINENO(n)
+    
+/* Return all but the first "n" matched characters back to the input stream. */
+#define yyless(n) \
+	do \
+		{ \
+		/* Undo effects of setting up yytext. */ \
+        int yyless_macro_arg = (n); \
+        YY_LESS_LINENO(yyless_macro_arg);\
+		*yy_cp = (yy_hold_char); \
+		YY_RESTORE_YY_MORE_OFFSET \
+		(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
+		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+		} \
+	while ( 0 )
+
+#define unput(c) yyunput( c, (yytext_ptr)  )
+
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
+struct yy_buffer_state
+	{
+	FILE *yy_input_file;
+
+	char *yy_ch_buf;		/* input buffer */
+	char *yy_buf_pos;		/* current position in input buffer */
+
+	/* Size of input buffer in bytes, not including room for EOB
+	 * characters.
+	 */
+	yy_size_t yy_buf_size;
+
+	/* Number of characters read into yy_ch_buf, not including EOB
+	 * characters.
+	 */
+	int yy_n_chars;
+
+	/* Whether we "own" the buffer - i.e., we know we created it,
+	 * and can realloc() it to grow it, and should free() it to
+	 * delete it.
+	 */
+	int yy_is_our_buffer;
+
+	/* Whether this is an "interactive" input source; if so, and
+	 * if we're using stdio for input, then we want to use getc()
+	 * instead of fread(), to make sure we stop fetching input after
+	 * each newline.
+	 */
+	int yy_is_interactive;
+
+	/* Whether we're considered to be at the beginning of a line.
+	 * If so, '^' rules will be active on the next match, otherwise
+	 * not.
+	 */
+	int yy_at_bol;
+
+    int yy_bs_lineno; /**< The line count. */
+    int yy_bs_column; /**< The column count. */
+    
+	/* Whether to try to fill the input buffer when we reach the
+	 * end of it.
+	 */
+	int yy_fill_buffer;
+
+	int yy_buffer_status;
+
+#define YY_BUFFER_NEW 0
+#define YY_BUFFER_NORMAL 1
+	/* When an EOF's been seen but there's still some text to process
+	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
+	 * shouldn't try reading from the input source any more.  We might
+	 * still have a bunch of tokens to match, though, because of
+	 * possible backing-up.
+	 *
+	 * When we actually see the EOF, we change the status to "new"
+	 * (via yyrestart()), so that the user can continue scanning by
+	 * just pointing yyin at a new input file.
+	 */
+#define YY_BUFFER_EOF_PENDING 2
+
+	};
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
+
+/* Stack of input buffers. */
+static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
+static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
+static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
+
+/* We provide macros for accessing buffer states in case in the
+ * future we want to put the buffer states in a more general
+ * "scanner state".
+ *
+ * Returns the top of the stack, or NULL.
+ */
+#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
+                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
+                          : NULL)
+
+/* Same as previous macro, but useful when we know that the buffer stack is not
+ * NULL or when we need an lvalue. For internal use only.
+ */
+#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
+
+/* yy_hold_char holds the character lost when yytext is formed. */
+static char yy_hold_char;
+static int yy_n_chars;		/* number of characters read into yy_ch_buf */
+int yyleng;
+
+/* Points to current character in buffer. */
+static char *yy_c_buf_p = (char *) 0;
+static int yy_init = 0;		/* whether we need to initialize */
+static int yy_start = 0;	/* start state number */
+
+/* Flag which is used to allow yywrap()'s to do buffer switches
+ * instead of setting up a fresh yyin.  A bit of a hack ...
+ */
+static int yy_did_buffer_switch_on_eof;
+
+void yyrestart (FILE *input_file  );
+void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
+YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
+void yy_delete_buffer (YY_BUFFER_STATE b  );
+void yy_flush_buffer (YY_BUFFER_STATE b  );
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
+void yypop_buffer_state (void );
+
+static void yyensure_buffer_stack (void );
+static void yy_load_buffer_state (void );
+static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
+
+#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
+
+YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
+YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
+YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );
+
+void *yyalloc (yy_size_t  );
+void *yyrealloc (void *,yy_size_t  );
+void yyfree (void *  );
+
+#define yy_new_buffer yy_create_buffer
+
+#define yy_set_interactive(is_interactive) \
+	{ \
+	if ( ! YY_CURRENT_BUFFER ){ \
+        yyensure_buffer_stack (); \
+		YY_CURRENT_BUFFER_LVALUE =    \
+            yy_create_buffer(yyin,YY_BUF_SIZE ); \
+	} \
+	YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
+	}
+
+#define yy_set_bol(at_bol) \
+	{ \
+	if ( ! YY_CURRENT_BUFFER ){\
+        yyensure_buffer_stack (); \
+		YY_CURRENT_BUFFER_LVALUE =    \
+            yy_create_buffer(yyin,YY_BUF_SIZE ); \
+	} \
+	YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
+	}
+
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
+
+/* Begin user sect3 */
+
+#define yywrap(n) 1
+#define YY_SKIP_YYWRAP
+
+typedef unsigned char YY_CHAR;
+
+FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
+
+typedef int yy_state_type;
+
+extern int yylineno;
+
+int yylineno = 1;
+
+extern char *yytext;
+#define yytext_ptr yytext
+
+static yy_state_type yy_get_previous_state (void );
+static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
+static int yy_get_next_buffer (void );
+static void yy_fatal_error (yyconst char msg[]  );
+
+/* Done after the current pattern has been matched and before the
+ * corresponding action - sets up yytext.
+ */
+#define YY_DO_BEFORE_ACTION \
+	(yytext_ptr) = yy_bp; \
+	yyleng = (size_t) (yy_cp - yy_bp); \
+	(yy_hold_char) = *yy_cp; \
+	*yy_cp = '\0'; \
+	(yy_c_buf_p) = yy_cp;
+
+#define YY_NUM_RULES 117
+#define YY_END_OF_BUFFER 118
+/* This struct is not used in this scanner,
+   but its presence is necessary. */
+struct yy_trans_info
+	{
+	flex_int32_t yy_verify;
+	flex_int32_t yy_nxt;
+	};
+static yyconst flex_int16_t yy_accept[1783] =
+    {   0,
+        0,    0,  118,  116,    3,    1,  116,    2,  112,  110,
+        4,    4,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,    0,  115,  111,  115,    2,
+      112,  112,  110,    0,  112,  110,    0,  109,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,    9,    5,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+
+      112,  112,  112,  112,  112,    0,  115,  112,  112,  112,
+      110,  112,  110,    0,  109,    0,    0,  109,  109,  112,
+      112,  112,  112,  112,  112,  112,  112,   12,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,   10,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,   38,   40,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,   11,    0,  115,  112,  112,  112,  112,  112,
+
+      110,  112,  110,    0,  109,    0,  109,  109,    0,  109,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,   14,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,   41,
+       42,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,   71,
+      112,  112,  112,  112,  112,   43,   13,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,    0,  115,  112,  112,  112,  112,  112,  112,  110,
+
+      110,    0,  109,    0,  109,  109,  109,  109,  112,  112,
+      112,  112,   72,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,   16,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,   15,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,    0,  115,  112,
+      112,  112,  112,  112,  112,  112,  110,  110,    0,  109,
+
+      109,  109,  109,  109,    0,  109,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,   21,  112,  112,  112,  112,  112,  112,  112,  112,
+       19,  112,  112,  112,  112,  112,  112,  112,   20,  112,
+      112,  112,  112,  112,   17,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,   39,  112,  112,   18,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,    0,  115,  112,  108,
+      112,  112,  112,  112,  112,  112,  110,  110,  109,  109,
+
+      109,  109,  109,    0,  112,  112,  112,   23,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,   45,  112,  112,  112,  112,  112,   25,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,   22,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,   24,
+      112,   52,  112,  112,  112,   77,  112,  112,  112,    0,
+      115,  112,  108,  108,  112,  112,  112,  112,  112,  110,
+      110,  109,  109,  109,  109,  109,  109,    0,  109,  112,
+
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,   76,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,    8,   26,  112,
+      112,  112,   53,  112,  112,  112,  112,  104,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,   54,  112,
+       96,  112,   27,  112,  112,   31,  112,  112,  112,  112,
+      112,  112,  112,  112,   47,  112,  112,  112,    0,  115,
+      112,  108,  108,  108,  112,  112,  112,  112,  110,  109,
+      109,  109,  109,  109,    0,  109,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+
+      112,  112,  112,  112,   74,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,    6,  112,  112,  112,  112,  112,
+       32,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,    0,
+      115,  112,  108,  108,  108,  112,  112,  112,  109,  109,
+      109,  109,  109,  109,    0,    0,  109,  112,  112,   36,
+      112,  112,   75,  112,  112,  112,  112,  112,  112,   83,
+       84,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  100,  112,  112,  112,  112,  112,  112,  112,  112,
+
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  105,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,   73,  112,  112,    0,  115,  112,
+      108,  108,  108,  112,  112,  109,  109,  109,  109,  109,
+        0,    0,   35,  112,  112,  112,  112,   68,  112,  112,
+      112,  112,  112,  106,   58,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,   55,  112,   28,
+      112,  112,  112,  112,   69,   44,  112,  107,  112,  112,
+      112,  112,  112,   57,   63,  112,   56,   98,  112,  112,
+      112,  112,   34,  112,   88,    0,  115,  112,  108,  108,
+
+      108,  112,  109,  109,  109,  109,  109,  109,    0,    0,
+        0,   37,  112,  112,  112,  112,  112,  112,  112,   80,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,  112,   99,  112,
+       64,  112,  112,  112,  112,  112,  112,  112,  112,    0,
+      115,  112,  108,  108,  108,  109,  109,  109,  109,  109,
+        0,    0,  112,   62,  112,  112,  112,  112,   82,   59,
+      112,  112,  112,  112,  112,  112,  112,  112,  112,  112,
+      112,   46,  112,  112,   50,  112,   51,  112,  112,  112,
+      112,   60,  112,  112,  112,  112,   93,    0,  115,  112,
+
+      108,  108,  109,  109,  109,  109,  109,  109,  109,    0,
+      112,  112,  112,  112,   81,  112,  112,  112,  112,   30,
+      112,  112,  112,  112,  112,  101,   61,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,    0,  115,  112,
+      108,  109,  109,  109,  109,  109,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,   70,  112,  112,  112,   48,
+       49,  112,  112,  112,  112,  112,  112,  112,  112,    0,
+      115,  112,  109,  109,    0,  109,  109,  109,  112,  112,
+      112,  112,  112,   89,  112,  112,  112,  112,  112,  112,
+      112,  112,  112,  112,  112,   91,  112,   65,    0,  115,
+
+      112,  109,  109,  109,  112,  112,   92,  112,  112,  112,
+      112,  112,  112,  112,  112,  112,  112,   95,   94,    7,
+      112,    0,  115,  112,  109,  109,    0,  109,  112,  112,
+      112,   66,  112,   78,  112,   33,   86,  112,  112,  112,
+       85,    0,  115,  112,  109,  109,  109,  103,   67,  112,
+      112,  112,   97,  112,  112,    0,  115,  112,  109,  109,
+        0,  109,  102,   79,  112,  112,   90,    0,  115,  112,
+      109,  109,  109,  112,   87,    0,  115,  112,  109,  109,
+        0,  109,  112,    0,  115,  112,  109,  109,  109,   29,
+        0,  115,  112,  109,  109,  109,    0,  115,  112,  109,
+
+      109,    0,  115,  112,  109,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+
+      112,  109,    0,  115,  112,  109,    0,  115,  112,  109,
+        0,  115,  112,  109,    0,  115,  112,  109,    0,  115,
+      112,  109,    0,  115,  113,  109,    0,  115,  109,    0,
+      115,  109,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,    0,  115,
+        0,  115,    0,  115,    0,  115,    0,  115,  114,  111,
+      114,    0
+    } ;
+
+static yyconst flex_int32_t yy_ec[256] =
+    {   0,
+        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
+        1,    1,    2,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    2,    1,    4,    5,    1,    6,    1,    1,    1,
+        1,    1,    1,    1,    7,    8,    9,   10,   10,   10,
+       11,   12,   11,   13,   11,   11,   11,   14,   15,    1,
+        1,    1,    1,    1,   16,   16,   16,   16,   16,   17,
+       18,    9,    9,    9,   18,    9,   18,    9,    9,    9,
+        9,    9,    9,    9,    9,    9,    9,    9,    9,    9,
+       15,   19,   15,    1,   20,    1,   21,   22,   23,   24,
+
+       25,   26,   27,   28,   29,    9,   30,   31,   32,   33,
+       34,   35,    9,   36,   37,   38,   39,   40,   41,   42,
+       43,   44,   15,    1,   15,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1
+    } ;
+
+static yyconst flex_int32_t yy_meta[45] =
+    {   0,
+        1,    1,    2,    1,    1,    3,    4,    4,    4,    5,
+        5,    5,    5,    6,    1,    5,    5,    4,    1,    4,
+        5,    5,    5,    5,    5,    5,    4,    4,    4,    4,
+        4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
+        4,    4,    4,    4
+    } ;
+
+static yyconst flex_int16_t yy_base[2272] =
+    {   0,
+        0,    0, 4563, 4564, 4564, 4564,   42,    0,    0,   54,
+     4548, 4564,   84,   18,  114,   26,  145,  162,   62, 4530,
+       39,   71, 4526, 4525,   60,   24,   20,   19,   80,  177,
+       54,   74, 4533,   48, 4532,  109, 4564, 4564, 4553,    0,
+        0,  107,  213, 4541,  243,    0, 4540,  117, 4516, 4527,
+     4523,  273,   76,  108, 4520,  107,  118,   76, 4510, 4527,
+     4508,  117,  130,  125,  123,  133, 4512, 4512, 4513, 4510,
+      136, 4502, 4534, 4517, 4497,   52, 4505, 4499, 4529, 4528,
+     4496, 4500,  134, 4494, 4491,  127, 4523, 4500, 4493, 4506,
+     4482, 4496, 4500, 4492, 4488, 4500, 4487, 4483, 4486, 4482,
+
+      153, 4480, 4486, 4491, 4476,  192, 4509,    0,  232,  206,
+      303,  333,    0, 4497, 4504, 4495,    0,  123,  243, 4488,
+     4475, 4477,  363, 4480, 4479, 4469, 4481,    0,  141,  156,
+     4476, 4471,  168, 4468,  227, 4465, 4490, 4464, 4463, 4473,
+     4457, 4471, 4462, 4459,  242, 4466, 4446, 4466, 4464, 4461,
+     4460, 4449, 4451, 4443, 4451,  123, 4456, 4457, 4470, 4445,
+     4454, 4440,    0,  170,  180,  234, 4446, 4465,  190, 4446,
+     4448, 4445, 4434, 4444,    0,    0, 4430, 4440, 4429, 4441,
+     4433, 4438,  149, 4437, 4425, 4433, 4426, 4429, 4448, 4425,
+     4415, 4445,    0,  263, 4448,    0,  263,  282,  288,  292,
+
+      391, 4436,    0, 4435,  264, 4434,    0,  273,    0,  316,
+     4423, 4412, 4408, 4419, 4407, 4400, 4400, 4397, 4407, 4402,
+     4406, 4405, 4393, 4401, 4412, 4398, 4395, 4405, 4397, 4421,
+     4390, 4419, 4418, 4381, 4400, 4388, 4399, 4399,    0,  223,
+     4390, 4380, 4396, 4385, 4408, 4378, 4374, 4383, 4387,    0,
+        0, 4376, 4378,  284, 4379, 4400, 4370, 4376, 4380, 4380,
+     4368, 4367, 4366, 4378, 4369, 4390,  300, 4362, 4352,    0,
+     4355, 4386, 4353, 4357, 4365,    0,    0, 4350, 4350, 4357,
+     4356, 4347, 4359, 4345, 4348, 4342, 4355,  162, 4353, 4371,
+     4339,  304, 4373,    0,  342,  325, 4367,  348,  354,  373,
+
+        0, 4360,  333, 4359,    0,  343,  363,  381, 4347, 4333,
+     4350, 4332, 4361, 4329, 4359, 4328, 4339, 4338, 4341, 4330,
+     4353, 4352, 4325, 4324, 4331, 4332, 4333, 4325, 4345, 4322,
+     4309, 4342, 4323, 4320, 4315, 4309, 4337, 4310, 4320, 4312,
+     4309, 4314, 4304, 4312, 4312, 4314, 4309, 4294, 4325,  339,
+     4296, 4298, 4305, 4321, 4290, 4319, 4290, 4317, 4316, 4296,
+     4283, 4296,  239, 4285, 4285, 4294,    0, 4290, 4284, 4278,
+     4280, 4288, 4285, 4303, 4272, 4283, 4268, 4270, 4267, 4265,
+     4276, 4295, 4269, 4269, 4256, 4277, 4268,  389, 4293,    0,
+      401,  407,  413,  419, 4287,  425,  429,    0, 4280,  366,
+
+      376,    0,  382,  383,    0,  437, 4267, 4267, 4263, 4253,
+      167, 4264, 4250, 4280, 4279, 4278, 4241, 4276, 4246, 4245,
+     4273,    0, 4242, 4240, 4240, 4244, 4254, 4241, 4247, 4237,
+        0, 4264, 4245, 4245, 4233, 4240, 4235, 4232,    0, 4228,
+     4237, 4255, 4236, 4229,    0, 4226, 4229, 4223, 4230, 4221,
+     4225, 4224, 4229, 4221, 4224, 4242, 4223, 4223, 4239, 4220,
+     4219, 4210, 4213, 4204, 4233, 4205, 4231, 4203, 4213, 4209,
+     4227, 4226, 4210,    0, 4207, 4195,    0, 4198, 4190, 4220,
+     4203, 4203, 4199, 4216, 4196, 4189,  441, 4217,    0,  442,
+      446, 4211,  457,  463,  451, 4210,  467,    0,  475,  476,
+
+        0,  477,  478,  483, 4196, 4196, 4181,    0, 4189, 4191,
+     4179, 4170, 4189, 4174, 4172, 4200, 4168, 4184, 4183, 4182,
+     4165, 4194, 4170, 4178, 4167, 4159, 4173, 4159, 4158, 4186,
+     4185, 4166,    0, 4165, 4162, 4151, 4161, 4152,    0, 4178,
+     4146, 4149, 4175, 4155, 4157, 4141, 4141, 4143, 4169, 4144,
+     4151, 4137, 4151, 4134,  240,    0, 4132, 4137, 4130, 4138,
+     4135, 4128, 4130, 4138, 4131, 4124, 4123, 4123, 4151,    0,
+     4132,    0, 4115, 4121, 4114,    0, 4132, 4114, 4126,  483,
+     4147,    0,  487,  495,  499, 4141,  505,  511,  515,  409,
+        0,  523,  524,  525,    0,  526,  527,    0,  536, 4109,
+
+     4119, 4109, 4108, 4137, 4105, 4108, 4104, 4104, 4114, 4100,
+     4116, 4098, 4097, 4106, 4104, 4103,    0, 4108, 4103, 4104,
+     4121, 4093, 4101, 4096, 4092, 4098, 4115,    0,    0, 4114,
+     2473, 2455,    0, 2471, 2452, 2435, 2418,    0, 2412, 2389,
+      529, 2375, 2376, 2360, 2344, 2335, 2329, 2346,    0, 2322,
+     2336, 2299,    0, 2298, 2288,    0, 2283, 2283, 2273, 2277,
+      518, 2279, 2259, 2237,    0, 2233, 2235, 2220,  554, 2247,
+        0,    0,  549,  553,  557, 2230,  564,  570,    0,  529,
+      565,    0,  578,  579,  576,  588, 2201, 2194, 2178, 2169,
+     2196, 2165, 2183, 2162, 2151, 2131, 2143, 2122, 2129, 2117,
+
+     2111, 2098, 2087, 2109,    0, 2083, 2058, 2066, 2048, 2022,
+     1992,   74,  128,  128,    0,  187,  208,  206,  252,  282,
+        0,  279,  297,  296,  317,  326,  343,  360,  385,  383,
+      397,  393,  414,  428,  427,  428,  451,  478,  480,  470,
+      491,  501,  507,  507,  516,  557,  564,  559,  558,  600,
+      602,    0,    0,  596,  600,  604,  610,  612,  615,  620,
+      621,    0,  622,  624,    0,  629,  637,  593,  595,    0,
+      600,  609,    0,  611,  612,  616,  606,  614,  625,    0,
+        0,  632,  621,  617,  635,  621,  629,  634,  624,  654,
+      655,    0,  638,  636,  634,  630,  642,  631,  632,  632,
+
+      635,  651,  634,  646,  645,  640,  670,  655,  654,  654,
+      642,  656,  649,  659,    0,  647,  650,  662,  655,  682,
+      658,  663,  667,  655,    0,  687,  657,  693,  695,    0,
+        0,  689,  693,  697,  703,  707,  708,    0,  709,  710,
+      707,  717,    0,  688,  708,  696,  697,    0,  713,  702,
+      709,  712,  714,    0,    0,  708,  711,  709,  735,  718,
+      704,  721,  708,  711,  719,  713,  727,    0,  722,    0,
+      716,  724,  717,  730,    0,    0,  735,    0,  721,  735,
+      721,  722,  728,    0,    0,  737,    0,    0,  725,  739,
+      729,  730,    0,  730,    0,  765,  767,    0,    0,  761,
+
+      765,  769,  777,  779,  780,    0,  781,  782,    0,  789,
+      781,    0,  783,  763,  769,  767,  781,  780,  768,    0,
+      780,  770,  784,  781,  774,  787,  792,  793,  790,  778,
+      783,  781,  775,  791,  789,  795,  787,  802,    0,  819,
+        0,  802,  821,  791,  796,  797,  807,  801,  812,  832,
+      834,    0,    0,  828,  832,  840,  841,    0,  842,  843,
+      847,  853,  812,    0,  820,  810,  855,  829,    0,    0,
+      825,  835,  837,  837,  844,  837,  836,  868,  839,  870,
+      842,    0,  854,  855,    0,  856,    0,  859,  845,  848,
+      861,    0,  851,  848,  851,  868,    0,  887,  889,    0,
+
+        0,  883,  891,  893,  892,    0,  894,  895,  899,  894,
+      882,  883,  906,  876,    0,  908,  877,  879,  887,    0,
+      890,  899,  897,  894,  901,    0,    0,  888,  888,  901,
+      898,  921,  904,  923,  893,  904,  897,  931,  933,    0,
+        0,  931,  932,    0,  933,  930,  908,  911,  914,  928,
+      930,  914,  928,  915,  929,    0,  927,  923,  922,    0,
+        0,  922,  928,  924,  935,  929,  927,  931,  936,  964,
+      966,    0,  964,  965,    0,    0,  966, 4564,  946,  945,
+      942,  940,  946,    0,  944,  949,  953,  947,  954,  965,
+      950,  963,  967,  954,  965,    0,  961,    0,  990,  992,
+
+        0,  990,  991,    0,  973,  974,    0,  973,  974,  962,
+      978,  983,  977,  984,  981,  982,  978,    0,    0,    0,
+      989, 1011, 1013,    0, 1011, 1012,    0,    0,  981,  983,
+      996,    0, 1001,    0, 1002,    0,    0,  991, 1005,  989,
+        0, 1028, 1026,    0, 1027, 1028,    0,    0,    0,  997,
+     1005,  999,    0, 1007, 1001, 1040, 1037,    0, 1039, 1040,
+        0,    0,    0,    0, 1019, 1024,    0, 1047, 1049,    0,
+     1049, 1050,    0, 1023,    0, 1057, 1055,    0, 1056, 1059,
+        0,    0, 1034, 1065, 1068,    0, 1066, 1068,    0,    0,
+     1074, 1072,    0, 1073, 1075,    0, 1082, 1080,    0, 1082,
+
+        0, 1087, 1089,    0, 1088,    0, 1094, 1092,    0,    0,
+     1096, 1100,    0,    0, 1101, 1104,    0,    0, 1105, 1107,
+        0,    0, 1108, 1111,    0,    0, 1113, 1115,    0,    0,
+     1118, 1116,    0,    0, 1122, 1120,    0,    0, 1125, 1127,
+        0,    0, 1130, 1128,    0,    0, 1132, 1135,    0,    0,
+     1136, 1139,    0,    0, 1142, 1140,    0,    0, 1144, 1147,
+        0,    0, 1149, 1151,    0,    0, 1153, 1155,    0,    0,
+     1156, 1159,    0,    0, 1161, 1163,    0,    0, 1166, 1164,
+        0,    0, 1170, 1168,    0,    0, 1173, 1175,    0,    0,
+     1178, 1176,    0,    0, 1180, 1183,    0,    0, 1184, 1187,
+
+        0,    0, 1190, 1188,    0,    0, 1192, 1195,    0,    0,
+     1197, 1199,    0,    0, 1201, 1203,    0,    0, 1204, 1207,
+        0,    0, 1209, 1211,    0,    0, 1214, 1212,    0,    0,
+     1218, 1216,    0,    0, 1221, 1223,    0,    0, 1226, 1224,
+        0,    0, 1228, 1231,    0,    0, 1232, 1235,    0,    0,
+     1238, 1236,    0,    0, 1240, 1243,    0,    0, 1245, 1247,
+        0,    0, 1249, 1251,    0,    0, 1252, 1255,    0,    0,
+     1257, 1259,    0,    0, 1262, 1260,    0,    0, 1266, 1264,
+        0,    0, 1269, 1271,    0,    0, 1274, 1272,    0,    0,
+     1276, 1279,    0,    0, 1280, 1283,    0,    0, 1286, 1284,
+
+        0,    0, 1288, 1291,    0,    0, 1293, 1295,    0,    0,
+     1297, 1299,    0,    0, 1300, 1303,    0,    0, 1305, 1307,
+        0,    0, 1310, 1308, 4564,    0, 1314, 1312,    0, 1317,
+     1319, 4564, 1322, 1320, 1324, 1327, 1328, 1331, 1334, 1332,
+     1336, 1339, 1341, 1343, 1345, 1347, 1348, 1351, 1353, 1355,
+     1358, 1356, 1362, 1360, 1365, 1367, 1370, 1368, 1372, 1375,
+     1376, 1379, 1382, 1380, 1384, 1387, 1389, 1391, 1393, 1395,
+     1396, 1399, 1401, 1403, 1406, 1404, 1410, 1408, 1413, 1415,
+     1418, 1416, 1420, 1423, 1424, 1427, 1430, 1428, 1432, 1435,
+     1437, 1439, 1441, 1443, 1444, 1447, 1449, 1451, 1454, 1452,
+
+     1458, 1456, 1461, 1463, 1466, 1464, 1468, 1471, 1472, 1475,
+     1478, 1476, 1480, 1483, 1485, 1487, 1489, 1491, 1492, 1495,
+     1497, 1499, 1502, 1500, 1506, 1504, 1509, 1511, 1514, 1512,
+     1516, 1519, 1520, 1523, 1526, 1524, 1528, 1531, 1533, 1535,
+     1537, 1539, 1540, 1543, 1545, 1547, 1550, 1548, 1554, 1552,
+     1557, 1559, 1562, 1560, 1564, 1567, 1568, 1571, 1574, 1572,
+     1576, 1579, 1581, 1583, 1585, 1587, 1588, 1591, 1593, 1595,
+     1598, 1596, 1602, 1600, 1605, 1607, 1610, 1608, 1612, 1615,
+     1616, 1619, 1622, 1620, 1624, 1627, 1629, 1631, 1633, 1635,
+     1636, 1639, 1641, 1643, 1646, 1644, 1650, 1648, 1653, 1655,
+
+     1658, 1656, 1660, 1663, 1664, 1667, 1670, 1668, 1672, 1675,
+     1677, 1679, 1681, 1683, 1684, 1687, 1689, 1691, 1694, 1692,
+     1698, 1696, 1701, 1703, 1706, 1704, 1708, 1711, 1712, 1715,
+     1718, 1716, 1720, 1723, 1725, 1727, 1729, 1731, 1732, 1735,
+     1737, 1739, 1742, 1740, 1746, 1744, 1749, 1751, 1754, 1752,
+     1756, 1759, 1760, 1763, 1766, 1764, 1768, 1771, 1773, 1775,
+     1777, 1779, 1780, 1783, 1785, 1787, 1790, 1788, 1794, 1792,
+     1797, 1799, 1802, 1800, 1804, 1807, 1808, 1811, 1814, 1812,
+     1816, 1819, 1821, 1823, 1825, 1827, 1828, 1831, 1833, 1835,
+     1838, 1836, 1842, 1840, 1845, 1847, 1850, 1848, 1852, 1855,
+
+     1856, 1859, 1862, 1860, 1864, 1867, 1869, 1871, 1873, 1875,
+     1876, 1879, 1881, 1883, 1886, 1884, 1890, 1888, 1893, 1895,
+     1898, 1896, 1900, 1903, 1904, 1907, 1910, 1908, 1912, 1915,
+     1917, 1919, 1921, 1923, 1924, 1927, 1929, 1931, 1934, 1932,
+     1938, 1936, 1941, 1943, 1946, 1944, 1948, 1951, 1952, 1955,
+     1958, 1956, 1960, 1963, 1965, 1967, 1969, 1971, 1972, 1975,
+     1977, 1979, 1982, 1980, 1986, 1984, 1989, 1991, 1994, 1992,
+     1996, 1999, 2000, 2003, 2006, 2004, 2008, 2011, 4564, 4564,
+     4564, 4564, 2027, 2033, 2036, 2037, 2043, 2046, 2047, 2049,
+     2053, 2058, 2061, 2062, 2064, 2067, 2070, 2076, 2079, 2080,
+
+     2084, 2086, 2089, 2092, 2011, 2098, 2101, 2102, 2106, 2109,
+     2112, 2116, 2122, 2125, 2128, 2132, 2135, 2138, 2012, 2144,
+     2147, 2150, 2154, 2157, 2160, 2164, 2170, 2173, 2176, 2180,
+     2183, 2186, 2013, 2192, 2195, 2198, 2202, 2205, 2208, 2212,
+     2218, 2221, 2224, 2228, 2231, 2234, 2015, 2240, 2243, 2246,
+     2250, 2253, 2256, 2260, 2266, 2269, 2272, 2276, 2279, 2282,
+     2016, 2288, 2291, 2294, 2298, 2301, 2304, 2308, 2313, 2316,
+     2319, 2323, 2325, 2328, 2333, 2336, 2339, 2343, 2346, 2349,
+     2354, 2357, 2360, 2017, 2363, 2368, 2371, 2374, 2378, 2381,
+     2386, 2389, 2392, 2018, 2395, 2400, 2403, 2406, 2410, 2413,
+
+     2418, 2421, 2424, 2019, 2427, 2432, 2435, 2438, 2442, 2445,
+     2450, 2453, 2456, 2021, 2459, 2464, 2467, 2470, 2474, 2477,
+     2482, 2485, 2488, 2491, 2496, 2499, 2502, 2505, 2510, 2513,
+     2515, 2520, 2523, 2525, 2530, 2533, 2535, 2540, 2543, 2545,
+     2550, 2553, 2555, 2560, 2563, 2565, 2570, 2573, 2575, 2580,
+     2583, 2585, 2590, 2593, 2595, 2600, 2603, 2605, 2610, 2613,
+     2615, 2620, 2623, 2625, 2630, 2633, 2635, 2640, 2643, 2645,
+     2650, 2653, 2655, 2660, 2663, 2665, 2670, 2673, 2675, 2680,
+     2683, 2685, 2690, 2693, 2695, 2700, 2703, 2705, 2710, 2713,
+     2715, 2720, 2723, 2725, 2730, 2733, 2735, 2740, 2743, 2745,
+
+     2750, 2753, 2755, 2760, 2763, 2765, 2770, 2773, 2775, 2780,
+     2783, 2785, 2790, 2793, 2795, 2800, 2803, 2805, 2810, 2813,
+     2815, 2820, 2823, 2825, 2830, 2833, 2835, 2840, 2843, 2845,
+     2850, 2853, 2855, 2860, 2863, 2865, 2870, 2873, 2875, 2880,
+     2883, 2885, 2890, 2893, 2895, 2900, 2903, 2905, 2910, 2913,
+     2915, 2920, 2923, 2925, 2930, 2933, 2935, 2940, 2943, 2945,
+     2950, 2953, 2955, 2960, 2963, 2965, 2970, 2973, 2975, 2980,
+     2983, 2985, 2990, 2993, 2995, 3000, 3003, 3005, 3010, 3013,
+     3015, 3020, 3023, 3025, 3030, 3033, 3035, 3040, 3043, 3045,
+     3050, 3053, 3055, 3060, 3063, 3068, 3071, 3076, 3082, 3088,
+
+     3094, 3100, 3106, 3112, 3118, 3124, 3130, 3136, 3142, 3148,
+     3154, 3160, 3166, 3172, 3178, 3184, 3190, 3196, 3202, 3208,
+     3214, 3220, 3226, 3232, 3238, 3244, 3250, 3256, 3262, 3268,
+     3274, 3280, 3286, 3292, 3298, 3304, 3310, 3316, 3322, 3328,
+     3334, 3340, 3346, 3352, 3358, 3364, 3370, 3376, 3382, 3388,
+     3394, 3400, 3406, 3412, 3418, 3424, 3430, 3436, 3442, 3448,
+     3454, 3460, 3466, 3472, 3478, 3484, 3490, 3496, 3502, 3508,
+     3514, 3520, 3526, 3532, 3538, 3544, 3550, 3556, 3562, 3568,
+     3574, 3580, 3586, 3592, 3598, 3604, 3610, 3616, 3622, 3628,
+     3634, 3640, 3646, 3652, 3658, 3664, 3670, 3676, 3682, 3688,
+
+     3694, 3700, 3706, 3712, 3718, 3724, 3730, 3736, 3742, 3748,
+     3754, 3760, 3766, 3772, 3778, 3784, 3790, 3796, 3802, 3808,
+     3814, 3820, 3826, 3832, 3838, 3844, 3850, 3856, 3862, 3868,
+     3874, 3880, 3886, 3892, 3898, 3904, 3910, 3916, 3922, 3928,
+     3934, 3940, 3946, 3952, 3958, 3964, 3970, 3976, 3982, 3988,
+     3994, 4000, 4006, 4012, 4018, 4024, 4030, 4036, 4042, 4048,
+     4054, 4060, 4066, 4072, 4078, 4084, 4090, 4096, 4102, 4108,
+     4114
+    } ;
+
+static yyconst flex_int16_t yy_def[2272] =
+    {   0,
+     1782,    1, 1782, 1782, 1782, 1782, 1783, 1784, 1785, 1785,
+     1786, 1782,   10, 1785,   10,   15,   15,   15,   15, 1785,
+     1785, 1785, 1785, 1785, 1785, 1785, 1785, 1785, 1785, 1785,
+     1785, 1785, 1785, 1785, 1785, 1787, 1782, 1782, 1783, 1784,
+     1788, 1788, 1788, 1789,   43, 1788, 1790, 1791, 1788, 1788,
+     1788,   43,   52, 1788, 1788,   52, 1788, 1788, 1788, 1788,
+     1788,   52,   52, 1788,   52, 1788, 1788, 1788, 1788, 1788,
+     1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788,
+     1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788,
+     1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788,
+
+     1788, 1788, 1788, 1788, 1788, 1792, 1787, 1793, 1793, 1793,
+     1793,  111, 1793, 1794, 1791, 1795, 1796, 1797, 1797, 1793,
+     1793, 1793,  111, 1793, 1793, 1793, 1793, 1793,  123,  123,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793,
+     1793, 1793, 1793, 1798, 1792, 1799, 1799, 1799, 1799, 1799,
+
+     1799, 1799, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1804,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
+     1799, 1806, 1798, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+
+     1807, 1808, 1809, 1782, 1810, 1811, 1812, 1811, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807,
+     1807, 1807, 1807, 1807, 1807, 1807, 1807, 1813, 1806, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1782, 1815,
+
+     1816, 1817, 1782, 1818, 1819, 1782, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814, 1814,
+     1814, 1814, 1814, 1814, 1814, 1814, 1820, 1813, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1822, 1823,
+
+     1824, 1825, 1826, 1805, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
+     1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1827,
+     1820, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1782, 1829, 1830, 1831, 1782, 1832, 1833, 1812, 1828,
+
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828,
+     1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1834, 1827,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1836,
+     1837, 1838, 1839, 1840, 1782, 1818, 1835, 1835, 1835, 1835,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835,
+
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835,
+     1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1841,
+     1834, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1782, 1843,
+     1844, 1845, 1782, 1846, 1847, 1782, 1825, 1842, 1842, 1842,
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842,
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842,
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842,
+
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842,
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842,
+     1842, 1842, 1842, 1842, 1842, 1842, 1842, 1848, 1841, 1849,
+     1849, 1849, 1849, 1849, 1849, 1850, 1851, 1852, 1853, 1854,
+     1782, 1782, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849,
+     1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849,
+     1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849,
+     1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849,
+     1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849,
+     1849, 1849, 1849, 1849, 1849, 1855, 1848, 1856, 1856, 1856,
+
+     1856, 1856, 1782, 1857, 1858, 1859, 1782, 1860, 1861, 1782,
+     1782, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856,
+     1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856,
+     1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856,
+     1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1862,
+     1855, 1863, 1863, 1863, 1863, 1864, 1865, 1866, 1867, 1868,
+     1782, 1782, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863,
+     1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863,
+     1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863,
+     1863, 1863, 1863, 1863, 1863, 1863, 1863, 1869, 1862, 1870,
+
+     1870, 1870, 1782, 1871, 1872, 1873, 1782, 1874, 1782, 1782,
+     1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870,
+     1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870, 1870,
+     1870, 1870, 1870, 1870, 1870, 1870, 1870, 1875, 1869, 1876,
+     1876, 1877, 1878, 1879, 1880, 1782, 1876, 1876, 1876, 1876,
+     1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876,
+     1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1881,
+     1875, 1882, 1782, 1883, 1884, 1885, 1782, 1782, 1882, 1882,
+     1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882,
+     1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1886, 1881,
+
+     1887, 1888, 1889, 1890, 1887, 1887, 1887, 1887, 1887, 1887,
+     1887, 1887, 1887, 1887, 1887, 1887, 1887, 1887, 1887, 1887,
+     1887, 1891, 1886, 1892, 1782, 1893, 1894, 1895, 1892, 1892,
+     1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1892,
+     1892, 1896, 1891, 1897, 1898, 1899, 1900, 1897, 1897, 1897,
+     1897, 1897, 1897, 1897, 1897, 1901, 1896, 1902, 1782, 1903,
+     1904, 1905, 1902, 1902, 1902, 1902, 1902, 1906, 1901, 1907,
+     1908, 1909, 1910, 1907, 1907, 1911, 1906, 1912, 1782, 1913,
+     1914, 1915, 1912, 1916, 1911, 1917, 1918, 1919, 1920, 1917,
+     1921, 1916, 1922, 1782, 1923, 1924, 1925, 1921, 1926, 1927,
+
+     1928, 1929, 1925, 1930, 1782, 1931, 1932, 1929, 1933, 1934,
+     1935, 1932, 1936, 1937, 1938, 1935, 1939, 1940, 1941, 1938,
+     1942, 1943, 1944, 1941, 1945, 1946, 1947, 1944, 1948, 1949,
+     1950, 1947, 1951, 1952, 1953, 1950, 1954, 1955, 1956, 1953,
+     1957, 1958, 1959, 1956, 1960, 1961, 1962, 1959, 1963, 1964,
+     1965, 1962, 1966, 1967, 1968, 1965, 1969, 1970, 1971, 1968,
+     1972, 1973, 1974, 1971, 1975, 1976, 1977, 1974, 1978, 1979,
+     1980, 1977, 1981, 1982, 1983, 1980, 1984, 1985, 1986, 1983,
+     1987, 1988, 1989, 1986, 1990, 1991, 1992, 1989, 1993, 1994,
+     1995, 1992, 1996, 1997, 1998, 1995, 1999, 2000, 2001, 1998,
+
+     2002, 2003, 2004, 2001, 2005, 2006, 2007, 2004, 2008, 2009,
+     2010, 2007, 2011, 2012, 2013, 2010, 2014, 2015, 2016, 2013,
+     2017, 2018, 2019, 2016, 2020, 2021, 2022, 2019, 2023, 2024,
+     2025, 2022, 2026, 2027, 2028, 2025, 2029, 2030, 2031, 2028,
+     2032, 2033, 2034, 2031, 2035, 2036, 2037, 2034, 2038, 2039,
+     2040, 2037, 2041, 2042, 2043, 2040, 2044, 2045, 2046, 2043,
+     2047, 2048, 2049, 2046, 2050, 2051, 2052, 2049, 2053, 2054,
+     2055, 2052, 2056, 2057, 2058, 2055, 2059, 2060, 2061, 2058,
+     2062, 2063, 2064, 2061, 2065, 2066, 2067, 2064, 2068, 2069,
+     2070, 2067, 2071, 2072, 2073, 2070, 2074, 2075, 2076, 2073,
+
+     2077, 2078, 2079, 2076, 2080, 2081, 2082, 2079, 2083, 2084,
+     2085, 2082, 2086, 2087, 2088, 2085, 2089, 2090, 2091, 2088,
+     2092, 2093, 2094, 2091, 1782, 2095, 2096, 2094, 2097, 2098,
+     2096, 1782, 2099, 2098, 2100, 2099, 2101, 2100, 2102, 2101,
+     2103, 2102, 2104, 2103, 2105, 2104, 2106, 2105, 2107, 2106,
+     2108, 2107, 2109, 2108, 2110, 2109, 2111, 2110, 2112, 2111,
+     2113, 2112, 2114, 2113, 2115, 2114, 2116, 2115, 2117, 2116,
+     2118, 2117, 2119, 2118, 2120, 2119, 2121, 2120, 2122, 2121,
+     2123, 2122, 2124, 2123, 2125, 2124, 2126, 2125, 2127, 2126,
+     2128, 2127, 2129, 2128, 2130, 2129, 2131, 2130, 2132, 2131,
+
+     2133, 2132, 2134, 2133, 2135, 2134, 2136, 2135, 2137, 2136,
+     2138, 2137, 2139, 2138, 2140, 2139, 2141, 2140, 2142, 2141,
+     2143, 2142, 2144, 2143, 2145, 2144, 2146, 2145, 2147, 2146,
+     2148, 2147, 2149, 2148, 2150, 2149, 2151, 2150, 2152, 2151,
+     2153, 2152, 2154, 2153, 2155, 2154, 2156, 2155, 2157, 2156,
+     2158, 2157, 2159, 2158, 2160, 2159, 2161, 2160, 2162, 2161,
+     2163, 2162, 2164, 2163, 2165, 2164, 2166, 2165, 2167, 2166,
+     2168, 2167, 2169, 2168, 2170, 2169, 2171, 2170, 2172, 2171,
+     2173, 2172, 2174, 2173, 2175, 2174, 2176, 2175, 2177, 2176,
+     2178, 2177, 2179, 2178, 2180, 2179, 2181, 2180, 2182, 2181,
+
+     2183, 2182, 2184, 2183, 2185, 2184, 2186, 2185, 2187, 2186,
+     2188, 2187, 2189, 2188, 2190, 2189, 2191, 2190, 2192, 2191,
+     2193, 2192, 2194, 2193, 2195, 2194, 2196, 2195, 2197, 2196,
+     2198, 2197, 2199, 2198, 2200, 2199, 2201, 2200, 2202, 2201,
+     2203, 2202, 2204, 2203, 2205, 2204, 2206, 2205, 2207, 2206,
+     2208, 2207, 2209, 2208, 2210, 2209, 2211, 2210, 2212, 2211,
+     2213, 2212, 2214, 2213, 2215, 2214, 2216, 2215, 2217, 2216,
+     2218, 2217, 2219, 2218, 2220, 2219, 2221, 2220, 2222, 2221,
+     2223, 2222, 2224, 2223, 2225, 2224, 2226, 2225, 2227, 2226,
+     2228, 2227, 2229, 2228, 2230, 2229, 2231, 2230, 2232, 2231,
+
+     2233, 2232, 2234, 2233, 2235, 2234, 2236, 2235, 2237, 2236,
+     2238, 2237, 2239, 2238, 2240, 2239, 2241, 2240, 2242, 2241,
+     2243, 2242, 2244, 2243, 2245, 2244, 2246, 2245, 2247, 2246,
+     2248, 2247, 2249, 2248, 2250, 2249, 2251, 2250, 2252, 2251,
+     2253, 2252, 2254, 2253, 2255, 2254, 2256, 2255, 2257, 2256,
+     2258, 2257, 2259, 2258, 2260, 2259, 2261, 2260, 2262, 2261,
+     2263, 2262, 2264, 2263, 2265, 2264, 2266, 2265, 2267, 2266,
+     2268, 2267, 2269, 2268, 2270, 2269, 2271, 2270, 1782, 1782,
+     1782,    0, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782
+    } ;
+
+static yyconst flex_int16_t yy_nxt[4609] =
+    {   0,
+        4,    5,    6,    7,    8,    4,    9,    9,    9,   10,
+       10,   10,   10,   11,   12,   13,   13,    9,    4,   14,
+       15,   16,   17,   18,   13,   19,   20,   21,   22,   23,
+       24,   25,   26,   27,   28,   29,   30,   31,   32,   33,
+       34,    9,   35,    9,   37,   38,   49,   82,   78,   45,
+       56,   45,   80,   50,   83,   51,   41,   79,   81,   68,
+       39,   42,   41,   43,   43,   43,   43,   44,  103,   45,
+       45,   46,   69,  104,   45,   45,   45,   45,   45,   45,
+       75,   98,   99,  160,   76,   45,   65,   45,   77,  161,
+       46,   41,   66,   45,   45,   45,   45,   70,   41,  112,
+
+       84,   41,   85,   71,   86,   72,  100,  135,  136,  792,
+      101,   37,   38,  124,  125,   87,  109,  109,  109,  109,
+       41,   41,  117,   45,   45,   45,   45,  107,  117,  129,
+      112,   41,  130,  119,  250,  251,  209,   52,  126,   53,
+      112,  131,  119,  132,   54,  144,  112,  172,  127,  133,
+       55,   57,  134,  112,  140,  146,  141,  147,  153,  793,
+      142,  145,  168,  173,  154,  794,  148,  169,   45,  143,
+       45,  281,  155,  188,  219,   41,  196,  189,   58,   59,
+       60,   61,   62,  383,  282,   45,   63,   45,  223,  220,
+       64,  196,   41,  258,   37,   38,  224,  384,   41,   88,
+
+       89,  259,  509,  510,   90,   91,   92,  260,  261,   93,
+      195,   94,  262,   95,   96,  199,  199,  199,  199,   97,
+      110,  795,  111,  111,  111,  111,   44,  268,  112,  112,
+      113,  269,  796,  112,  112,  112,  112,  112,  112,  197,
+      263,  198,  198,  198,  198,  797,  647,  337,  117,  113,
+      108,  338,  112,  112,  112,  112,  209,  264,  226,  210,
+      108,  227,  237,  648,  238,   37,   38,  462,  210,  117,
+      265,  239,  295,  295,  295,  295,  463,  115,  117,  108,
+      108,  293,  112,  112,  112,  112,  209,  798,  799,  296,
+      108,  297,  297,  297,  297,  296,  123,  298,  298,  298,
+
+      298,  299,  299,  299,  299,  350,   37,   38,  351,  108,
+      200,  800,  201,  201,  201,  201,   44,  801,  202,  202,
+      203,  117,  389,  202,  202,  202,  202,  202,  202,  209,
+      364,  802,  308,  365,  393,  393,  393,  393,  117,  203,
+      196,  308,  202,  202,  202,  202,  401,  803,  117,  391,
+      196,  392,  392,  392,  392,  394,  209,  395,  395,  395,
+      395,  394,  804,  396,  396,  396,  396,  448,  117,  196,
+      196,  117,  202,  202,  202,  202,  405,  449,  805,  401,
+      196,  117,  397,  397,  397,  397,  117,  117,  117,  115,
+      398,   37,   38,  806,  209,  209,  405,  406,  214,  196,
+
+      300,  300,  300,  300,   44,  807,  406,  488,  301,  398,
+      490,  490,  490,  490,  491,  808,  492,  492,  492,  492,
+      491,  809,  493,  493,  493,  493,  679,  301,  494,  494,
+      494,  494,  495,  810,  496,  496,  496,  496,  497,  497,
+      497,  497,  117,   37,   38,  679,  498,  811,  812,  813,
+      504,  583,  583,  583,  583,  584,  584,  584,  584,  581,
+      588,  588,  588,  588,  585,  498,  586,  586,  586,  586,
+      585,  814,  587,  587,  587,  587,  590,  590,  590,  590,
+      117,  117,  117,  117,  591,   37,   38,  815,  401,  594,
+      405,  598,  599,  599,  599,  599,  672,  672,  672,  672,
+
+      816,  670,  817,  591,  673,  673,  673,  673,  674,  674,
+      674,  674,  675,  818,  676,  676,  676,  676,  675,  819,
+      677,  677,  677,  677,  678,  678,  678,  678,  117,  117,
+      117,  117,  117,  820,  117,  821,  401,  594,  115,  405,
+      598,  117,  594,  685,  822,  686,  686,  686,  686,  405,
+      723,  742,  724,  823,  725,  743,   37,   38,  753,  753,
+      753,  753,  754,  754,  754,  754,  755,  755,  755,  755,
+      117,  756,  751,  757,  757,  757,  757,  756,  761,  758,
+      758,  758,  758,  117,  117,  766,  766,  766,  766,  824,
+      825,  598,  765,  117,  826,  685,  827,  767,  767,  767,
+
+      767,  405,   37,   38, 1782,  831,  831,  831,  831,  832,
+      832,  832,  832,  833,  833,  833,  833,  834,  829,  834,
+      117,  835,  835,  835,  835,  117,  117,  117,  594,  117,
+      843,  844,  845,  761,  115,  598,  841,  765,  842,  842,
+      842,  842,  117,  846,  685,  847,  848,  849,  850,  851,
+      405,  852,  853,  854,  855,  856,  857,  858,  859,  860,
+      861,  862,  863,  864,  865,  866,  867,  868,  869,  870,
+      871,  872,  873,  874,  875,  876,  877,  878,  879,  880,
+      881,  882,  883,  884,  885,  886,  887,  888,  889,  890,
+      891,  892,  893,  894,  895,   37,   38, 1782,  899,  899,
+
+      899,  899,  900,  900,  900,  900,  901,  901,  901,  901,
+      902,  897,  117,  117,  117,  117,  910,  910,  910,  910,
+      761,  905,  765,  909,  841,  912,  911,  911,  911,  911,
+      913,  914,  915,  916,  917,  918,  919,  920,  921,  922,
+      923,  924,  925,  926,  927,  928,  929,  930,  931,  932,
+      933,  934,  935,  936,  937,  938,  939,  940,  941,  942,
+      943,  944,  945,  946,  947,  948,  949,   37,   38, 1782,
+      953,  953,  953,  953,  954,  954,  954,  954,  955,  955,
+      955,  955,  117,  951,  117,  117,  117,  117,  841,  963,
+      761,  964,  905,  115,  765,  909,  961,  965,  962,  962,
+
+      962,  962,  966,  967,  968,  969,  970,  971,  972,  973,
+      975,  976,  977,  978,  979,  980,  981,  982,  983,  984,
+      974,  985,  986,  987,  988,  989,  990,  991,  992,  993,
+      994,  995,  996,  997,   37,   38, 1782, 1001, 1001, 1001,
+     1001, 1002, 1002, 1002, 1002,  117,  117,  117,  117, 1011,
+      999, 1012, 1013,  905, 1005,  909, 1009, 1009, 1009, 1009,
+      961, 1014, 1010, 1010, 1010, 1010, 1015, 1016, 1017, 1018,
+     1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028,
+     1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037,   37,
+       38, 1782, 1041, 1041, 1041, 1041,  117,  117,  117,  117,
+
+      117,  961, 1047, 1048,  905, 1039, 1005,  909, 1046, 1046,
+     1046, 1046, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056,
+     1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066,
+     1067, 1068, 1069,   37,   38, 1782,  117,  117,  117, 1078,
+     1078, 1078, 1078, 1079, 1005, 1075, 1080, 1081, 1082, 1071,
+     1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092,
+     1093, 1094, 1095, 1096, 1097, 1098,   37,   38, 1782,  117,
+      117,  117, 1105, 1106, 1107, 1108, 1109, 1005, 1075, 1110,
+     1111, 1112, 1100, 1113, 1114, 1115, 1116, 1117, 1118, 1119,
+     1120, 1121,   37,   38, 1782,  117,  117, 1129, 1130, 1131,
+
+     1132, 1133, 1134, 1075, 1127, 1135, 1136, 1137, 1123, 1138,
+     1139, 1140, 1141,   37,   38, 1782,  117,  117, 1148, 1149,
+     1150, 1151, 1152, 1153, 1075, 1127, 1154, 1155, 1782, 1143,
+       37,   38,  117,  117, 1163, 1164, 1165, 1166, 1167, 1782,
+     1127, 1161,   37,   38,  117,  117, 1157, 1174, 1175,   37,
+       38, 1782, 1127, 1161,  117,  117, 1183, 1782, 1169,   37,
+       38,  117, 1161, 1181,  117, 1177, 1190,   37,   38, 1161,
+     1782,  117, 1181,  117, 1782, 1185,   37,   38,  117, 1181,
+      117,  909, 1782, 1192,   37,   38, 1181,  117,  909,   37,
+       38, 1782, 1198,  117, 1782,  909,   37,   38,   37,   38,
+
+     1203,  909, 1782,   37,   38, 1208, 1782,   37,   38, 1782,
+       37,   38, 1212, 1782, 1216,   37,   38, 1782, 1782, 1220,
+       37,   38, 1782, 1224,   37,   38, 1228,   37,   38, 1782,
+     1782, 1232,   37,   38,   37,   38, 1236, 1782,   37,   38,
+     1240, 1782, 1782, 1244,   37,   38,   37,   38, 1248, 1782,
+     1252,   37,   38, 1782, 1256,   37,   38, 1782,   37,   38,
+     1260, 1782, 1264,   37,   38, 1782, 1782, 1268,   37,   38,
+     1782, 1272,   37,   38, 1276,   37,   38, 1782, 1782, 1280,
+       37,   38,   37,   38, 1284, 1782,   37,   38, 1288, 1782,
+     1782, 1292,   37,   38,   37,   38, 1296, 1782, 1300,   37,
+
+       38, 1782, 1304,   37,   38, 1782,   37,   38, 1308, 1782,
+     1312,   37,   38, 1782, 1782, 1316,   37,   38, 1782, 1320,
+       37,   38, 1324,   37,   38, 1782, 1782, 1328,   37,   38,
+       37,   38, 1332, 1782,   37,   38, 1336, 1782, 1782, 1340,
+       37,   38,   37,   38, 1344, 1782, 1348,   37,   38, 1782,
+     1352,   37,   38, 1782,   37,   38, 1356, 1782, 1360,   37,
+       38, 1782, 1782, 1364,   37,   38, 1782, 1368,   37,   38,
+     1372,   37,   38, 1782, 1782, 1376,   37,   38,   37,   38,
+     1380, 1782,   37,   38, 1384, 1782, 1782, 1388,   37,   38,
+       37,   38, 1392, 1782, 1396,   37,   38, 1782, 1400,   37,
+
+       38, 1782,   37,   38, 1404, 1782, 1408,   37,   38, 1782,
+     1782, 1412,   37,   38, 1782, 1416,   37,   38, 1420,   37,
+       38, 1782, 1782, 1424,   37,   38,   37,   38, 1428, 1782,
+       37,   38, 1431, 1782, 1782, 1434,   37,   38,   37,   38,
+     1436, 1782, 1438,   37,   38, 1782, 1440,   37,   38, 1782,
+       37,   38, 1442, 1782, 1444,   37,   38, 1782, 1782, 1446,
+       37,   38, 1782, 1448,   37,   38, 1450,   37,   38, 1782,
+     1782, 1452,   37,   38,   37,   38, 1454, 1782,   37,   38,
+     1456, 1782, 1782, 1458,   37,   38,   37,   38, 1460, 1782,
+     1462,   37,   38, 1782, 1464,   37,   38, 1782,   37,   38,
+
+     1466, 1782, 1468,   37,   38, 1782, 1782, 1470,   37,   38,
+     1782, 1472,   37,   38, 1474,   37,   38, 1782, 1782, 1476,
+       37,   38,   37,   38, 1478, 1782,   37,   38, 1480, 1782,
+     1782, 1482,   37,   38,   37,   38, 1484, 1782, 1486,   37,
+       38, 1782, 1488,   37,   38, 1782,   37,   38, 1490, 1782,
+     1492,   37,   38, 1782, 1782, 1494,   37,   38, 1782, 1496,
+       37,   38, 1498,   37,   38, 1782, 1782, 1500,   37,   38,
+       37,   38, 1502, 1782,   37,   38, 1504, 1782, 1782, 1506,
+       37,   38,   37,   38, 1508, 1782, 1510,   37,   38, 1782,
+     1512,   37,   38, 1782,   37,   38, 1514, 1782, 1516,   37,
+
+       38, 1782, 1782, 1518,   37,   38, 1782, 1520,   37,   38,
+     1522,   37,   38, 1782, 1782, 1524,   37,   38,   37,   38,
+     1526, 1782,   37,   38, 1528, 1782, 1782, 1530,   37,   38,
+       37,   38, 1532, 1782, 1534,   37,   38, 1782, 1536,   37,
+       38, 1782,   37,   38, 1538, 1782, 1540,   37,   38, 1782,
+     1782, 1542,   37,   38, 1782, 1544,   37,   38, 1546,   37,
+       38, 1782, 1782, 1548,   37,   38,   37,   38, 1550, 1782,
+       37,   38, 1552, 1782, 1782, 1554,   37,   38,   37,   38,
+     1556, 1782, 1558,   37,   38, 1782, 1560,   37,   38, 1782,
+       37,   38, 1562, 1782, 1564,   37,   38, 1782, 1782, 1566,
+
+       37,   38, 1782, 1568,   37,   38, 1570,   37,   38, 1782,
+     1782, 1572,   37,   38,   37,   38, 1574, 1782,   37,   38,
+     1576, 1782, 1782, 1578,   37,   38,   37,   38, 1580, 1782,
+     1582,   37,   38, 1782, 1584,   37,   38, 1782,   37,   38,
+     1586, 1782, 1588,   37,   38, 1782, 1782, 1590,   37,   38,
+     1782, 1592,   37,   38, 1594,   37,   38, 1782, 1782, 1596,
+       37,   38,   37,   38, 1598, 1782,   37,   38, 1600, 1782,
+     1782, 1602,   37,   38,   37,   38, 1604, 1782, 1606,   37,
+       38, 1782, 1608,   37,   38, 1782,   37,   38, 1610, 1782,
+     1612,   37,   38, 1782, 1782, 1614,   37,   38, 1782, 1616,
+
+       37,   38, 1618,   37,   38, 1782, 1782, 1620,   37,   38,
+       37,   38, 1622, 1782,   37,   38, 1624, 1782, 1782, 1626,
+       37,   38,   37,   38, 1628, 1782, 1630,   37,   38, 1782,
+     1632,   37,   38, 1782,   37,   38, 1634, 1782, 1636,   37,
+       38, 1782, 1782, 1638,   37,   38, 1782, 1640,   37,   38,
+     1642,   37,   38, 1782, 1782, 1644,   37,   38,   37,   38,
+     1646, 1782,   37,   38, 1648, 1782, 1782, 1650,   37,   38,
+       37,   38, 1652, 1782, 1654,   37,   38, 1782, 1656,   37,
+       38, 1782,   37,   38, 1658, 1782, 1660,   37,   38, 1782,
+     1782, 1662,   37,   38, 1782, 1664,   37,   38, 1666,   37,
+
+       38, 1782, 1782, 1668,   37,   38,   37,   38, 1670, 1782,
+       37,   38, 1672, 1782, 1782, 1674,   37,   38,   37,   38,
+     1676, 1782, 1678,   37,   38, 1782, 1680,   37,   38, 1782,
+       37,   38, 1682, 1782, 1684,   37,   38, 1782, 1782, 1686,
+       37,   38, 1782, 1688,   37,   38, 1690,   37,   38, 1782,
+     1782, 1692,   37,   38,   37,   38, 1694, 1782,   37,   38,
+     1696, 1782, 1782, 1698,   37,   38,   37,   38, 1700, 1782,
+     1702,   37,   38, 1782, 1704,   37,   38, 1782,   37,   38,
+     1706, 1782, 1708,   37,   38, 1782, 1782, 1710,   37,   38,
+     1782, 1712,   37,   38, 1714,   37,   38, 1782, 1782, 1716,
+
+       37,   38,   37,   38, 1718, 1782,   37,   38, 1720, 1782,
+     1782, 1722,   37,   38,   37,   38, 1724, 1782, 1726,   37,
+       38, 1782, 1728,   37,   38, 1782,   37,   38, 1730, 1782,
+     1732,   37,   38, 1782, 1782, 1734,   37,   38, 1782, 1736,
+       37,   38, 1738,   37,   38, 1782, 1782, 1740,   37,   38,
+       37,   38, 1742, 1782,   37,   38, 1744, 1782, 1782, 1746,
+       37,   38,   37,   38, 1748, 1782, 1750,   37,   38, 1782,
+     1752,   37,   38, 1782,   37,   38, 1754, 1782, 1756,   37,
+       38, 1782, 1782, 1758,   37,   38, 1782, 1760,   37,   38,
+     1762,   37,   38, 1782, 1782, 1764,   37,   38,   37,   38,
+
+     1766, 1782,   37,   38, 1768, 1782, 1782, 1770,   37,   38,
+       37, 1780, 1772, 1782, 1774,  307,  503,  684, 1776,  840,
+      960, 1103, 1146, 1172, 1778, 1188, 1781,   36,   36,   36,
+       36,   36,   36,   40,  791,   40,   40,   40,   40,   41,
+       41,   47,   47,  106,  106,  106,  106,  106,  106,  108,
+      108,  114,  114,  116,  116,  118,  790,  118,  194,  194,
+      194,  194,  194,  194,  196,  196,  204,  204,  206,  206,
+      207,  207,  208,  789,  208,  208,  292,  292,  292,  292,
+      292,  292,  294,  294,  302,  302,  303,  788,  303,  303,
+      304,  304,  305,  305,  306,  787,  306,  306,  388,  388,
+
+      388,  388,  388,  388,  390,  390,  399,  399,  400,  786,
+      400,  400,  402,  402,  403,  785,  403,  403,  404,  784,
+      404,  404,  487,  487,  487,  487,  487,  487,  489,  489,
+      499,  783,  499,  499,  500,  782,  500,  500,  501,  501,
+      502,  781,  502,  502,  580,  580,  580,  580,  580,  580,
+      582,  582,  592,  780,  592,  592,  593,  779,  593,  593,
+      595,  595,  596,  778,  596,  596,  597,  777,  597,  597,
+      669,  669,  669,  669,  669,  669,  671,  671,  680,  776,
+      680,  680,  681,  775,  681,  681,  682,  682,  683,  774,
+      683,  683,  750,  750,  750,  750,  750,  750,  752,  752,
+
+      759,  773,  759,  759,  760,  772,  760,  760,  762,  762,
+      763,  771,  763,  763,  764,  770,  764,  764,  828,  828,
+      828,  828,  828,  828,  830,  830,  836,  769,  836,  836,
+      837,  768,  837,  837,  838,  838,  839,  756,  839,  839,
+      896,  896,  896,  896,  896,  896,  898,  898,  903, 1782,
+      903,  903,  904,  749,  904,  904,  906,  906,  907,  748,
+      907,  907,  908,  747,  908,  908,  950,  950,  950,  950,
+      950,  950,  952,  952,  956,  746,  956,  956,  957,  745,
+      957,  957,  958,  958,  959,  744,  959,  959,  998,  998,
+      998,  998,  998,  998, 1000, 1000, 1003,  741, 1003, 1003,
+
+     1004,  740, 1004, 1004, 1006, 1006, 1007,  739, 1007, 1007,
+     1008,  738, 1008, 1038, 1038, 1038, 1038, 1038, 1038, 1040,
+     1040, 1042,  737, 1042, 1042, 1043,  736, 1043, 1044, 1044,
+     1045,  735, 1045, 1070, 1070, 1070, 1070, 1070, 1070, 1072,
+     1072, 1073,  734, 1073, 1073, 1074,  733, 1074, 1074, 1076,
+     1076, 1077,  732, 1077, 1099, 1099, 1099, 1099, 1099, 1099,
+     1101, 1101, 1102,  731, 1102, 1102, 1104, 1104, 1122, 1122,
+     1122, 1122, 1122, 1122, 1124, 1124, 1125,  730, 1125, 1125,
+     1126,  729, 1126, 1126, 1128, 1128, 1142, 1142, 1142, 1142,
+     1142, 1142, 1144, 1144, 1145,  728, 1145, 1145, 1147, 1147,
+
+     1156, 1156, 1156, 1156, 1156, 1156, 1158, 1158, 1159,  727,
+     1159, 1159, 1160,  726, 1160, 1160, 1162, 1162, 1168, 1168,
+     1168, 1168, 1168, 1168, 1170, 1170, 1171,  722, 1171, 1171,
+     1173, 1173, 1176, 1176, 1176, 1176, 1176, 1176, 1178, 1178,
+     1179,  721, 1179, 1179, 1180,  720, 1180, 1180, 1182, 1182,
+     1184, 1184, 1184, 1184, 1184, 1184, 1186, 1186, 1187,  719,
+     1187, 1187, 1189, 1189, 1191, 1191, 1191, 1191, 1191, 1191,
+     1193, 1193, 1194,  718, 1194, 1194, 1195,  717, 1195, 1195,
+     1196, 1196, 1197, 1197, 1197, 1197, 1197, 1197, 1199, 1199,
+     1200,  716, 1200, 1200, 1201, 1201, 1202, 1202, 1202, 1202,
+
+     1202, 1202, 1204, 1204, 1205,  715, 1205, 1205, 1206, 1206,
+     1207, 1207, 1207, 1207, 1207, 1207, 1209, 1209, 1210, 1210,
+     1211, 1211, 1211, 1211, 1211, 1211, 1213, 1213, 1214, 1214,
+     1215, 1215, 1215, 1215, 1215, 1215, 1217, 1217, 1218, 1218,
+     1219, 1219, 1219, 1219, 1219, 1219, 1221, 1221, 1222, 1222,
+     1223, 1223, 1223, 1223, 1223, 1223, 1225, 1225, 1226, 1226,
+     1227, 1227, 1227, 1227, 1227, 1227, 1229, 1229, 1230, 1230,
+     1231, 1231, 1231, 1231, 1231, 1231, 1233, 1233, 1234, 1234,
+     1235, 1235, 1235, 1235, 1235, 1235, 1237, 1237, 1238, 1238,
+     1239, 1239, 1239, 1239, 1239, 1239, 1241, 1241, 1242, 1242,
+
+     1243, 1243, 1243, 1243, 1243, 1243, 1245, 1245, 1246, 1246,
+     1247, 1247, 1247, 1247, 1247, 1247, 1249, 1249, 1250, 1250,
+     1251, 1251, 1251, 1251, 1251, 1251, 1253, 1253, 1254, 1254,
+     1255, 1255, 1255, 1255, 1255, 1255, 1257, 1257, 1258, 1258,
+     1259, 1259, 1259, 1259, 1259, 1259, 1261, 1261, 1262, 1262,
+     1263, 1263, 1263, 1263, 1263, 1263, 1265, 1265, 1266, 1266,
+     1267, 1267, 1267, 1267, 1267, 1267, 1269, 1269, 1270, 1270,
+     1271, 1271, 1271, 1271, 1271, 1271, 1273, 1273, 1274, 1274,
+     1275, 1275, 1275, 1275, 1275, 1275, 1277, 1277, 1278, 1278,
+     1279, 1279, 1279, 1279, 1279, 1279, 1281, 1281, 1282, 1282,
+
+     1283, 1283, 1283, 1283, 1283, 1283, 1285, 1285, 1286, 1286,
+     1287, 1287, 1287, 1287, 1287, 1287, 1289, 1289, 1290, 1290,
+     1291, 1291, 1291, 1291, 1291, 1291, 1293, 1293, 1294, 1294,
+     1295, 1295, 1295, 1295, 1295, 1295, 1297, 1297, 1298, 1298,
+     1299, 1299, 1299, 1299, 1299, 1299, 1301, 1301, 1302, 1302,
+     1303, 1303, 1303, 1303, 1303, 1303, 1305, 1305, 1306, 1306,
+     1307, 1307, 1307, 1307, 1307, 1307, 1309, 1309, 1310, 1310,
+     1311, 1311, 1311, 1311, 1311, 1311, 1313, 1313, 1314, 1314,
+     1315, 1315, 1315, 1315, 1315, 1315, 1317, 1317, 1318, 1318,
+     1319, 1319, 1319, 1319, 1319, 1319, 1321, 1321, 1322, 1322,
+
+     1323, 1323, 1323, 1323, 1323, 1323, 1325, 1325, 1326, 1326,
+     1327, 1327, 1327, 1327, 1327, 1327, 1329, 1329, 1330, 1330,
+     1331, 1331, 1331, 1331, 1331, 1331, 1333, 1333, 1334, 1334,
+     1335, 1335, 1335, 1335, 1335, 1335, 1337, 1337, 1338, 1338,
+     1339, 1339, 1339, 1339, 1339, 1339, 1341, 1341, 1342, 1342,
+     1343, 1343, 1343, 1343, 1343, 1343, 1345, 1345, 1346, 1346,
+     1347, 1347, 1347, 1347, 1347, 1347, 1349, 1349, 1350, 1350,
+     1351, 1351, 1351, 1351, 1351, 1351, 1353, 1353, 1354, 1354,
+     1355, 1355, 1355, 1355, 1355, 1355, 1357, 1357, 1358, 1358,
+     1359, 1359, 1359, 1359, 1359, 1359, 1361, 1361, 1362, 1362,
+
+     1363, 1363, 1363, 1363, 1363, 1363, 1365, 1365, 1366, 1366,
+     1367, 1367, 1367, 1367, 1367, 1367, 1369, 1369, 1370, 1370,
+     1371, 1371, 1371, 1371, 1371, 1371, 1373, 1373, 1374, 1374,
+     1375, 1375, 1375, 1375, 1375, 1375, 1377, 1377, 1378, 1378,
+     1379, 1379, 1379, 1379, 1379, 1379, 1381, 1381, 1382, 1382,
+     1383, 1383, 1383, 1383, 1383, 1383, 1385, 1385, 1386, 1386,
+     1387, 1387, 1387, 1387, 1387, 1387, 1389, 1389, 1390, 1390,
+     1391, 1391, 1391, 1391, 1391, 1391, 1393, 1393, 1394, 1394,
+     1395, 1395, 1395, 1395, 1395, 1395, 1397, 1397, 1398, 1398,
+     1399, 1399, 1399, 1399, 1399, 1399, 1401, 1401, 1402, 1402,
+
+     1403, 1403, 1403, 1403, 1403, 1403, 1405, 1405, 1406, 1406,
+     1407, 1407, 1407, 1407, 1407, 1407, 1409, 1409, 1410, 1410,
+     1411, 1411, 1411, 1411, 1411, 1411, 1413, 1413, 1414, 1414,
+     1415, 1415, 1415, 1415, 1415, 1415, 1417, 1417, 1418, 1418,
+     1419, 1419, 1419, 1419, 1419, 1419, 1421, 1421, 1422, 1422,
+     1423, 1423, 1423, 1423, 1423, 1423, 1425, 1425, 1426, 1426,
+     1427, 1427, 1427, 1427, 1427, 1427, 1429, 1429, 1430, 1430,
+     1430, 1430, 1430, 1430, 1432, 1432, 1433, 1433, 1433, 1433,
+     1433, 1433, 1435, 1435, 1435, 1435, 1435, 1435, 1437, 1437,
+     1437, 1437, 1437, 1437, 1439, 1439, 1439, 1439, 1439, 1439,
+
+     1441, 1441, 1441, 1441, 1441, 1441, 1443, 1443, 1443, 1443,
+     1443, 1443, 1445, 1445, 1445, 1445, 1445, 1445, 1447, 1447,
+     1447, 1447, 1447, 1447, 1449, 1449, 1449, 1449, 1449, 1449,
+     1451, 1451, 1451, 1451, 1451, 1451, 1453, 1453, 1453, 1453,
+     1453, 1453, 1455, 1455, 1455, 1455, 1455, 1455, 1457, 1457,
+     1457, 1457, 1457, 1457, 1459, 1459, 1459, 1459, 1459, 1459,
+     1461, 1461, 1461, 1461, 1461, 1461, 1463, 1463, 1463, 1463,
+     1463, 1463, 1465, 1465, 1465, 1465, 1465, 1465, 1467, 1467,
+     1467, 1467, 1467, 1467, 1469, 1469, 1469, 1469, 1469, 1469,
+     1471, 1471, 1471, 1471, 1471, 1471, 1473, 1473, 1473, 1473,
+
+     1473, 1473, 1475, 1475, 1475, 1475, 1475, 1475, 1477, 1477,
+     1477, 1477, 1477, 1477, 1479, 1479, 1479, 1479, 1479, 1479,
+     1481, 1481, 1481, 1481, 1481, 1481, 1483, 1483, 1483, 1483,
+     1483, 1483, 1485, 1485, 1485, 1485, 1485, 1485, 1487, 1487,
+     1487, 1487, 1487, 1487, 1489, 1489, 1489, 1489, 1489, 1489,
+     1491, 1491, 1491, 1491, 1491, 1491, 1493, 1493, 1493, 1493,
+     1493, 1493, 1495, 1495, 1495, 1495, 1495, 1495, 1497, 1497,
+     1497, 1497, 1497, 1497, 1499, 1499, 1499, 1499, 1499, 1499,
+     1501, 1501, 1501, 1501, 1501, 1501, 1503, 1503, 1503, 1503,
+     1503, 1503, 1505, 1505, 1505, 1505, 1505, 1505, 1507, 1507,
+
+     1507, 1507, 1507, 1507, 1509, 1509, 1509, 1509, 1509, 1509,
+     1511, 1511, 1511, 1511, 1511, 1511, 1513, 1513, 1513, 1513,
+     1513, 1513, 1515, 1515, 1515, 1515, 1515, 1515, 1517, 1517,
+     1517, 1517, 1517, 1517, 1519, 1519, 1519, 1519, 1519, 1519,
+     1521, 1521, 1521, 1521, 1521, 1521, 1523, 1523, 1523, 1523,
+     1523, 1523, 1525, 1525, 1525, 1525, 1525, 1525, 1527, 1527,
+     1527, 1527, 1527, 1527, 1529, 1529, 1529, 1529, 1529, 1529,
+     1531, 1531, 1531, 1531, 1531, 1531, 1533, 1533, 1533, 1533,
+     1533, 1533, 1535, 1535, 1535, 1535, 1535, 1535, 1537, 1537,
+     1537, 1537, 1537, 1537, 1539, 1539, 1539, 1539, 1539, 1539,
+
+     1541, 1541, 1541, 1541, 1541, 1541, 1543, 1543, 1543, 1543,
+     1543, 1543, 1545, 1545, 1545, 1545, 1545, 1545, 1547, 1547,
+     1547, 1547, 1547, 1547, 1549, 1549, 1549, 1549, 1549, 1549,
+     1551, 1551, 1551, 1551, 1551, 1551, 1553, 1553, 1553, 1553,
+     1553, 1553, 1555, 1555, 1555, 1555, 1555, 1555, 1557, 1557,
+     1557, 1557, 1557, 1557, 1559, 1559, 1559, 1559, 1559, 1559,
+     1561, 1561, 1561, 1561, 1561, 1561, 1563, 1563, 1563, 1563,
+     1563, 1563, 1565, 1565, 1565, 1565, 1565, 1565, 1567, 1567,
+     1567, 1567, 1567, 1567, 1569, 1569, 1569, 1569, 1569, 1569,
+     1571, 1571, 1571, 1571, 1571, 1571, 1573, 1573, 1573, 1573,
+
+     1573, 1573, 1575, 1575, 1575, 1575, 1575, 1575, 1577, 1577,
+     1577, 1577, 1577, 1577, 1579, 1579, 1579, 1579, 1579, 1579,
+     1581, 1581, 1581, 1581, 1581, 1581, 1583, 1583, 1583, 1583,
+     1583, 1583, 1585, 1585, 1585, 1585, 1585, 1585, 1587, 1587,
+     1587, 1587, 1587, 1587, 1589, 1589, 1589, 1589, 1589, 1589,
+     1591, 1591, 1591, 1591, 1591, 1591, 1593, 1593, 1593, 1593,
+     1593, 1593, 1595, 1595, 1595, 1595, 1595, 1595, 1597, 1597,
+     1597, 1597, 1597, 1597, 1599, 1599, 1599, 1599, 1599, 1599,
+     1601, 1601, 1601, 1601, 1601, 1601, 1603, 1603, 1603, 1603,
+     1603, 1603, 1605, 1605, 1605, 1605, 1605, 1605, 1607, 1607,
+
+     1607, 1607, 1607, 1607, 1609, 1609, 1609, 1609, 1609, 1609,
+     1611, 1611, 1611, 1611, 1611, 1611, 1613, 1613, 1613, 1613,
+     1613, 1613, 1615, 1615, 1615, 1615, 1615, 1615, 1617, 1617,
+     1617, 1617, 1617, 1617, 1619, 1619, 1619, 1619, 1619, 1619,
+     1621, 1621, 1621, 1621, 1621, 1621, 1623, 1623, 1623, 1623,
+     1623, 1623, 1625, 1625, 1625, 1625, 1625, 1625, 1627, 1627,
+     1627, 1627, 1627, 1627, 1629, 1629, 1629, 1629, 1629, 1629,
+     1631, 1631, 1631, 1631, 1631, 1631, 1633, 1633, 1633, 1633,
+     1633, 1633, 1635, 1635, 1635, 1635, 1635, 1635, 1637, 1637,
+     1637, 1637, 1637, 1637, 1639, 1639, 1639, 1639, 1639, 1639,
+
+     1641, 1641, 1641, 1641, 1641, 1641, 1643, 1643, 1643, 1643,
+     1643, 1643, 1645, 1645, 1645, 1645, 1645, 1645, 1647, 1647,
+     1647, 1647, 1647, 1647, 1649, 1649, 1649, 1649, 1649, 1649,
+     1651, 1651, 1651, 1651, 1651, 1651, 1653, 1653, 1653, 1653,
+     1653, 1653, 1655, 1655, 1655, 1655, 1655, 1655, 1657, 1657,
+     1657, 1657, 1657, 1657, 1659, 1659, 1659, 1659, 1659, 1659,
+     1661, 1661, 1661, 1661, 1661, 1661, 1663, 1663, 1663, 1663,
+     1663, 1663, 1665, 1665, 1665, 1665, 1665, 1665, 1667, 1667,
+     1667, 1667, 1667, 1667, 1669, 1669, 1669, 1669, 1669, 1669,
+     1671, 1671, 1671, 1671, 1671, 1671, 1673, 1673, 1673, 1673,
+
+     1673, 1673, 1675, 1675, 1675, 1675, 1675, 1675, 1677, 1677,
+     1677, 1677, 1677, 1677, 1679, 1679, 1679, 1679, 1679, 1679,
+     1681, 1681, 1681, 1681, 1681, 1681, 1683, 1683, 1683, 1683,
+     1683, 1683, 1685, 1685, 1685, 1685, 1685, 1685, 1687, 1687,
+     1687, 1687, 1687, 1687, 1689, 1689, 1689, 1689, 1689, 1689,
+     1691, 1691, 1691, 1691, 1691, 1691, 1693, 1693, 1693, 1693,
+     1693, 1693, 1695, 1695, 1695, 1695, 1695, 1695, 1697, 1697,
+     1697, 1697, 1697, 1697, 1699, 1699, 1699, 1699, 1699, 1699,
+     1701, 1701, 1701, 1701, 1701, 1701, 1703, 1703, 1703, 1703,
+     1703, 1703, 1705, 1705, 1705, 1705, 1705, 1705, 1707, 1707,
+
+     1707, 1707, 1707, 1707, 1709, 1709, 1709, 1709, 1709, 1709,
+     1711, 1711, 1711, 1711, 1711, 1711, 1713, 1713, 1713, 1713,
+     1713, 1713, 1715, 1715, 1715, 1715, 1715, 1715, 1717, 1717,
+     1717, 1717, 1717, 1717, 1719, 1719, 1719, 1719, 1719, 1719,
+     1721, 1721, 1721, 1721, 1721, 1721, 1723, 1723, 1723, 1723,
+     1723, 1723, 1725, 1725, 1725, 1725, 1725, 1725, 1727, 1727,
+     1727, 1727, 1727, 1727, 1729, 1729, 1729, 1729, 1729, 1729,
+     1731, 1731, 1731, 1731, 1731, 1731, 1733, 1733, 1733, 1733,
+     1733, 1733, 1735, 1735, 1735, 1735, 1735, 1735, 1737, 1737,
+     1737, 1737, 1737, 1737, 1739, 1739, 1739, 1739, 1739, 1739,
+
+     1741, 1741, 1741, 1741, 1741, 1741, 1743, 1743, 1743, 1743,
+     1743, 1743, 1745, 1745, 1745, 1745, 1745, 1745, 1747, 1747,
+     1747, 1747, 1747, 1747, 1749, 1749, 1749, 1749, 1749, 1749,
+     1751, 1751, 1751, 1751, 1751, 1751, 1753, 1753, 1753, 1753,
+     1753, 1753, 1755, 1755, 1755, 1755, 1755, 1755, 1757, 1757,
+     1757, 1757, 1757, 1757, 1759, 1759, 1759, 1759, 1759, 1759,
+     1761, 1761, 1761, 1761, 1761, 1761, 1763, 1763, 1763, 1763,
+     1763, 1763, 1765, 1765, 1765, 1765, 1765, 1765, 1767, 1767,
+     1767, 1767, 1767, 1767, 1769, 1769, 1769, 1769, 1769, 1769,
+     1771, 1771, 1771, 1771, 1771, 1771, 1773, 1773, 1773, 1773,
+
+     1773, 1773, 1775, 1775, 1775, 1775, 1775, 1775, 1777, 1777,
+     1777, 1777, 1777, 1777, 1779, 1779, 1779, 1779, 1779, 1779,
+      714,  713,  712,  711,  710,  709,  708,  707,  706,  705,
+      704,  703,  702,  701,  700,  699,  698,  697,  696,  695,
+      694,  693,  692,  691,  690,  689,  688,  687,  675, 1782,
+      668,  667,  666,  665,  664,  663,  662,  661,  660,  659,
+      658,  657,  656,  655,  654,  653,  652,  651,  650,  649,
+      646,  645,  644,  643,  642,  641,  640,  639,  638,  637,
+      636,  635,  634,  633,  632,  631,  630,  629,  628,  627,
+      626,  625,  624,  623,  622,  621,  620,  619,  618,  617,
+
+      616,  615,  614,  613,  612,  611,  610,  609,  608,  607,
+      606,  605,  604,  603,  602,  601,  600,  589,  585, 1782,
+      579,  578,  577,  576,  575,  574,  573,  572,  571,  570,
+      569,  568,  567,  566,  565,  564,  563,  562,  561,  560,
+      559,  558,  557,  556,  555,  554,  553,  552,  551,  550,
+      549,  548,  547,  546,  545,  544,  543,  542,  541,  540,
+      539,  538,  537,  536,  535,  534,  533,  532,  531,  530,
+      529,  528,  527,  526,  525,  524,  523,  522,  521,  520,
+      519,  518,  517,  516,  515,  514,  513,  512,  511,  508,
+      507,  506,  505,  205,  495, 1782,  486,  485,  484,  483,
+
+      482,  481,  480,  479,  478,  477,  476,  475,  474,  473,
+      472,  471,  470,  469,  468,  467,  466,  465,  464,  461,
+      460,  459,  458,  457,  456,  455,  454,  453,  452,  451,
+      450,  447,  446,  445,  444,  443,  442,  441,  440,  439,
+      438,  437,  436,  435,  434,  433,  432,  431,  430,  429,
+      428,  427,  426,  425,  424,  423,  422,  421,  420,  419,
+      418,  417,  416,  415,  414,  413,  412,  411,  410,  409,
+      408,  407,  115,  205,  394, 1782,  387,  386,  385,  382,
+      381,  380,  379,  378,  377,  376,  375,  374,  373,  372,
+      371,  370,  369,  368,  367,  366,  363,  362,  361,  360,
+
+      359,  358,  357,  356,  355,  354,  353,  352,  349,  348,
+      347,  346,  345,  344,  343,  342,  341,  340,  339,  336,
+      335,  334,  333,  332,  331,  330,  329,  328,  327,  326,
+      325,  324,  323,  322,  321,  320,  319,  318,  317,  316,
+      315,  314,  313,  312,  311,  310,  309,  115,  205,   44,
+     1782,  291,  290,  289,  288,  287,  286,  285,  284,  283,
+      280,  279,  278,  277,  276,  275,  274,  273,  272,  271,
+      270,  267,  266,  257,  256,  255,  254,  253,  252,  249,
+      248,  247,  246,  245,  244,  243,  242,  241,  240,  236,
+      235,  234,  233,  232,  231,  230,  229,  228,  225,  222,
+
+      221,  218,  217,  216,  215,  213,  212,  211,  115,  117,
+      205, 1782,  193,  192,  191,  190,  187,  186,  185,  184,
+      183,  182,  181,  180,  179,  178,  177,  176,  175,  174,
+      171,  170,  167,  166,  165,  164,  163,  162,  159,  158,
+      157,  156,  152,  151,  150,  149,  139,  138,  137,  128,
+      122,  121,  120,  115,  115, 1782,  105,  102,   74,   73,
+       67,   48, 1782,    3, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782
+    } ;
+
+static yyconst flex_int16_t yy_chk[4609] =
+    {   0,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    7,    7,   14,   28,   26,   16,
+       16,   16,   27,   14,   28,   14,   16,   26,   27,   21,
+        7,   10,   16,   10,   10,   10,   10,   10,   34,   10,
+       10,   10,   21,   34,   10,   10,   10,   10,   10,   10,
+       25,   31,   31,   76,   25,   19,   19,   19,   25,   76,
+       10,   13,   19,   13,   13,   13,   13,   22,   19,   53,
+
+       29,   13,   29,   22,   29,   22,   32,   58,   58,  712,
+       32,   36,   36,   53,   54,   29,   42,   42,   42,   42,
+       13,   15,   48,   15,   15,   15,   15,   36,  118,   56,
+       56,   15,   56,   48,  156,  156,  118,   15,   54,   15,
+       62,   57,   48,   57,   15,   64,   65,   86,   54,   57,
+       15,   17,   57,   63,   62,   65,   63,   66,   71,  713,
+       63,   64,   83,   86,   71,  714,   66,   83,   17,   63,
+       17,  183,   71,  101,  129,   17,  129,  101,   17,   17,
+       17,   17,   18,  288,  183,   18,   18,   18,  133,  130,
+       18,  130,   18,  164,  106,  106,  133,  288,   18,   30,
+
+       30,  164,  411,  411,   30,   30,   30,  164,  165,   30,
+      106,   30,  165,   30,   30,  110,  110,  110,  110,   30,
+       43,  716,   43,   43,   43,   43,   43,  169,   43,   43,
+       43,  169,  717,   43,   43,   43,   43,   43,   43,  109,
+      166,  109,  109,  109,  109,  718,  555,  240,  119,   43,
+       45,  240,   45,   45,   45,   45,  119,  166,  135,  119,
+       45,  135,  145,  555,  145,  194,  194,  363,  119,  205,
+      166,  145,  197,  197,  197,  197,  363,  205,  208,   45,
+       52,  194,   52,   52,   52,   52,  208,  719,  720,  198,
+       52,  198,  198,  198,  198,  199,   52,  199,  199,  199,
+
+      199,  200,  200,  200,  200,  254,  292,  292,  254,   52,
+      111,  722,  111,  111,  111,  111,  111,  723,  111,  111,
+      111,  210,  292,  111,  111,  111,  111,  111,  111,  210,
+      267,  724,  210,  267,  296,  296,  296,  296,  303,  111,
+      112,  210,  112,  112,  112,  112,  303,  725,  306,  295,
+      112,  295,  295,  295,  295,  298,  306,  298,  298,  298,
+      298,  299,  726,  299,  299,  299,  299,  350,  307,  112,
+      123,  400,  123,  123,  123,  123,  307,  350,  727,  400,
+      123,  401,  300,  300,  300,  300,  308,  403,  404,  401,
+      300,  388,  388,  728,  308,  403,  404,  308,  123,  123,
+
+      201,  201,  201,  201,  201,  729,  308,  388,  201,  300,
+      391,  391,  391,  391,  392,  730,  392,  392,  392,  392,
+      393,  731,  393,  393,  393,  393,  590,  201,  394,  394,
+      394,  394,  396,  732,  396,  396,  396,  396,  397,  397,
+      397,  397,  406,  487,  487,  590,  397,  733,  734,  735,
+      406,  490,  490,  490,  490,  491,  491,  491,  491,  487,
+      495,  495,  495,  495,  493,  397,  493,  493,  493,  493,
+      494,  736,  494,  494,  494,  494,  497,  497,  497,  497,
+      499,  500,  502,  503,  497,  580,  580,  737,  499,  500,
+      502,  503,  504,  504,  504,  504,  583,  583,  583,  583,
+
+      738,  580,  739,  497,  584,  584,  584,  584,  585,  585,
+      585,  585,  587,  740,  587,  587,  587,  587,  588,  741,
+      588,  588,  588,  588,  589,  589,  589,  589,  592,  593,
+      594,  596,  597,  742,  680,  743,  592,  593,  594,  596,
+      597,  599,  680,  599,  744,  599,  599,  599,  599,  599,
+      641,  661,  641,  745,  641,  661,  669,  669,  673,  673,
+      673,  673,  674,  674,  674,  674,  675,  675,  675,  675,
+      681,  677,  669,  677,  677,  677,  677,  678,  681,  678,
+      678,  678,  678,  683,  684,  685,  685,  685,  685,  746,
+      747,  683,  684,  686,  748,  686,  749,  686,  686,  686,
+
+      686,  686,  750,  750,  751,  754,  754,  754,  754,  755,
+      755,  755,  755,  756,  756,  756,  756,  757,  750,  758,
+      759,  758,  758,  758,  758,  760,  761,  763,  759,  764,
+      768,  769,  771,  760,  761,  763,  766,  764,  766,  766,
+      766,  766,  767,  772,  767,  774,  775,  776,  777,  778,
+      767,  779,  782,  783,  784,  785,  786,  787,  788,  789,
+      790,  791,  793,  794,  795,  796,  797,  798,  799,  800,
+      801,  802,  803,  804,  805,  806,  807,  808,  809,  810,
+      811,  812,  813,  814,  816,  817,  818,  819,  820,  821,
+      822,  823,  824,  826,  827,  828,  828,  829,  832,  832,
+
+      832,  832,  833,  833,  833,  833,  834,  834,  834,  834,
+      835,  828,  836,  837,  839,  840,  841,  841,  841,  841,
+      836,  837,  839,  840,  842,  844,  842,  842,  842,  842,
+      845,  846,  847,  849,  850,  851,  852,  853,  856,  857,
+      858,  859,  860,  861,  862,  863,  864,  865,  866,  867,
+      869,  871,  872,  873,  874,  877,  879,  880,  881,  882,
+      883,  886,  889,  890,  891,  892,  894,  896,  896,  897,
+      900,  900,  900,  900,  901,  901,  901,  901,  902,  902,
+      902,  902,  903,  896,  904,  905,  907,  908,  911,  913,
+      903,  914,  904,  905,  907,  908,  910,  915,  910,  910,
+
+      910,  910,  916,  917,  918,  919,  921,  922,  923,  924,
+      925,  926,  927,  928,  929,  930,  931,  932,  933,  934,
+      924,  935,  936,  937,  938,  940,  942,  943,  944,  945,
+      946,  947,  948,  949,  950,  950,  951,  954,  954,  954,
+      954,  955,  955,  955,  955,  956,  957,  959,  960,  963,
+      950,  965,  966,  956,  957,  959,  961,  961,  961,  961,
+      962,  967,  962,  962,  962,  962,  968,  971,  972,  973,
+      974,  975,  976,  977,  978,  979,  980,  981,  983,  984,
+      986,  988,  989,  990,  991,  993,  994,  995,  996,  998,
+      998,  999, 1002, 1002, 1002, 1002, 1003, 1005, 1004, 1007,
+
+     1008, 1010, 1011, 1012, 1003,  998, 1004, 1007, 1009, 1009,
+     1009, 1009, 1013, 1014, 1016, 1017, 1018, 1019, 1021, 1022,
+     1023, 1024, 1025, 1028, 1029, 1030, 1031, 1032, 1033, 1034,
+     1035, 1036, 1037, 1038, 1038, 1039, 1042, 1043, 1045, 1046,
+     1046, 1046, 1046, 1047, 1042, 1043, 1048, 1049, 1050, 1038,
+     1051, 1052, 1053, 1054, 1055, 1057, 1058, 1059, 1062, 1063,
+     1064, 1065, 1066, 1067, 1068, 1069, 1070, 1070, 1071, 1073,
+     1074, 1077, 1079, 1080, 1081, 1082, 1083, 1073, 1074, 1085,
+     1086, 1087, 1070, 1088, 1089, 1090, 1091, 1092, 1093, 1094,
+     1095, 1097, 1099, 1099, 1100, 1102, 1103, 1105, 1106, 1108,
+
+     1109, 1110, 1111, 1102, 1103, 1112, 1113, 1114, 1099, 1115,
+     1116, 1117, 1121, 1122, 1122, 1123, 1125, 1126, 1129, 1130,
+     1131, 1133, 1135, 1138, 1125, 1126, 1139, 1140, 1143, 1122,
+     1142, 1142, 1145, 1146, 1150, 1151, 1152, 1154, 1155, 1157,
+     1145, 1146, 1156, 1156, 1159, 1160, 1142, 1165, 1166, 1168,
+     1168, 1169, 1159, 1160, 1171, 1172, 1174, 1177, 1156, 1176,
+     1176, 1179, 1171, 1172, 1180, 1168, 1183, 1184, 1184, 1179,
+     1185, 1187, 1180, 1188, 1192, 1176, 1191, 1191, 1194, 1187,
+     1195, 1188, 1198, 1184, 1197, 1197, 1194, 1200, 1195, 1202,
+     1202, 1203, 1191, 1205, 1208, 1200, 1207, 1207, 1211, 1211,
+
+     1197, 1205, 1212, 1215, 1215, 1202, 1216, 1219, 1219, 1220,
+     1223, 1223, 1207, 1224, 1211, 1227, 1227, 1228, 1232, 1215,
+     1231, 1231, 1236, 1219, 1235, 1235, 1223, 1239, 1239, 1240,
+     1244, 1227, 1243, 1243, 1247, 1247, 1231, 1248, 1251, 1251,
+     1235, 1252, 1256, 1239, 1255, 1255, 1259, 1259, 1243, 1260,
+     1247, 1263, 1263, 1264, 1251, 1267, 1267, 1268, 1271, 1271,
+     1255, 1272, 1259, 1275, 1275, 1276, 1280, 1263, 1279, 1279,
+     1284, 1267, 1283, 1283, 1271, 1287, 1287, 1288, 1292, 1275,
+     1291, 1291, 1295, 1295, 1279, 1296, 1299, 1299, 1283, 1300,
+     1304, 1287, 1303, 1303, 1307, 1307, 1291, 1308, 1295, 1311,
+
+     1311, 1312, 1299, 1315, 1315, 1316, 1319, 1319, 1303, 1320,
+     1307, 1323, 1323, 1324, 1328, 1311, 1327, 1327, 1332, 1315,
+     1331, 1331, 1319, 1335, 1335, 1336, 1340, 1323, 1339, 1339,
+     1343, 1343, 1327, 1344, 1347, 1347, 1331, 1348, 1352, 1335,
+     1351, 1351, 1355, 1355, 1339, 1356, 1343, 1359, 1359, 1360,
+     1347, 1363, 1363, 1364, 1367, 1367, 1351, 1368, 1355, 1371,
+     1371, 1372, 1376, 1359, 1375, 1375, 1380, 1363, 1379, 1379,
+     1367, 1383, 1383, 1384, 1388, 1371, 1387, 1387, 1391, 1391,
+     1375, 1392, 1395, 1395, 1379, 1396, 1400, 1383, 1399, 1399,
+     1403, 1403, 1387, 1404, 1391, 1407, 1407, 1408, 1395, 1411,
+
+     1411, 1412, 1415, 1415, 1399, 1416, 1403, 1419, 1419, 1420,
+     1424, 1407, 1423, 1423, 1428, 1411, 1427, 1427, 1415, 1430,
+     1430, 1431, 1434, 1419, 1433, 1433, 1435, 1435, 1423, 1436,
+     1437, 1437, 1427, 1438, 1440, 1430, 1439, 1439, 1441, 1441,
+     1433, 1442, 1435, 1443, 1443, 1444, 1437, 1445, 1445, 1446,
+     1447, 1447, 1439, 1448, 1441, 1449, 1449, 1450, 1452, 1443,
+     1451, 1451, 1454, 1445, 1453, 1453, 1447, 1455, 1455, 1456,
+     1458, 1449, 1457, 1457, 1459, 1459, 1451, 1460, 1461, 1461,
+     1453, 1462, 1464, 1455, 1463, 1463, 1465, 1465, 1457, 1466,
+     1459, 1467, 1467, 1468, 1461, 1469, 1469, 1470, 1471, 1471,
+
+     1463, 1472, 1465, 1473, 1473, 1474, 1476, 1467, 1475, 1475,
+     1478, 1469, 1477, 1477, 1471, 1479, 1479, 1480, 1482, 1473,
+     1481, 1481, 1483, 1483, 1475, 1484, 1485, 1485, 1477, 1486,
+     1488, 1479, 1487, 1487, 1489, 1489, 1481, 1490, 1483, 1491,
+     1491, 1492, 1485, 1493, 1493, 1494, 1495, 1495, 1487, 1496,
+     1489, 1497, 1497, 1498, 1500, 1491, 1499, 1499, 1502, 1493,
+     1501, 1501, 1495, 1503, 1503, 1504, 1506, 1497, 1505, 1505,
+     1507, 1507, 1499, 1508, 1509, 1509, 1501, 1510, 1512, 1503,
+     1511, 1511, 1513, 1513, 1505, 1514, 1507, 1515, 1515, 1516,
+     1509, 1517, 1517, 1518, 1519, 1519, 1511, 1520, 1513, 1521,
+
+     1521, 1522, 1524, 1515, 1523, 1523, 1526, 1517, 1525, 1525,
+     1519, 1527, 1527, 1528, 1530, 1521, 1529, 1529, 1531, 1531,
+     1523, 1532, 1533, 1533, 1525, 1534, 1536, 1527, 1535, 1535,
+     1537, 1537, 1529, 1538, 1531, 1539, 1539, 1540, 1533, 1541,
+     1541, 1542, 1543, 1543, 1535, 1544, 1537, 1545, 1545, 1546,
+     1548, 1539, 1547, 1547, 1550, 1541, 1549, 1549, 1543, 1551,
+     1551, 1552, 1554, 1545, 1553, 1553, 1555, 1555, 1547, 1556,
+     1557, 1557, 1549, 1558, 1560, 1551, 1559, 1559, 1561, 1561,
+     1553, 1562, 1555, 1563, 1563, 1564, 1557, 1565, 1565, 1566,
+     1567, 1567, 1559, 1568, 1561, 1569, 1569, 1570, 1572, 1563,
+
+     1571, 1571, 1574, 1565, 1573, 1573, 1567, 1575, 1575, 1576,
+     1578, 1569, 1577, 1577, 1579, 1579, 1571, 1580, 1581, 1581,
+     1573, 1582, 1584, 1575, 1583, 1583, 1585, 1585, 1577, 1586,
+     1579, 1587, 1587, 1588, 1581, 1589, 1589, 1590, 1591, 1591,
+     1583, 1592, 1585, 1593, 1593, 1594, 1596, 1587, 1595, 1595,
+     1598, 1589, 1597, 1597, 1591, 1599, 1599, 1600, 1602, 1593,
+     1601, 1601, 1603, 1603, 1595, 1604, 1605, 1605, 1597, 1606,
+     1608, 1599, 1607, 1607, 1609, 1609, 1601, 1610, 1603, 1611,
+     1611, 1612, 1605, 1613, 1613, 1614, 1615, 1615, 1607, 1616,
+     1609, 1617, 1617, 1618, 1620, 1611, 1619, 1619, 1622, 1613,
+
+     1621, 1621, 1615, 1623, 1623, 1624, 1626, 1617, 1625, 1625,
+     1627, 1627, 1619, 1628, 1629, 1629, 1621, 1630, 1632, 1623,
+     1631, 1631, 1633, 1633, 1625, 1634, 1627, 1635, 1635, 1636,
+     1629, 1637, 1637, 1638, 1639, 1639, 1631, 1640, 1633, 1641,
+     1641, 1642, 1644, 1635, 1643, 1643, 1646, 1637, 1645, 1645,
+     1639, 1647, 1647, 1648, 1650, 1641, 1649, 1649, 1651, 1651,
+     1643, 1652, 1653, 1653, 1645, 1654, 1656, 1647, 1655, 1655,
+     1657, 1657, 1649, 1658, 1651, 1659, 1659, 1660, 1653, 1661,
+     1661, 1662, 1663, 1663, 1655, 1664, 1657, 1665, 1665, 1666,
+     1668, 1659, 1667, 1667, 1670, 1661, 1669, 1669, 1663, 1671,
+
+     1671, 1672, 1674, 1665, 1673, 1673, 1675, 1675, 1667, 1676,
+     1677, 1677, 1669, 1678, 1680, 1671, 1679, 1679, 1681, 1681,
+     1673, 1682, 1675, 1683, 1683, 1684, 1677, 1685, 1685, 1686,
+     1687, 1687, 1679, 1688, 1681, 1689, 1689, 1690, 1692, 1683,
+     1691, 1691, 1694, 1685, 1693, 1693, 1687, 1695, 1695, 1696,
+     1698, 1689, 1697, 1697, 1699, 1699, 1691, 1700, 1701, 1701,
+     1693, 1702, 1704, 1695, 1703, 1703, 1705, 1705, 1697, 1706,
+     1699, 1707, 1707, 1708, 1701, 1709, 1709, 1710, 1711, 1711,
+     1703, 1712, 1705, 1713, 1713, 1714, 1716, 1707, 1715, 1715,
+     1718, 1709, 1717, 1717, 1711, 1719, 1719, 1720, 1722, 1713,
+
+     1721, 1721, 1723, 1723, 1715, 1724, 1725, 1725, 1717, 1726,
+     1728, 1719, 1727, 1727, 1729, 1729, 1721, 1730, 1723, 1731,
+     1731, 1732, 1725, 1733, 1733, 1734, 1735, 1735, 1727, 1736,
+     1729, 1737, 1737, 1738, 1740, 1731, 1739, 1739, 1742, 1733,
+     1741, 1741, 1735, 1743, 1743, 1744, 1746, 1737, 1745, 1745,
+     1747, 1747, 1739, 1748, 1749, 1749, 1741, 1750, 1752, 1743,
+     1751, 1751, 1753, 1753, 1745, 1754, 1747, 1755, 1755, 1756,
+     1749, 1757, 1757, 1758, 1759, 1759, 1751, 1760, 1753, 1761,
+     1761, 1762, 1764, 1755, 1763, 1763, 1766, 1757, 1765, 1765,
+     1759, 1767, 1767, 1768, 1770, 1761, 1769, 1769, 1771, 1771,
+
+     1763, 1772, 1773, 1773, 1765, 1774, 1776, 1767, 1775, 1775,
+     1777, 1777, 1769, 1778, 1771, 1805, 1819, 1833, 1773, 1847,
+     1861, 1884, 1894, 1904, 1775, 1914, 1777, 1783, 1783, 1783,
+     1783, 1783, 1783, 1784,  711, 1784, 1784, 1784, 1784, 1785,
+     1785, 1786, 1786, 1787, 1787, 1787, 1787, 1787, 1787, 1788,
+     1788, 1789, 1789, 1790, 1790, 1791,  710, 1791, 1792, 1792,
+     1792, 1792, 1792, 1792, 1793, 1793, 1794, 1794, 1795, 1795,
+     1796, 1796, 1797,  709, 1797, 1797, 1798, 1798, 1798, 1798,
+     1798, 1798, 1799, 1799, 1800, 1800, 1801,  708, 1801, 1801,
+     1802, 1802, 1803, 1803, 1804,  707, 1804, 1804, 1806, 1806,
+
+     1806, 1806, 1806, 1806, 1807, 1807, 1808, 1808, 1809,  706,
+     1809, 1809, 1810, 1810, 1811,  704, 1811, 1811, 1812,  703,
+     1812, 1812, 1813, 1813, 1813, 1813, 1813, 1813, 1814, 1814,
+     1815,  702, 1815, 1815, 1816,  701, 1816, 1816, 1817, 1817,
+     1818,  700, 1818, 1818, 1820, 1820, 1820, 1820, 1820, 1820,
+     1821, 1821, 1822,  699, 1822, 1822, 1823,  698, 1823, 1823,
+     1824, 1824, 1825,  697, 1825, 1825, 1826,  696, 1826, 1826,
+     1827, 1827, 1827, 1827, 1827, 1827, 1828, 1828, 1829,  695,
+     1829, 1829, 1830,  694, 1830, 1830, 1831, 1831, 1832,  693,
+     1832, 1832, 1834, 1834, 1834, 1834, 1834, 1834, 1835, 1835,
+
+     1836,  692, 1836, 1836, 1837,  691, 1837, 1837, 1838, 1838,
+     1839,  690, 1839, 1839, 1840,  689, 1840, 1840, 1841, 1841,
+     1841, 1841, 1841, 1841, 1842, 1842, 1843,  688, 1843, 1843,
+     1844,  687, 1844, 1844, 1845, 1845, 1846,  676, 1846, 1846,
+     1848, 1848, 1848, 1848, 1848, 1848, 1849, 1849, 1850,  670,
+     1850, 1850, 1851,  668, 1851, 1851, 1852, 1852, 1853,  667,
+     1853, 1853, 1854,  666, 1854, 1854, 1855, 1855, 1855, 1855,
+     1855, 1855, 1856, 1856, 1857,  664, 1857, 1857, 1858,  663,
+     1858, 1858, 1859, 1859, 1860,  662, 1860, 1860, 1862, 1862,
+     1862, 1862, 1862, 1862, 1863, 1863, 1864,  660, 1864, 1864,
+
+     1865,  659, 1865, 1865, 1866, 1866, 1867,  658, 1867, 1867,
+     1868,  657, 1868, 1869, 1869, 1869, 1869, 1869, 1869, 1870,
+     1870, 1871,  655, 1871, 1871, 1872,  654, 1872, 1873, 1873,
+     1874,  652, 1874, 1875, 1875, 1875, 1875, 1875, 1875, 1876,
+     1876, 1877,  651, 1877, 1877, 1878,  650, 1878, 1878, 1879,
+     1879, 1880,  648, 1880, 1881, 1881, 1881, 1881, 1881, 1881,
+     1882, 1882, 1883,  647, 1883, 1883, 1885, 1885, 1886, 1886,
+     1886, 1886, 1886, 1886, 1887, 1887, 1888,  646, 1888, 1888,
+     1889,  645, 1889, 1889, 1890, 1890, 1891, 1891, 1891, 1891,
+     1891, 1891, 1892, 1892, 1893,  644, 1893, 1893, 1895, 1895,
+
+     1896, 1896, 1896, 1896, 1896, 1896, 1897, 1897, 1898,  643,
+     1898, 1898, 1899,  642, 1899, 1899, 1900, 1900, 1901, 1901,
+     1901, 1901, 1901, 1901, 1902, 1902, 1903,  640, 1903, 1903,
+     1905, 1905, 1906, 1906, 1906, 1906, 1906, 1906, 1907, 1907,
+     1908,  639, 1908, 1908, 1909,  637, 1909, 1909, 1910, 1910,
+     1911, 1911, 1911, 1911, 1911, 1911, 1912, 1912, 1913,  636,
+     1913, 1913, 1915, 1915, 1916, 1916, 1916, 1916, 1916, 1916,
+     1917, 1917, 1918,  635, 1918, 1918, 1919,  634, 1919, 1919,
+     1920, 1920, 1921, 1921, 1921, 1921, 1921, 1921, 1922, 1922,
+     1923,  632, 1923, 1923, 1924, 1924, 1925, 1925, 1925, 1925,
+
+     1925, 1925, 1926, 1926, 1927,  631, 1927, 1927, 1928, 1928,
+     1929, 1929, 1929, 1929, 1929, 1929, 1930, 1930, 1931, 1931,
+     1932, 1932, 1932, 1932, 1932, 1932, 1933, 1933, 1934, 1934,
+     1935, 1935, 1935, 1935, 1935, 1935, 1936, 1936, 1937, 1937,
+     1938, 1938, 1938, 1938, 1938, 1938, 1939, 1939, 1940, 1940,
+     1941, 1941, 1941, 1941, 1941, 1941, 1942, 1942, 1943, 1943,
+     1944, 1944, 1944, 1944, 1944, 1944, 1945, 1945, 1946, 1946,
+     1947, 1947, 1947, 1947, 1947, 1947, 1948, 1948, 1949, 1949,
+     1950, 1950, 1950, 1950, 1950, 1950, 1951, 1951, 1952, 1952,
+     1953, 1953, 1953, 1953, 1953, 1953, 1954, 1954, 1955, 1955,
+
+     1956, 1956, 1956, 1956, 1956, 1956, 1957, 1957, 1958, 1958,
+     1959, 1959, 1959, 1959, 1959, 1959, 1960, 1960, 1961, 1961,
+     1962, 1962, 1962, 1962, 1962, 1962, 1963, 1963, 1964, 1964,
+     1965, 1965, 1965, 1965, 1965, 1965, 1966, 1966, 1967, 1967,
+     1968, 1968, 1968, 1968, 1968, 1968, 1969, 1969, 1970, 1970,
+     1971, 1971, 1971, 1971, 1971, 1971, 1972, 1972, 1973, 1973,
+     1974, 1974, 1974, 1974, 1974, 1974, 1975, 1975, 1976, 1976,
+     1977, 1977, 1977, 1977, 1977, 1977, 1978, 1978, 1979, 1979,
+     1980, 1980, 1980, 1980, 1980, 1980, 1981, 1981, 1982, 1982,
+     1983, 1983, 1983, 1983, 1983, 1983, 1984, 1984, 1985, 1985,
+
+     1986, 1986, 1986, 1986, 1986, 1986, 1987, 1987, 1988, 1988,
+     1989, 1989, 1989, 1989, 1989, 1989, 1990, 1990, 1991, 1991,
+     1992, 1992, 1992, 1992, 1992, 1992, 1993, 1993, 1994, 1994,
+     1995, 1995, 1995, 1995, 1995, 1995, 1996, 1996, 1997, 1997,
+     1998, 1998, 1998, 1998, 1998, 1998, 1999, 1999, 2000, 2000,
+     2001, 2001, 2001, 2001, 2001, 2001, 2002, 2002, 2003, 2003,
+     2004, 2004, 2004, 2004, 2004, 2004, 2005, 2005, 2006, 2006,
+     2007, 2007, 2007, 2007, 2007, 2007, 2008, 2008, 2009, 2009,
+     2010, 2010, 2010, 2010, 2010, 2010, 2011, 2011, 2012, 2012,
+     2013, 2013, 2013, 2013, 2013, 2013, 2014, 2014, 2015, 2015,
+
+     2016, 2016, 2016, 2016, 2016, 2016, 2017, 2017, 2018, 2018,
+     2019, 2019, 2019, 2019, 2019, 2019, 2020, 2020, 2021, 2021,
+     2022, 2022, 2022, 2022, 2022, 2022, 2023, 2023, 2024, 2024,
+     2025, 2025, 2025, 2025, 2025, 2025, 2026, 2026, 2027, 2027,
+     2028, 2028, 2028, 2028, 2028, 2028, 2029, 2029, 2030, 2030,
+     2031, 2031, 2031, 2031, 2031, 2031, 2032, 2032, 2033, 2033,
+     2034, 2034, 2034, 2034, 2034, 2034, 2035, 2035, 2036, 2036,
+     2037, 2037, 2037, 2037, 2037, 2037, 2038, 2038, 2039, 2039,
+     2040, 2040, 2040, 2040, 2040, 2040, 2041, 2041, 2042, 2042,
+     2043, 2043, 2043, 2043, 2043, 2043, 2044, 2044, 2045, 2045,
+
+     2046, 2046, 2046, 2046, 2046, 2046, 2047, 2047, 2048, 2048,
+     2049, 2049, 2049, 2049, 2049, 2049, 2050, 2050, 2051, 2051,
+     2052, 2052, 2052, 2052, 2052, 2052, 2053, 2053, 2054, 2054,
+     2055, 2055, 2055, 2055, 2055, 2055, 2056, 2056, 2057, 2057,
+     2058, 2058, 2058, 2058, 2058, 2058, 2059, 2059, 2060, 2060,
+     2061, 2061, 2061, 2061, 2061, 2061, 2062, 2062, 2063, 2063,
+     2064, 2064, 2064, 2064, 2064, 2064, 2065, 2065, 2066, 2066,
+     2067, 2067, 2067, 2067, 2067, 2067, 2068, 2068, 2069, 2069,
+     2070, 2070, 2070, 2070, 2070, 2070, 2071, 2071, 2072, 2072,
+     2073, 2073, 2073, 2073, 2073, 2073, 2074, 2074, 2075, 2075,
+
+     2076, 2076, 2076, 2076, 2076, 2076, 2077, 2077, 2078, 2078,
+     2079, 2079, 2079, 2079, 2079, 2079, 2080, 2080, 2081, 2081,
+     2082, 2082, 2082, 2082, 2082, 2082, 2083, 2083, 2084, 2084,
+     2085, 2085, 2085, 2085, 2085, 2085, 2086, 2086, 2087, 2087,
+     2088, 2088, 2088, 2088, 2088, 2088, 2089, 2089, 2090, 2090,
+     2091, 2091, 2091, 2091, 2091, 2091, 2092, 2092, 2093, 2093,
+     2094, 2094, 2094, 2094, 2094, 2094, 2095, 2095, 2096, 2096,
+     2096, 2096, 2096, 2096, 2097, 2097, 2098, 2098, 2098, 2098,
+     2098, 2098, 2099, 2099, 2099, 2099, 2099, 2099, 2100, 2100,
+     2100, 2100, 2100, 2100, 2101, 2101, 2101, 2101, 2101, 2101,
+
+     2102, 2102, 2102, 2102, 2102, 2102, 2103, 2103, 2103, 2103,
+     2103, 2103, 2104, 2104, 2104, 2104, 2104, 2104, 2105, 2105,
+     2105, 2105, 2105, 2105, 2106, 2106, 2106, 2106, 2106, 2106,
+     2107, 2107, 2107, 2107, 2107, 2107, 2108, 2108, 2108, 2108,
+     2108, 2108, 2109, 2109, 2109, 2109, 2109, 2109, 2110, 2110,
+     2110, 2110, 2110, 2110, 2111, 2111, 2111, 2111, 2111, 2111,
+     2112, 2112, 2112, 2112, 2112, 2112, 2113, 2113, 2113, 2113,
+     2113, 2113, 2114, 2114, 2114, 2114, 2114, 2114, 2115, 2115,
+     2115, 2115, 2115, 2115, 2116, 2116, 2116, 2116, 2116, 2116,
+     2117, 2117, 2117, 2117, 2117, 2117, 2118, 2118, 2118, 2118,
+
+     2118, 2118, 2119, 2119, 2119, 2119, 2119, 2119, 2120, 2120,
+     2120, 2120, 2120, 2120, 2121, 2121, 2121, 2121, 2121, 2121,
+     2122, 2122, 2122, 2122, 2122, 2122, 2123, 2123, 2123, 2123,
+     2123, 2123, 2124, 2124, 2124, 2124, 2124, 2124, 2125, 2125,
+     2125, 2125, 2125, 2125, 2126, 2126, 2126, 2126, 2126, 2126,
+     2127, 2127, 2127, 2127, 2127, 2127, 2128, 2128, 2128, 2128,
+     2128, 2128, 2129, 2129, 2129, 2129, 2129, 2129, 2130, 2130,
+     2130, 2130, 2130, 2130, 2131, 2131, 2131, 2131, 2131, 2131,
+     2132, 2132, 2132, 2132, 2132, 2132, 2133, 2133, 2133, 2133,
+     2133, 2133, 2134, 2134, 2134, 2134, 2134, 2134, 2135, 2135,
+
+     2135, 2135, 2135, 2135, 2136, 2136, 2136, 2136, 2136, 2136,
+     2137, 2137, 2137, 2137, 2137, 2137, 2138, 2138, 2138, 2138,
+     2138, 2138, 2139, 2139, 2139, 2139, 2139, 2139, 2140, 2140,
+     2140, 2140, 2140, 2140, 2141, 2141, 2141, 2141, 2141, 2141,
+     2142, 2142, 2142, 2142, 2142, 2142, 2143, 2143, 2143, 2143,
+     2143, 2143, 2144, 2144, 2144, 2144, 2144, 2144, 2145, 2145,
+     2145, 2145, 2145, 2145, 2146, 2146, 2146, 2146, 2146, 2146,
+     2147, 2147, 2147, 2147, 2147, 2147, 2148, 2148, 2148, 2148,
+     2148, 2148, 2149, 2149, 2149, 2149, 2149, 2149, 2150, 2150,
+     2150, 2150, 2150, 2150, 2151, 2151, 2151, 2151, 2151, 2151,
+
+     2152, 2152, 2152, 2152, 2152, 2152, 2153, 2153, 2153, 2153,
+     2153, 2153, 2154, 2154, 2154, 2154, 2154, 2154, 2155, 2155,
+     2155, 2155, 2155, 2155, 2156, 2156, 2156, 2156, 2156, 2156,
+     2157, 2157, 2157, 2157, 2157, 2157, 2158, 2158, 2158, 2158,
+     2158, 2158, 2159, 2159, 2159, 2159, 2159, 2159, 2160, 2160,
+     2160, 2160, 2160, 2160, 2161, 2161, 2161, 2161, 2161, 2161,
+     2162, 2162, 2162, 2162, 2162, 2162, 2163, 2163, 2163, 2163,
+     2163, 2163, 2164, 2164, 2164, 2164, 2164, 2164, 2165, 2165,
+     2165, 2165, 2165, 2165, 2166, 2166, 2166, 2166, 2166, 2166,
+     2167, 2167, 2167, 2167, 2167, 2167, 2168, 2168, 2168, 2168,
+
+     2168, 2168, 2169, 2169, 2169, 2169, 2169, 2169, 2170, 2170,
+     2170, 2170, 2170, 2170, 2171, 2171, 2171, 2171, 2171, 2171,
+     2172, 2172, 2172, 2172, 2172, 2172, 2173, 2173, 2173, 2173,
+     2173, 2173, 2174, 2174, 2174, 2174, 2174, 2174, 2175, 2175,
+     2175, 2175, 2175, 2175, 2176, 2176, 2176, 2176, 2176, 2176,
+     2177, 2177, 2177, 2177, 2177, 2177, 2178, 2178, 2178, 2178,
+     2178, 2178, 2179, 2179, 2179, 2179, 2179, 2179, 2180, 2180,
+     2180, 2180, 2180, 2180, 2181, 2181, 2181, 2181, 2181, 2181,
+     2182, 2182, 2182, 2182, 2182, 2182, 2183, 2183, 2183, 2183,
+     2183, 2183, 2184, 2184, 2184, 2184, 2184, 2184, 2185, 2185,
+
+     2185, 2185, 2185, 2185, 2186, 2186, 2186, 2186, 2186, 2186,
+     2187, 2187, 2187, 2187, 2187, 2187, 2188, 2188, 2188, 2188,
+     2188, 2188, 2189, 2189, 2189, 2189, 2189, 2189, 2190, 2190,
+     2190, 2190, 2190, 2190, 2191, 2191, 2191, 2191, 2191, 2191,
+     2192, 2192, 2192, 2192, 2192, 2192, 2193, 2193, 2193, 2193,
+     2193, 2193, 2194, 2194, 2194, 2194, 2194, 2194, 2195, 2195,
+     2195, 2195, 2195, 2195, 2196, 2196, 2196, 2196, 2196, 2196,
+     2197, 2197, 2197, 2197, 2197, 2197, 2198, 2198, 2198, 2198,
+     2198, 2198, 2199, 2199, 2199, 2199, 2199, 2199, 2200, 2200,
+     2200, 2200, 2200, 2200, 2201, 2201, 2201, 2201, 2201, 2201,
+
+     2202, 2202, 2202, 2202, 2202, 2202, 2203, 2203, 2203, 2203,
+     2203, 2203, 2204, 2204, 2204, 2204, 2204, 2204, 2205, 2205,
+     2205, 2205, 2205, 2205, 2206, 2206, 2206, 2206, 2206, 2206,
+     2207, 2207, 2207, 2207, 2207, 2207, 2208, 2208, 2208, 2208,
+     2208, 2208, 2209, 2209, 2209, 2209, 2209, 2209, 2210, 2210,
+     2210, 2210, 2210, 2210, 2211, 2211, 2211, 2211, 2211, 2211,
+     2212, 2212, 2212, 2212, 2212, 2212, 2213, 2213, 2213, 2213,
+     2213, 2213, 2214, 2214, 2214, 2214, 2214, 2214, 2215, 2215,
+     2215, 2215, 2215, 2215, 2216, 2216, 2216, 2216, 2216, 2216,
+     2217, 2217, 2217, 2217, 2217, 2217, 2218, 2218, 2218, 2218,
+
+     2218, 2218, 2219, 2219, 2219, 2219, 2219, 2219, 2220, 2220,
+     2220, 2220, 2220, 2220, 2221, 2221, 2221, 2221, 2221, 2221,
+     2222, 2222, 2222, 2222, 2222, 2222, 2223, 2223, 2223, 2223,
+     2223, 2223, 2224, 2224, 2224, 2224, 2224, 2224, 2225, 2225,
+     2225, 2225, 2225, 2225, 2226, 2226, 2226, 2226, 2226, 2226,
+     2227, 2227, 2227, 2227, 2227, 2227, 2228, 2228, 2228, 2228,
+     2228, 2228, 2229, 2229, 2229, 2229, 2229, 2229, 2230, 2230,
+     2230, 2230, 2230, 2230, 2231, 2231, 2231, 2231, 2231, 2231,
+     2232, 2232, 2232, 2232, 2232, 2232, 2233, 2233, 2233, 2233,
+     2233, 2233, 2234, 2234, 2234, 2234, 2234, 2234, 2235, 2235,
+
+     2235, 2235, 2235, 2235, 2236, 2236, 2236, 2236, 2236, 2236,
+     2237, 2237, 2237, 2237, 2237, 2237, 2238, 2238, 2238, 2238,
+     2238, 2238, 2239, 2239, 2239, 2239, 2239, 2239, 2240, 2240,
+     2240, 2240, 2240, 2240, 2241, 2241, 2241, 2241, 2241, 2241,
+     2242, 2242, 2242, 2242, 2242, 2242, 2243, 2243, 2243, 2243,
+     2243, 2243, 2244, 2244, 2244, 2244, 2244, 2244, 2245, 2245,
+     2245, 2245, 2245, 2245, 2246, 2246, 2246, 2246, 2246, 2246,
+     2247, 2247, 2247, 2247, 2247, 2247, 2248, 2248, 2248, 2248,
+     2248, 2248, 2249, 2249, 2249, 2249, 2249, 2249, 2250, 2250,
+     2250, 2250, 2250, 2250, 2251, 2251, 2251, 2251, 2251, 2251,
+
+     2252, 2252, 2252, 2252, 2252, 2252, 2253, 2253, 2253, 2253,
+     2253, 2253, 2254, 2254, 2254, 2254, 2254, 2254, 2255, 2255,
+     2255, 2255, 2255, 2255, 2256, 2256, 2256, 2256, 2256, 2256,
+     2257, 2257, 2257, 2257, 2257, 2257, 2258, 2258, 2258, 2258,
+     2258, 2258, 2259, 2259, 2259, 2259, 2259, 2259, 2260, 2260,
+     2260, 2260, 2260, 2260, 2261, 2261, 2261, 2261, 2261, 2261,
+     2262, 2262, 2262, 2262, 2262, 2262, 2263, 2263, 2263, 2263,
+     2263, 2263, 2264, 2264, 2264, 2264, 2264, 2264, 2265, 2265,
+     2265, 2265, 2265, 2265, 2266, 2266, 2266, 2266, 2266, 2266,
+     2267, 2267, 2267, 2267, 2267, 2267, 2268, 2268, 2268, 2268,
+
+     2268, 2268, 2269, 2269, 2269, 2269, 2269, 2269, 2270, 2270,
+     2270, 2270, 2270, 2270, 2271, 2271, 2271, 2271, 2271, 2271,
+      630,  627,  626,  625,  624,  623,  622,  621,  620,  619,
+      618,  616,  615,  614,  613,  612,  611,  610,  609,  608,
+      607,  606,  605,  604,  603,  602,  601,  600,  586,  581,
+      579,  578,  577,  575,  574,  573,  571,  569,  568,  567,
+      566,  565,  564,  563,  562,  561,  560,  559,  558,  557,
+      554,  553,  552,  551,  550,  549,  548,  547,  546,  545,
+      544,  543,  542,  541,  540,  538,  537,  536,  535,  534,
+      532,  531,  530,  529,  528,  527,  526,  525,  524,  523,
+
+      522,  521,  520,  519,  518,  517,  516,  515,  514,  513,
+      512,  511,  510,  509,  507,  506,  505,  496,  492,  488,
+      486,  485,  484,  483,  482,  481,  480,  479,  478,  476,
+      475,  473,  472,  471,  470,  469,  468,  467,  466,  465,
+      464,  463,  462,  461,  460,  459,  458,  457,  456,  455,
+      454,  453,  452,  451,  450,  449,  448,  447,  446,  444,
+      443,  442,  441,  440,  438,  437,  436,  435,  434,  433,
+      432,  430,  429,  428,  427,  426,  425,  424,  423,  421,
+      420,  419,  418,  417,  416,  415,  414,  413,  412,  410,
+      409,  408,  407,  399,  395,  389,  387,  386,  385,  384,
+
+      383,  382,  381,  380,  379,  378,  377,  376,  375,  374,
+      373,  372,  371,  370,  369,  368,  366,  365,  364,  362,
+      361,  360,  359,  358,  357,  356,  355,  354,  353,  352,
+      351,  349,  348,  347,  346,  345,  344,  343,  342,  341,
+      340,  339,  338,  337,  336,  335,  334,  333,  332,  331,
+      330,  329,  328,  327,  326,  325,  324,  323,  322,  321,
+      320,  319,  318,  317,  316,  315,  314,  313,  312,  311,
+      310,  309,  304,  302,  297,  293,  291,  290,  289,  287,
+      286,  285,  284,  283,  282,  281,  280,  279,  278,  275,
+      274,  273,  272,  271,  269,  268,  266,  265,  264,  263,
+
+      262,  261,  260,  259,  258,  257,  256,  255,  253,  252,
+      249,  248,  247,  246,  245,  244,  243,  242,  241,  238,
+      237,  236,  235,  234,  233,  232,  231,  230,  229,  228,
+      227,  226,  225,  224,  223,  222,  221,  220,  219,  218,
+      217,  216,  215,  214,  213,  212,  211,  206,  204,  202,
+      195,  192,  191,  190,  189,  188,  187,  186,  185,  184,
+      182,  181,  180,  179,  178,  177,  174,  173,  172,  171,
+      170,  168,  167,  162,  161,  160,  159,  158,  157,  155,
+      154,  153,  152,  151,  150,  149,  148,  147,  146,  144,
+      143,  142,  141,  140,  139,  138,  137,  136,  134,  132,
+
+      131,  127,  126,  125,  124,  122,  121,  120,  116,  115,
+      114,  107,  105,  104,  103,  102,  100,   99,   98,   97,
+       96,   95,   94,   93,   92,   91,   90,   89,   88,   87,
+       85,   84,   82,   81,   80,   79,   78,   77,   75,   74,
+       73,   72,   70,   69,   68,   67,   61,   60,   59,   55,
+       51,   50,   49,   47,   44,   39,   35,   33,   24,   23,
+       20,   11,    3, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782,
+
+     1782, 1782, 1782, 1782, 1782, 1782, 1782, 1782
+    } ;
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int yy_flex_debug;
+int yy_flex_debug = 0;
+
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#define REJECT reject_used_but_not_detected
+#define yymore() yymore_used_but_not_detected
+#define YY_MORE_ADJ 0
+#define YY_RESTORE_YY_MORE_OFFSET
+char *yytext;
+#line 1 "drbdadm_scanner.fl"
+#line 2 "drbdadm_scanner.fl"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "drbdadm_parser.h"
+#include "drbdadm.h"
+
+void long_string(char* text);
+void long_dqstring(char* text);
+void err_dqstring(char* text);
+static void unescape(void);
+
+#if 0
+#define DP printf("'%s' ",yytext)
+#else
+#define DP
+#endif
+
+#define CP yylval.txt = strdup(yytext); yylval.rc = R_NO_CHECK
+#define RC(N) yylval.rc = R_ ## N
+
+#define YY_NO_INPUT 1
+#define YY_NO_UNPUT 1
+static void yyunput (int c, register char * yy_bp ) __attribute((unused));
+
+#ifndef YY_FLEX_SUBMINOR_VERSION
+#define MAX_INCLUDE_DEPTH 10
+YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
+int include_stack_ptr = 0;
+#endif
+
+#line 2202 "drbdadm_scanner.c"
+
+#define INITIAL 0
+
+#ifndef YY_NO_UNISTD_H
+/* Special case for "unistd.h", since it is non-ANSI. We include it way
+ * down here because we want the user's section 1 to have been scanned first.
+ * The user has a chance to override it with an option.
+ */
+#include <unistd.h>
+#endif
+
+#ifndef YY_EXTRA_TYPE
+#define YY_EXTRA_TYPE void *
+#endif
+
+static int yy_init_globals (void );
+
+/* Accessor methods to globals.
+   These are made visible to non-reentrant scanners for convenience. */
+
+int yylex_destroy (void );
+
+int yyget_debug (void );
+
+void yyset_debug (int debug_flag  );
+
+YY_EXTRA_TYPE yyget_extra (void );
+
+void yyset_extra (YY_EXTRA_TYPE user_defined  );
+
+FILE *yyget_in (void );
+
+void yyset_in  (FILE * in_str  );
+
+FILE *yyget_out (void );
+
+void yyset_out  (FILE * out_str  );
+
+int yyget_leng (void );
+
+char *yyget_text (void );
+
+int yyget_lineno (void );
+
+void yyset_lineno (int line_number  );
+
+/* Macros after this point can all be overridden by user definitions in
+ * section 1.
+ */
+
+#ifndef YY_SKIP_YYWRAP
+#ifdef __cplusplus
+extern "C" int yywrap (void );
+#else
+extern int yywrap (void );
+#endif
+#endif
+
+    static void yyunput (int c,char *buf_ptr  );
+    
+#ifndef yytext_ptr
+static void yy_flex_strncpy (char *,yyconst char *,int );
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen (yyconst char * );
+#endif
+
+#ifndef YY_NO_INPUT
+
+#ifdef __cplusplus
+static int yyinput (void );
+#else
+static int input (void );
+#endif
+
+#endif
+
+/* Amount of stuff to slurp up with each read. */
+#ifndef YY_READ_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k */
+#define YY_READ_BUF_SIZE 16384
+#else
+#define YY_READ_BUF_SIZE 8192
+#endif /* __ia64__ */
+#endif
+
+/* Copy whatever the last rule matched to the standard output. */
+#ifndef ECHO
+/* This used to be an fputs(), but since the string might contain NUL's,
+ * we now use fwrite().
+ */
+#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
+#endif
+
+/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
+ * is returned in "result".
+ */
+#ifndef YY_INPUT
+#define YY_INPUT(buf,result,max_size) \
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
+		{ \
+		int c = '*'; \
+		size_t n; \
+		for ( n = 0; n < max_size && \
+			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+			buf[n] = (char) c; \
+		if ( c == '\n' ) \
+			buf[n++] = (char) c; \
+		if ( c == EOF && ferror( yyin ) ) \
+			YY_FATAL_ERROR( "input in flex scanner failed" ); \
+		result = n; \
+		} \
+	else \
+		{ \
+		errno=0; \
+		while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
+			{ \
+			if( errno != EINTR) \
+				{ \
+				YY_FATAL_ERROR( "input in flex scanner failed" ); \
+				break; \
+				} \
+			errno=0; \
+			clearerr(yyin); \
+			} \
+		}\
+\
+
+#endif
+
+/* No semi-colon after return; correct usage is to write "yyterminate();" -
+ * we don't want an extra ';' after the "return" because that will cause
+ * some compilers to complain about unreachable statements.
+ */
+#ifndef yyterminate
+#define yyterminate() return YY_NULL
+#endif
+
+/* Number of entries by which start-condition stack grows. */
+#ifndef YY_START_STACK_INCR
+#define YY_START_STACK_INCR 25
+#endif
+
+/* Report a fatal error. */
+#ifndef YY_FATAL_ERROR
+#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
+#endif
+
+/* end tables serialization structures and prototypes */
+
+/* Default declaration of generated scanner - a define so the user can
+ * easily add parameters.
+ */
+#ifndef YY_DECL
+#define YY_DECL_IS_OURS 1
+
+extern int yylex (void);
+
+#define YY_DECL int yylex (void)
+#endif /* !YY_DECL */
+
+/* Code executed at the beginning of each rule, after yytext and yyleng
+ * have been set up.
+ */
+#ifndef YY_USER_ACTION
+#define YY_USER_ACTION
+#endif
+
+/* Code executed at the end of each rule. */
+#ifndef YY_BREAK
+#define YY_BREAK break;
+#endif
+
+#define YY_RULE_SETUP \
+	YY_USER_ACTION
+
+/** The main scanner function which does all the work.
+ */
+YY_DECL
+{
+	register yy_state_type yy_current_state;
+	register char *yy_cp, *yy_bp;
+	register int yy_act;
+    
+#line 49 "drbdadm_scanner.fl"
+
+
+#line 2392 "drbdadm_scanner.c"
+
+	if ( !(yy_init) )
+		{
+		(yy_init) = 1;
+
+#ifdef YY_USER_INIT
+		YY_USER_INIT;
+#endif
+
+		if ( ! (yy_start) )
+			(yy_start) = 1;	/* first start state */
+
+		if ( ! yyin )
+			yyin = stdin;
+
+		if ( ! yyout )
+			yyout = stdout;
+
+		if ( ! YY_CURRENT_BUFFER ) {
+			yyensure_buffer_stack ();
+			YY_CURRENT_BUFFER_LVALUE =
+				yy_create_buffer(yyin,YY_BUF_SIZE );
+		}
+
+		yy_load_buffer_state( );
+		}
+
+	while ( 1 )		/* loops until end-of-file is reached */
+		{
+		yy_cp = (yy_c_buf_p);
+
+		/* Support of yytext. */
+		*yy_cp = (yy_hold_char);
+
+		/* yy_bp points to the position in yy_ch_buf of the start of
+		 * the current run.
+		 */
+		yy_bp = yy_cp;
+
+		yy_current_state = (yy_start);
+yy_match:
+		do
+			{
+			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
+			if ( yy_accept[yy_current_state] )
+				{
+				(yy_last_accepting_state) = yy_current_state;
+				(yy_last_accepting_cpos) = yy_cp;
+				}
+			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+				{
+				yy_current_state = (int) yy_def[yy_current_state];
+				if ( yy_current_state >= 1783 )
+					yy_c = yy_meta[(unsigned int) yy_c];
+				}
+			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+			++yy_cp;
+			}
+		while ( yy_base[yy_current_state] != 4564 );
+
+yy_find_action:
+		yy_act = yy_accept[yy_current_state];
+		if ( yy_act == 0 )
+			{ /* have to back up */
+			yy_cp = (yy_last_accepting_cpos);
+			yy_current_state = (yy_last_accepting_state);
+			yy_act = yy_accept[yy_current_state];
+			}
+
+		YY_DO_BEFORE_ACTION;
+
+do_action:	/* This label is used only to access EOF actions. */
+
+		switch ( yy_act )
+	{ /* beginning of action switch */
+			case 0: /* must back up */
+			/* undo the effects of YY_DO_BEFORE_ACTION */
+			*yy_cp = (yy_hold_char);
+			yy_cp = (yy_last_accepting_cpos);
+			yy_current_state = (yy_last_accepting_state);
+			goto yy_find_action;
+
+case 1:
+/* rule 1 can match eol */
+YY_RULE_SETUP
+#line 51 "drbdadm_scanner.fl"
+{ line++; 				}
+	YY_BREAK
+case 2:
+YY_RULE_SETUP
+#line 52 "drbdadm_scanner.fl"
+/* ignore comments */
+	YY_BREAK
+case 3:
+YY_RULE_SETUP
+#line 53 "drbdadm_scanner.fl"
+/* ignore whitespaces */
+	YY_BREAK
+case 4:
+YY_RULE_SETUP
+#line 54 "drbdadm_scanner.fl"
+{ DP; return yytext[0];			}
+	YY_BREAK
+case 5:
+YY_RULE_SETUP
+#line 55 "drbdadm_scanner.fl"
+{ DP; return TK_ON;			}
+	YY_BREAK
+case 6:
+YY_RULE_SETUP
+#line 56 "drbdadm_scanner.fl"
+{ DP; return TK_IGNORE;			}
+	YY_BREAK
+case 7:
+YY_RULE_SETUP
+#line 57 "drbdadm_scanner.fl"
+{ DP; return TK_STACKED;		}
+	YY_BREAK
+case 8:
+YY_RULE_SETUP
+#line 58 "drbdadm_scanner.fl"
+{ DP; return TK_FLOATING;		}
+	YY_BREAK
+case 9:
+YY_RULE_SETUP
+#line 59 "drbdadm_scanner.fl"
+{ DP; return TK_NO;			}
+	YY_BREAK
+case 10:
+YY_RULE_SETUP
+#line 60 "drbdadm_scanner.fl"
+{ DP; return TK_NET;			}
+	YY_BREAK
+case 11:
+YY_RULE_SETUP
+#line 61 "drbdadm_scanner.fl"
+{ DP; return TK_YES;			}
+	YY_BREAK
+case 12:
+YY_RULE_SETUP
+#line 62 "drbdadm_scanner.fl"
+{ DP; return TK_ASK;			}
+	YY_BREAK
+case 13:
+YY_RULE_SETUP
+#line 63 "drbdadm_scanner.fl"
+{ DP; return TK_SKIP;			}
+	YY_BREAK
+case 14:
+YY_RULE_SETUP
+#line 64 "drbdadm_scanner.fl"
+{ DP; return TK_DISK;			}
+	YY_BREAK
+case 15:
+YY_RULE_SETUP
+#line 65 "drbdadm_scanner.fl"
+{ DP; return TK_PROXY;			}
+	YY_BREAK
+case 16:
+YY_RULE_SETUP
+#line 66 "drbdadm_scanner.fl"
+{ DP; return TK_MINOR;			}
+	YY_BREAK
+case 17:
+YY_RULE_SETUP
+#line 67 "drbdadm_scanner.fl"
+{ DP; return TK_INSIDE;			}
+	YY_BREAK
+case 18:
+YY_RULE_SETUP
+#line 68 "drbdadm_scanner.fl"
+{ DP; return TK_SYNCER;			}
+	YY_BREAK
+case 19:
+YY_RULE_SETUP
+#line 69 "drbdadm_scanner.fl"
+{ DP; return TK_DEVICE;			}
+	YY_BREAK
+case 20:
+YY_RULE_SETUP
+#line 70 "drbdadm_scanner.fl"
+{ DP; return TK_GLOBAL;			}
+	YY_BREAK
+case 21:
+YY_RULE_SETUP
+#line 71 "drbdadm_scanner.fl"
+{ DP; return TK_COMMON;			}
+	YY_BREAK
+case 22:
+YY_RULE_SETUP
+#line 72 "drbdadm_scanner.fl"
+{ DP; return TK_OUTSIDE;		}
+	YY_BREAK
+case 23:
+YY_RULE_SETUP
+#line 73 "drbdadm_scanner.fl"
+{ DP; return TK_ADDRESS;		}
+	YY_BREAK
+case 24:
+YY_RULE_SETUP
+#line 74 "drbdadm_scanner.fl"
+{ DP; return TK_STARTUP;		}
+	YY_BREAK
+case 25:
+YY_RULE_SETUP
+#line 75 "drbdadm_scanner.fl"
+{ DP; return TK_INCLUDE;		}
+	YY_BREAK
+case 26:
+YY_RULE_SETUP
+#line 76 "drbdadm_scanner.fl"
+{ DP; return TK_HANDLER;		}
+	YY_BREAK
+case 27:
+YY_RULE_SETUP
+#line 77 "drbdadm_scanner.fl"
+{ DP; return TK_PROTOCOL;		}
+	YY_BREAK
+case 28:
+YY_RULE_SETUP
+#line 78 "drbdadm_scanner.fl"
+{ DP; return TK_MINOR_COUNT;		}
+	YY_BREAK
+case 29:
+YY_RULE_SETUP
+#line 79 "drbdadm_scanner.fl"
+{ DP; return TK_DISABLE_IP_VERIFICATION;}
+	YY_BREAK
+case 30:
+YY_RULE_SETUP
+#line 80 "drbdadm_scanner.fl"
+{ DP; return TK_DIALOG_REFRESH;		}
+	YY_BREAK
+case 31:
+YY_RULE_SETUP
+#line 81 "drbdadm_scanner.fl"
+{ DP; return TK_RESOURCE;		}
+	YY_BREAK
+case 32:
+YY_RULE_SETUP
+#line 82 "drbdadm_scanner.fl"
+{ DP; return TK_META_DISK;		}
+	YY_BREAK
+case 33:
+YY_RULE_SETUP
+#line 83 "drbdadm_scanner.fl"
+{ DP; return TK_FLEX_META_DISK;		}
+	YY_BREAK
+case 34:
+YY_RULE_SETUP
+#line 84 "drbdadm_scanner.fl"
+{ DP; return TK_USAGE_COUNT;		}
+	YY_BREAK
+case 35:
+YY_RULE_SETUP
+#line 85 "drbdadm_scanner.fl"
+{ DP; return TK__IS_DEFAULT;		}
+	YY_BREAK
+case 36:
+YY_RULE_SETUP
+#line 86 "drbdadm_scanner.fl"
+{ DP; return TK__THIS_HOST;		}
+	YY_BREAK
+case 37:
+YY_RULE_SETUP
+#line 87 "drbdadm_scanner.fl"
+{ DP; return TK__REMOTE_HOST;		}
+	YY_BREAK
+case 38:
+YY_RULE_SETUP
+#line 88 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SCI;		}
+	YY_BREAK
+case 39:
+YY_RULE_SETUP
+#line 89 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SSOCKS;		}
+	YY_BREAK
+case 40:
+YY_RULE_SETUP
+#line 90 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SDP;		}
+	YY_BREAK
+case 41:
+YY_RULE_SETUP
+#line 91 "drbdadm_scanner.fl"
+{ DP; CP; return TK_IPV4;		}
+	YY_BREAK
+case 42:
+YY_RULE_SETUP
+#line 92 "drbdadm_scanner.fl"
+{ DP; CP; return TK_IPV6;		}
+	YY_BREAK
+case 43:
+YY_RULE_SETUP
+#line 93 "drbdadm_scanner.fl"
+{ DP; CP; RC(DISK_SIZE); return TK_DISK_OPTION;	}
+	YY_BREAK
+case 44:
+YY_RULE_SETUP
+#line 94 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_OPTION;	}
+	YY_BREAK
+case 45:
+YY_RULE_SETUP
+#line 95 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_OPTION;	}
+	YY_BREAK
+case 46:
+YY_RULE_SETUP
+#line 96 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_OPTION;	}
+	YY_BREAK
+case 47:
+YY_RULE_SETUP
+#line 97 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_SWITCH;		}
+	YY_BREAK
+case 48:
+YY_RULE_SETUP
+#line 98 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_SWITCH;		}
+	YY_BREAK
+case 49:
+YY_RULE_SETUP
+#line 99 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_SWITCH;		}
+	YY_BREAK
+case 50:
+YY_RULE_SETUP
+#line 100 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_SWITCH;		}
+	YY_BREAK
+case 51:
+YY_RULE_SETUP
+#line 101 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DISK_SWITCH;		}
+	YY_BREAK
+case 52:
+YY_RULE_SETUP
+#line 102 "drbdadm_scanner.fl"
+{ DP; CP; RC(TIMEOUT); return TK_NET_OPTION;	}
+	YY_BREAK
+case 53:
+YY_RULE_SETUP
+#line 103 "drbdadm_scanner.fl"
+{ DP; CP; RC(KO_COUNT); return TK_NET_OPTION;	}
+	YY_BREAK
+case 54:
+YY_RULE_SETUP
+#line 104 "drbdadm_scanner.fl"
+{ DP; CP; RC(PING_INT); return TK_NET_OPTION;	}
+	YY_BREAK
+case 55:
+YY_RULE_SETUP
+#line 105 "drbdadm_scanner.fl"
+{ DP; CP; RC(MAX_BUFFERS); return TK_NET_OPTION;}
+	YY_BREAK
+case 56:
+YY_RULE_SETUP
+#line 106 "drbdadm_scanner.fl"
+{ DP; CP; RC(SNDBUF_SIZE); return TK_NET_OPTION;}
+	YY_BREAK
+case 57:
+YY_RULE_SETUP
+#line 107 "drbdadm_scanner.fl"
+{ DP; CP; RC(RCVBUF_SIZE); return TK_NET_OPTION;}
+	YY_BREAK
+case 58:
+YY_RULE_SETUP
+#line 108 "drbdadm_scanner.fl"
+{ DP; CP; RC(CONNECT_INT); return TK_NET_OPTION;}
+	YY_BREAK
+case 59:
+YY_RULE_SETUP
+#line 109 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;		}
+	YY_BREAK
+case 60:
+YY_RULE_SETUP
+#line 110 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;		}
+	YY_BREAK
+case 61:
+YY_RULE_SETUP
+#line 111 "drbdadm_scanner.fl"
+{ DP; CP; RC(MAX_EPOCH_SIZE); return TK_NET_OPTION;}
+	YY_BREAK
+case 62:
+YY_RULE_SETUP
+#line 112 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;		}
+	YY_BREAK
+case 63:
+YY_RULE_SETUP
+#line 113 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;		}
+	YY_BREAK
+case 64:
+YY_RULE_SETUP
+#line 114 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;		}
+	YY_BREAK
+case 65:
+YY_RULE_SETUP
+#line 115 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;         }
+	YY_BREAK
+case 66:
+YY_RULE_SETUP
+#line 116 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_OPTION;         }
+	YY_BREAK
+case 67:
+YY_RULE_SETUP
+#line 117 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_SWITCH;		}
+	YY_BREAK
+case 68:
+YY_RULE_SETUP
+#line 118 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_SWITCH;		}
+	YY_BREAK
+case 69:
+YY_RULE_SETUP
+#line 119 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_SWITCH;		}
+	YY_BREAK
+case 70:
+YY_RULE_SETUP
+#line 120 "drbdadm_scanner.fl"
+{ DP; CP; return TK_NET_DELEGATE;	}
+	YY_BREAK
+case 71:
+YY_RULE_SETUP
+#line 121 "drbdadm_scanner.fl"
+{ DP; CP; RC(RATE); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 72:
+YY_RULE_SETUP
+#line 122 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 73:
+YY_RULE_SETUP
+#line 123 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_OPTION;      }
+	YY_BREAK
+case 74:
+YY_RULE_SETUP
+#line 124 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_OPTION;      }
+	YY_BREAK
+case 75:
+YY_RULE_SETUP
+#line 125 "drbdadm_scanner.fl"
+{ DP; CP; RC(AL_EXTENTS); return TK_SYNCER_OPTION;}
+	YY_BREAK
+case 76:
+YY_RULE_SETUP
+#line 126 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 77:
+YY_RULE_SETUP
+#line 127 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_SWITCH;	}
+	YY_BREAK
+case 78:
+YY_RULE_SETUP
+#line 128 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DEPRECATED_OPTION;  }
+	YY_BREAK
+case 79:
+YY_RULE_SETUP
+#line 129 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DEPRECATED_OPTION;  }
+	YY_BREAK
+case 80:
+YY_RULE_SETUP
+#line 130 "drbdadm_scanner.fl"
+{ DP; CP; RC(C_PLAN_AHEAD); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 81:
+YY_RULE_SETUP
+#line 131 "drbdadm_scanner.fl"
+{ DP; CP; RC(C_DELAY_TARGET); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 82:
+YY_RULE_SETUP
+#line 132 "drbdadm_scanner.fl"
+{ DP; CP; RC(C_FILL_TARGET); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 83:
+YY_RULE_SETUP
+#line 133 "drbdadm_scanner.fl"
+{ DP; CP; RC(C_MAX_RATE); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 84:
+YY_RULE_SETUP
+#line 134 "drbdadm_scanner.fl"
+{ DP; CP; RC(C_MIN_RATE); return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 85:
+YY_RULE_SETUP
+#line 135 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DEPRECATED_OPTION;  }
+	YY_BREAK
+case 86:
+YY_RULE_SETUP
+#line 136 "drbdadm_scanner.fl"
+{ DP; CP; return TK_DEPRECATED_OPTION;  }
+	YY_BREAK
+case 87:
+YY_RULE_SETUP
+#line 137 "drbdadm_scanner.fl"
+{ DP; CP; return TK_SYNCER_OPTION;	}
+	YY_BREAK
+case 88:
+YY_RULE_SETUP
+#line 138 "drbdadm_scanner.fl"
+{ DP; CP; RC(WFC_TIMEOUT); return TK_STARTUP_OPTION;}
+	YY_BREAK
+case 89:
+YY_RULE_SETUP
+#line 139 "drbdadm_scanner.fl"
+{ DP; CP; RC(DEGR_WFC_TIMEOUT); return TK_STARTUP_OPTION;}
+	YY_BREAK
+case 90:
+YY_RULE_SETUP
+#line 140 "drbdadm_scanner.fl"
+{ DP; CP; RC(OUTDATED_WFC_TIMEOUT); return TK_STARTUP_OPTION;}
+	YY_BREAK
+case 91:
+YY_RULE_SETUP
+#line 141 "drbdadm_scanner.fl"
+{ DP; return TK_STARTUP_DELEGATE;       }
+	YY_BREAK
+case 92:
+YY_RULE_SETUP
+#line 142 "drbdadm_scanner.fl"
+{ DP; return TK_STARTUP_DELEGATE;       }
+	YY_BREAK
+case 93:
+YY_RULE_SETUP
+#line 143 "drbdadm_scanner.fl"
+{ DP; CP; return TK_STARTUP_SWITCH;     }
+	YY_BREAK
+case 94:
+YY_RULE_SETUP
+#line 144 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 95:
+YY_RULE_SETUP
+#line 145 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 96:
+YY_RULE_SETUP
+#line 146 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;     }
+	YY_BREAK
+case 97:
+YY_RULE_SETUP
+#line 147 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;     }
+	YY_BREAK
+case 98:
+YY_RULE_SETUP
+#line 148 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;     }
+	YY_BREAK
+case 99:
+YY_RULE_SETUP
+#line 149 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 100:
+YY_RULE_SETUP
+#line 150 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 101:
+YY_RULE_SETUP
+#line 151 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;     }
+	YY_BREAK
+case 102:
+YY_RULE_SETUP
+#line 152 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 103:
+YY_RULE_SETUP
+#line 153 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;	}
+	YY_BREAK
+case 104:
+YY_RULE_SETUP
+#line 154 "drbdadm_scanner.fl"
+{ DP; CP; return TK_PROXY_OPTION;       }
+	YY_BREAK
+case 105:
+YY_RULE_SETUP
+#line 155 "drbdadm_scanner.fl"
+{ DP; CP; return TK_PROXY_OPTION;       }
+	YY_BREAK
+case 106:
+YY_RULE_SETUP
+#line 156 "drbdadm_scanner.fl"
+{ DP; CP; return TK_PROXY_OPTION;       }
+	YY_BREAK
+case 107:
+YY_RULE_SETUP
+#line 157 "drbdadm_scanner.fl"
+{ DP; CP; return TK_HANDLER_OPTION;     }
+	YY_BREAK
+case 108:
+YY_RULE_SETUP
+#line 158 "drbdadm_scanner.fl"
+{ DP; CP; return TK_IPADDR;		}
+	YY_BREAK
+case 109:
+YY_RULE_SETUP
+#line 159 "drbdadm_scanner.fl"
+{ DP; CP; return TK_IPADDR6;		}
+	YY_BREAK
+case 110:
+YY_RULE_SETUP
+#line 160 "drbdadm_scanner.fl"
+{ DP; CP; return TK_INTEGER;		}
+	YY_BREAK
+case 111:
+YY_RULE_SETUP
+#line 161 "drbdadm_scanner.fl"
+{ unescape(); DP; CP; return TK_STRING;	}
+	YY_BREAK
+case 112:
+YY_RULE_SETUP
+#line 162 "drbdadm_scanner.fl"
+{ DP; CP; return TK_STRING;		}
+	YY_BREAK
+case 113:
+YY_RULE_SETUP
+#line 163 "drbdadm_scanner.fl"
+{ return TK_ERR_STRING_TOO_LONG;	}
+	YY_BREAK
+case 114:
+YY_RULE_SETUP
+#line 164 "drbdadm_scanner.fl"
+{ return TK_ERR_DQSTRING_TOO_LONG;	}
+	YY_BREAK
+case 115:
+/* rule 115 can match eol */
+YY_RULE_SETUP
+#line 165 "drbdadm_scanner.fl"
+{ return TK_ERR_DQSTRING;		}
+	YY_BREAK
+case 116:
+YY_RULE_SETUP
+#line 166 "drbdadm_scanner.fl"
+{ DP; return TK_ELSE;			}
+	YY_BREAK
+case 117:
+YY_RULE_SETUP
+#line 168 "drbdadm_scanner.fl"
+YY_FATAL_ERROR( "flex scanner jammed" );
+	YY_BREAK
+#line 3062 "drbdadm_scanner.c"
+case YY_STATE_EOF(INITIAL):
+	yyterminate();
+
+	case YY_END_OF_BUFFER:
+		{
+		/* Amount of text matched not including the EOB char. */
+		int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
+
+		/* Undo the effects of YY_DO_BEFORE_ACTION. */
+		*yy_cp = (yy_hold_char);
+		YY_RESTORE_YY_MORE_OFFSET
+
+		if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
+			{
+			/* We're scanning a new file or input source.  It's
+			 * possible that this happened because the user
+			 * just pointed yyin at a new source and called
+			 * yylex().  If so, then we have to assure
+			 * consistency between YY_CURRENT_BUFFER and our
+			 * globals.  Here is the right place to do so, because
+			 * this is the first action (other than possibly a
+			 * back-up) that will match for the new input source.
+			 */
+			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+			YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
+			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
+			}
+
+		/* Note that here we test for yy_c_buf_p "<=" to the position
+		 * of the first EOB in the buffer, since yy_c_buf_p will
+		 * already have been incremented past the NUL character
+		 * (since all states make transitions on EOB to the
+		 * end-of-buffer state).  Contrast this with the test
+		 * in input().
+		 */
+		if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+			{ /* This was really a NUL. */
+			yy_state_type yy_next_state;
+
+			(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
+
+			yy_current_state = yy_get_previous_state(  );
+
+			/* Okay, we're now positioned to make the NUL
+			 * transition.  We couldn't have
+			 * yy_get_previous_state() go ahead and do it
+			 * for us because it doesn't know how to deal
+			 * with the possibility of jamming (and we don't
+			 * want to build jamming into it because then it
+			 * will run more slowly).
+			 */
+
+			yy_next_state = yy_try_NUL_trans( yy_current_state );
+
+			yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+
+			if ( yy_next_state )
+				{
+				/* Consume the NUL. */
+				yy_cp = ++(yy_c_buf_p);
+				yy_current_state = yy_next_state;
+				goto yy_match;
+				}
+
+			else
+				{
+				yy_cp = (yy_c_buf_p);
+				goto yy_find_action;
+				}
+			}
+
+		else switch ( yy_get_next_buffer(  ) )
+			{
+			case EOB_ACT_END_OF_FILE:
+				{
+				(yy_did_buffer_switch_on_eof) = 0;
+
+				if ( yywrap( ) )
+					{
+					/* Note: because we've taken care in
+					 * yy_get_next_buffer() to have set up
+					 * yytext, we can now set up
+					 * yy_c_buf_p so that if some total
+					 * hoser (like flex itself) wants to
+					 * call the scanner after we return the
+					 * YY_NULL, it'll still work - another
+					 * YY_NULL will get returned.
+					 */
+					(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
+
+					yy_act = YY_STATE_EOF(YY_START);
+					goto do_action;
+					}
+
+				else
+					{
+					if ( ! (yy_did_buffer_switch_on_eof) )
+						YY_NEW_FILE;
+					}
+				break;
+				}
+
+			case EOB_ACT_CONTINUE_SCAN:
+				(yy_c_buf_p) =
+					(yytext_ptr) + yy_amount_of_matched_text;
+
+				yy_current_state = yy_get_previous_state(  );
+
+				yy_cp = (yy_c_buf_p);
+				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+				goto yy_match;
+
+			case EOB_ACT_LAST_MATCH:
+				(yy_c_buf_p) =
+				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
+
+				yy_current_state = yy_get_previous_state(  );
+
+				yy_cp = (yy_c_buf_p);
+				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+				goto yy_find_action;
+			}
+		break;
+		}
+
+	default:
+		YY_FATAL_ERROR(
+			"fatal flex scanner internal error--no action found" );
+	} /* end of action switch */
+		} /* end of scanning one token */
+} /* end of yylex */
+
+/* yy_get_next_buffer - try to read in a new buffer
+ *
+ * Returns a code representing an action:
+ *	EOB_ACT_LAST_MATCH -
+ *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
+ *	EOB_ACT_END_OF_FILE - end of file
+ */
+static int yy_get_next_buffer (void)
+{
+    	register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
+	register char *source = (yytext_ptr);
+	register int number_to_move, i;
+	int ret_val;
+
+	if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
+		YY_FATAL_ERROR(
+		"fatal flex scanner internal error--end of buffer missed" );
+
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
+		{ /* Don't try to fill the buffer, so this is an EOF. */
+		if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
+			{
+			/* We matched a single character, the EOB, so
+			 * treat this as a final EOF.
+			 */
+			return EOB_ACT_END_OF_FILE;
+			}
+
+		else
+			{
+			/* We matched some text prior to the EOB, first
+			 * process it.
+			 */
+			return EOB_ACT_LAST_MATCH;
+			}
+		}
+
+	/* Try to read more data. */
+
+	/* First move last chars to start of buffer. */
+	number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
+
+	for ( i = 0; i < number_to_move; ++i )
+		*(dest++) = *(source++);
+
+	if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
+		/* don't do the read, it's not guaranteed to return an EOF,
+		 * just force an EOF
+		 */
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
+
+	else
+		{
+			int num_to_read =
+			YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
+
+		while ( num_to_read <= 0 )
+			{ /* Not enough room in the buffer - grow it. */
+
+			/* just a shorter name for the current buffer */
+			YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
+
+			int yy_c_buf_p_offset =
+				(int) ((yy_c_buf_p) - b->yy_ch_buf);
+
+			if ( b->yy_is_our_buffer )
+				{
+				int new_size = b->yy_buf_size * 2;
+
+				if ( new_size <= 0 )
+					b->yy_buf_size += b->yy_buf_size / 8;
+				else
+					b->yy_buf_size *= 2;
+
+				b->yy_ch_buf = (char *)
+					/* Include room in for 2 EOB chars. */
+					yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
+				}
+			else
+				/* Can't grow it, we don't own it. */
+				b->yy_ch_buf = 0;
+
+			if ( ! b->yy_ch_buf )
+				YY_FATAL_ERROR(
+				"fatal error - scanner input buffer overflow" );
+
+			(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
+
+			num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
+						number_to_move - 1;
+
+			}
+
+		if ( num_to_read > YY_READ_BUF_SIZE )
+			num_to_read = YY_READ_BUF_SIZE;
+
+		/* Read in more data. */
+		YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
+			(yy_n_chars), (size_t) num_to_read );
+
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	if ( (yy_n_chars) == 0 )
+		{
+		if ( number_to_move == YY_MORE_ADJ )
+			{
+			ret_val = EOB_ACT_END_OF_FILE;
+			yyrestart(yyin  );
+			}
+
+		else
+			{
+			ret_val = EOB_ACT_LAST_MATCH;
+			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
+				YY_BUFFER_EOF_PENDING;
+			}
+		}
+
+	else
+		ret_val = EOB_ACT_CONTINUE_SCAN;
+
+	if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
+		/* Extend the array by 50%, plus the number we really need. */
+		yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
+		YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
+		if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
+			YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
+	}
+
+	(yy_n_chars) += number_to_move;
+	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
+	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
+
+	(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
+
+	return ret_val;
+}
+
+/* yy_get_previous_state - get the state just before the EOB char was reached */
+
+    static yy_state_type yy_get_previous_state (void)
+{
+	register yy_state_type yy_current_state;
+	register char *yy_cp;
+    
+	yy_current_state = (yy_start);
+
+	for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
+		{
+		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
+		if ( yy_accept[yy_current_state] )
+			{
+			(yy_last_accepting_state) = yy_current_state;
+			(yy_last_accepting_cpos) = yy_cp;
+			}
+		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+			{
+			yy_current_state = (int) yy_def[yy_current_state];
+			if ( yy_current_state >= 1783 )
+				yy_c = yy_meta[(unsigned int) yy_c];
+			}
+		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+		}
+
+	return yy_current_state;
+}
+
+/* yy_try_NUL_trans - try to make a transition on the NUL character
+ *
+ * synopsis
+ *	next_state = yy_try_NUL_trans( current_state );
+ */
+    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
+{
+	register int yy_is_jam;
+    	register char *yy_cp = (yy_c_buf_p);
+
+	register YY_CHAR yy_c = 1;
+	if ( yy_accept[yy_current_state] )
+		{
+		(yy_last_accepting_state) = yy_current_state;
+		(yy_last_accepting_cpos) = yy_cp;
+		}
+	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+		{
+		yy_current_state = (int) yy_def[yy_current_state];
+		if ( yy_current_state >= 1783 )
+			yy_c = yy_meta[(unsigned int) yy_c];
+		}
+	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+	yy_is_jam = (yy_current_state == 1782);
+
+	return yy_is_jam ? 0 : yy_current_state;
+}
+
+    static void yyunput (int c, register char * yy_bp )
+{
+	register char *yy_cp;
+    
+    yy_cp = (yy_c_buf_p);
+
+	/* undo effects of setting up yytext */
+	*yy_cp = (yy_hold_char);
+
+	if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
+		{ /* need to shift things up to make room */
+		/* +2 for EOB chars. */
+		register int number_to_move = (yy_n_chars) + 2;
+		register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
+					YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
+		register char *source =
+				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
+
+		while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
+			*--dest = *--source;
+
+		yy_cp += (int) (dest - source);
+		yy_bp += (int) (dest - source);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
+			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
+
+		if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
+			YY_FATAL_ERROR( "flex scanner push-back overflow" );
+		}
+
+	*--yy_cp = (char) c;
+
+	(yytext_ptr) = yy_bp;
+	(yy_hold_char) = *yy_cp;
+	(yy_c_buf_p) = yy_cp;
+}
+
+#ifndef YY_NO_INPUT
+#ifdef __cplusplus
+    static int yyinput (void)
+#else
+    static int input  (void)
+#endif
+
+{
+	int c;
+    
+	*(yy_c_buf_p) = (yy_hold_char);
+
+	if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
+		{
+		/* yy_c_buf_p now points to the character we want to return.
+		 * If this occurs *before* the EOB characters, then it's a
+		 * valid NUL; if not, then we've hit the end of the buffer.
+		 */
+		if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+			/* This was really a NUL. */
+			*(yy_c_buf_p) = '\0';
+
+		else
+			{ /* need more input */
+			int offset = (yy_c_buf_p) - (yytext_ptr);
+			++(yy_c_buf_p);
+
+			switch ( yy_get_next_buffer(  ) )
+				{
+				case EOB_ACT_LAST_MATCH:
+					/* This happens because yy_g_n_b()
+					 * sees that we've accumulated a
+					 * token and flags that we need to
+					 * try matching the token before
+					 * proceeding.  But for input(),
+					 * there's no matching to consider.
+					 * So convert the EOB_ACT_LAST_MATCH
+					 * to EOB_ACT_END_OF_FILE.
+					 */
+
+					/* Reset buffer status. */
+					yyrestart(yyin );
+
+					/*FALLTHROUGH*/
+
+				case EOB_ACT_END_OF_FILE:
+					{
+					if ( yywrap( ) )
+						return EOF;
+
+					if ( ! (yy_did_buffer_switch_on_eof) )
+						YY_NEW_FILE;
+#ifdef __cplusplus
+					return yyinput();
+#else
+					return input();
+#endif
+					}
+
+				case EOB_ACT_CONTINUE_SCAN:
+					(yy_c_buf_p) = (yytext_ptr) + offset;
+					break;
+				}
+			}
+		}
+
+	c = *(unsigned char *) (yy_c_buf_p);	/* cast for 8-bit char's */
+	*(yy_c_buf_p) = '\0';	/* preserve yytext */
+	(yy_hold_char) = *++(yy_c_buf_p);
+
+	return c;
+}
+#endif	/* ifndef YY_NO_INPUT */
+
+/** Immediately switch to a different input stream.
+ * @param input_file A readable stream.
+ * 
+ * @note This function does not reset the start condition to @c INITIAL .
+ */
+    void yyrestart  (FILE * input_file )
+{
+    
+	if ( ! YY_CURRENT_BUFFER ){
+        yyensure_buffer_stack ();
+		YY_CURRENT_BUFFER_LVALUE =
+            yy_create_buffer(yyin,YY_BUF_SIZE );
+	}
+
+	yy_init_buffer(YY_CURRENT_BUFFER,input_file );
+	yy_load_buffer_state( );
+}
+
+/** Switch to a different input buffer.
+ * @param new_buffer The new input buffer.
+ * 
+ */
+    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+{
+    
+	/* TODO. We should be able to replace this entire function body
+	 * with
+	 *		yypop_buffer_state();
+	 *		yypush_buffer_state(new_buffer);
+     */
+	yyensure_buffer_stack ();
+	if ( YY_CURRENT_BUFFER == new_buffer )
+		return;
+
+	if ( YY_CURRENT_BUFFER )
+		{
+		/* Flush out information for old buffer. */
+		*(yy_c_buf_p) = (yy_hold_char);
+		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	YY_CURRENT_BUFFER_LVALUE = new_buffer;
+	yy_load_buffer_state( );
+
+	/* We don't actually know whether we did this switch during
+	 * EOF (yywrap()) processing, but the only time this flag
+	 * is looked at is after yywrap() is called, so it's safe
+	 * to go ahead and always set it.
+	 */
+	(yy_did_buffer_switch_on_eof) = 1;
+}
+
+static void yy_load_buffer_state  (void)
+{
+    	(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+	(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
+	yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+	(yy_hold_char) = *(yy_c_buf_p);
+}
+
+/** Allocate and initialize an input buffer state.
+ * @param file A readable stream.
+ * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
+ * 
+ * @return the allocated buffer state.
+ */
+    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
+{
+	YY_BUFFER_STATE b;
+    
+	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
+	if ( ! b )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+	b->yy_buf_size = size;
+
+	/* yy_ch_buf has to be 2 characters longer than the size given because
+	 * we need to put in 2 end-of-buffer characters.
+	 */
+	b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
+	if ( ! b->yy_ch_buf )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+	b->yy_is_our_buffer = 1;
+
+	yy_init_buffer(b,file );
+
+	return b;
+}
+
+/** Destroy the buffer.
+ * @param b a buffer created with yy_create_buffer()
+ * 
+ */
+    void yy_delete_buffer (YY_BUFFER_STATE  b )
+{
+    
+	if ( ! b )
+		return;
+
+	if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
+		YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
+
+	if ( b->yy_is_our_buffer )
+		yyfree((void *) b->yy_ch_buf  );
+
+	yyfree((void *) b  );
+}
+
+#ifndef __cplusplus
+extern int isatty (int );
+#endif /* __cplusplus */
+    
+/* Initializes or reinitializes a buffer.
+ * This function is sometimes called more than once on the same buffer,
+ * such as during a yyrestart() or at EOF.
+ */
+    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+
+{
+	int oerrno = errno;
+    
+	yy_flush_buffer(b );
+
+	b->yy_input_file = file;
+	b->yy_fill_buffer = 1;
+
+    /* If b is the current buffer, then yy_init_buffer was _probably_
+     * called from yyrestart() or through yy_get_next_buffer.
+     * In that case, we don't want to reset the lineno or column.
+     */
+    if (b != YY_CURRENT_BUFFER){
+        b->yy_bs_lineno = 1;
+        b->yy_bs_column = 0;
+    }
+
+        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
+    
+	errno = oerrno;
+}
+
+/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
+ * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
+ * 
+ */
+    void yy_flush_buffer (YY_BUFFER_STATE  b )
+{
+    	if ( ! b )
+		return;
+
+	b->yy_n_chars = 0;
+
+	/* We always need two end-of-buffer characters.  The first causes
+	 * a transition to the end-of-buffer state.  The second causes
+	 * a jam in that state.
+	 */
+	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
+	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
+
+	b->yy_buf_pos = &b->yy_ch_buf[0];
+
+	b->yy_at_bol = 1;
+	b->yy_buffer_status = YY_BUFFER_NEW;
+
+	if ( b == YY_CURRENT_BUFFER )
+		yy_load_buffer_state( );
+}
+
+/** Pushes the new state onto the stack. The new state becomes
+ *  the current state. This function will allocate the stack
+ *  if necessary.
+ *  @param new_buffer The new state.
+ *  
+ */
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+{
+    	if (new_buffer == NULL)
+		return;
+
+	yyensure_buffer_stack();
+
+	/* This block is copied from yy_switch_to_buffer. */
+	if ( YY_CURRENT_BUFFER )
+		{
+		/* Flush out information for old buffer. */
+		*(yy_c_buf_p) = (yy_hold_char);
+		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
+		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+		}
+
+	/* Only push if top exists. Otherwise, replace top. */
+	if (YY_CURRENT_BUFFER)
+		(yy_buffer_stack_top)++;
+	YY_CURRENT_BUFFER_LVALUE = new_buffer;
+
+	/* copied from yy_switch_to_buffer. */
+	yy_load_buffer_state( );
+	(yy_did_buffer_switch_on_eof) = 1;
+}
+
+/** Removes and deletes the top of the stack, if present.
+ *  The next element becomes the new top.
+ *  
+ */
+void yypop_buffer_state (void)
+{
+    	if (!YY_CURRENT_BUFFER)
+		return;
+
+	yy_delete_buffer(YY_CURRENT_BUFFER );
+	YY_CURRENT_BUFFER_LVALUE = NULL;
+	if ((yy_buffer_stack_top) > 0)
+		--(yy_buffer_stack_top);
+
+	if (YY_CURRENT_BUFFER) {
+		yy_load_buffer_state( );
+		(yy_did_buffer_switch_on_eof) = 1;
+	}
+}
+
+/* Allocates the stack if it does not exist.
+ *  Guarantees space for at least one push.
+ */
+static void yyensure_buffer_stack (void)
+{
+	int num_to_alloc;
+    
+	if (!(yy_buffer_stack)) {
+
+		/* First allocation is just for 2 elements, since we don't know if this
+		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
+		 * immediate realloc on the next call.
+         */
+		num_to_alloc = 1;
+		(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+								(num_to_alloc * sizeof(struct yy_buffer_state*)
+								);
+		if ( ! (yy_buffer_stack) )
+			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+								  
+		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
+				
+		(yy_buffer_stack_max) = num_to_alloc;
+		(yy_buffer_stack_top) = 0;
+		return;
+	}
+
+	if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
+
+		/* Increase the buffer to prepare for a possible push. */
+		int grow_size = 8 /* arbitrary grow size */;
+
+		num_to_alloc = (yy_buffer_stack_max) + grow_size;
+		(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
+								((yy_buffer_stack),
+								num_to_alloc * sizeof(struct yy_buffer_state*)
+								);
+		if ( ! (yy_buffer_stack) )
+			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+
+		/* zero only the new slots.*/
+		memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
+		(yy_buffer_stack_max) = num_to_alloc;
+	}
+}
+
+/** Setup the input buffer state to scan directly from a user-specified character buffer.
+ * @param base the character buffer
+ * @param size the size in bytes of the character buffer
+ * 
+ * @return the newly allocated buffer state object. 
+ */
+YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
+{
+	YY_BUFFER_STATE b;
+    
+	if ( size < 2 ||
+	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
+	     base[size-1] != YY_END_OF_BUFFER_CHAR )
+		/* They forgot to leave room for the EOB's. */
+		return 0;
+
+	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
+	if ( ! b )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+
+	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
+	b->yy_buf_pos = b->yy_ch_buf = base;
+	b->yy_is_our_buffer = 0;
+	b->yy_input_file = 0;
+	b->yy_n_chars = b->yy_buf_size;
+	b->yy_is_interactive = 0;
+	b->yy_at_bol = 1;
+	b->yy_fill_buffer = 0;
+	b->yy_buffer_status = YY_BUFFER_NEW;
+
+	yy_switch_to_buffer(b  );
+
+	return b;
+}
+
+/** Setup the input buffer state to scan a string. The next call to yylex() will
+ * scan from a @e copy of @a str.
+ * @param yystr a NUL-terminated string to scan
+ * 
+ * @return the newly allocated buffer state object.
+ * @note If you want to scan bytes that may contain NUL values, then use
+ *       yy_scan_bytes() instead.
+ */
+YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
+{
+    
+	return yy_scan_bytes(yystr,strlen(yystr) );
+}
+
+/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
+ * scan from a @e copy of @a bytes.
+ * @param yybytes the byte buffer to scan
+ * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
+ * 
+ * @return the newly allocated buffer state object.
+ */
+YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
+{
+	YY_BUFFER_STATE b;
+	char *buf;
+	yy_size_t n;
+	int i;
+    
+	/* Get memory for full buffer, including space for trailing EOB's. */
+	n = _yybytes_len + 2;
+	buf = (char *) yyalloc(n  );
+	if ( ! buf )
+		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+
+	for ( i = 0; i < _yybytes_len; ++i )
+		buf[i] = yybytes[i];
+
+	buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
+
+	b = yy_scan_buffer(buf,n );
+	if ( ! b )
+		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
+
+	/* It's okay to grow etc. this buffer, and we should throw it
+	 * away when we're done.
+	 */
+	b->yy_is_our_buffer = 1;
+
+	return b;
+}
+
+#ifndef YY_EXIT_FAILURE
+#define YY_EXIT_FAILURE 2
+#endif
+
+static void yy_fatal_error (yyconst char* msg )
+{
+    	(void) fprintf( stderr, "%s\n", msg );
+	exit( YY_EXIT_FAILURE );
+}
+
+/* Redefine yyless() so it works in section 3 code. */
+
+#undef yyless
+#define yyless(n) \
+	do \
+		{ \
+		/* Undo effects of setting up yytext. */ \
+        int yyless_macro_arg = (n); \
+        YY_LESS_LINENO(yyless_macro_arg);\
+		yytext[yyleng] = (yy_hold_char); \
+		(yy_c_buf_p) = yytext + yyless_macro_arg; \
+		(yy_hold_char) = *(yy_c_buf_p); \
+		*(yy_c_buf_p) = '\0'; \
+		yyleng = yyless_macro_arg; \
+		} \
+	while ( 0 )
+
+/* Accessor  methods (get/set functions) to struct members. */
+
+/** Get the current line number.
+ * 
+ */
+int yyget_lineno  (void)
+{
+        
+    return yylineno;
+}
+
+/** Get the input stream.
+ * 
+ */
+FILE *yyget_in  (void)
+{
+        return yyin;
+}
+
+/** Get the output stream.
+ * 
+ */
+FILE *yyget_out  (void)
+{
+        return yyout;
+}
+
+/** Get the length of the current token.
+ * 
+ */
+int yyget_leng  (void)
+{
+        return yyleng;
+}
+
+/** Get the current token.
+ * 
+ */
+
+char *yyget_text  (void)
+{
+        return yytext;
+}
+
+/** Set the current line number.
+ * @param line_number
+ * 
+ */
+void yyset_lineno (int  line_number )
+{
+    
+    yylineno = line_number;
+}
+
+/** Set the input stream. This does not discard the current
+ * input buffer.
+ * @param in_str A readable stream.
+ * 
+ * @see yy_switch_to_buffer
+ */
+void yyset_in (FILE *  in_str )
+{
+        yyin = in_str ;
+}
+
+void yyset_out (FILE *  out_str )
+{
+        yyout = out_str ;
+}
+
+int yyget_debug  (void)
+{
+        return yy_flex_debug;
+}
+
+void yyset_debug (int  bdebug )
+{
+        yy_flex_debug = bdebug ;
+}
+
+static int yy_init_globals (void)
+{
+        /* Initialization is the same as for the non-reentrant scanner.
+     * This function is called from yylex_destroy(), so don't allocate here.
+     */
+
+    (yy_buffer_stack) = 0;
+    (yy_buffer_stack_top) = 0;
+    (yy_buffer_stack_max) = 0;
+    (yy_c_buf_p) = (char *) 0;
+    (yy_init) = 0;
+    (yy_start) = 0;
+
+/* Defined in main.c */
+#ifdef YY_STDINIT
+    yyin = stdin;
+    yyout = stdout;
+#else
+    yyin = (FILE *) 0;
+    yyout = (FILE *) 0;
+#endif
+
+    /* For future reference: Set errno on error, since we are called by
+     * yylex_init()
+     */
+    return 0;
+}
+
+/* yylex_destroy is for both reentrant and non-reentrant scanners. */
+int yylex_destroy  (void)
+{
+    
+    /* Pop the buffer stack, destroying each element. */
+	while(YY_CURRENT_BUFFER){
+		yy_delete_buffer(YY_CURRENT_BUFFER  );
+		YY_CURRENT_BUFFER_LVALUE = NULL;
+		yypop_buffer_state();
+	}
+
+	/* Destroy the stack itself. */
+	yyfree((yy_buffer_stack) );
+	(yy_buffer_stack) = NULL;
+
+    /* Reset the globals. This is important in a non-reentrant scanner so the next time
+     * yylex() is called, initialization will occur. */
+    yy_init_globals( );
+
+    return 0;
+}
+
+/*
+ * Internal utility routines.
+ */
+
+#ifndef yytext_ptr
+static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
+{
+	register int i;
+	for ( i = 0; i < n; ++i )
+		s1[i] = s2[i];
+}
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen (yyconst char * s )
+{
+	register int n;
+	for ( n = 0; s[n]; ++n )
+		;
+
+	return n;
+}
+#endif
+
+void *yyalloc (yy_size_t  size )
+{
+	return (void *) malloc( size );
+}
+
+void *yyrealloc  (void * ptr, yy_size_t  size )
+{
+	/* The cast to (char *) in the following accommodates both
+	 * implementations that use char* generic pointers, and those
+	 * that use void* generic pointers.  It works with the latter
+	 * because both ANSI C and C++ allow castless assignment from
+	 * any pointer type to void*, and deal with argument conversions
+	 * as though doing an assignment.
+	 */
+	return (void *) realloc( (char *) ptr, size );
+}
+
+void yyfree (void * ptr )
+{
+	free( (char *) ptr );	/* see yyrealloc() for (char *) cast */
+}
+
+#define YYTABLES_NAME "yytables"
+
+#line 168 "drbdadm_scanner.fl"
+
+
+
+
+static void unescape(void)
+{
+  /* backslash escapes from string */
+  char *ue, *e;
+  e = ue = yytext;
+  for (;;) {
+    if (*ue == '"')
+      ue++;
+    if (*ue == '\\')
+      ue++;
+    if (!*ue)
+      break;
+    *e++ = *ue++;
+  }
+  *e = '\0';
+}
+
+/* Compatibility cruft for flex version 2.5.4a */
+#ifndef YY_FLEX_SUBMINOR_VERSION
+/** Pushes the new state onto the stack. The new state becomes
+ *  the current state. This function will allocate the stack
+ *  if necessary.
+ *  @param new_buffer The new state.
+ *
+ */
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+{
+	if (new_buffer == NULL)
+		return;
+
+	if ( include_stack_ptr >= MAX_INCLUDE_DEPTH ) {
+		fprintf( stderr, "Includes nested too deeply" );
+		exit( 1 );
+	}
+
+	include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
+
+	yy_switch_to_buffer(new_buffer);
+	BEGIN(INITIAL);
+}
+
+/** Removes and deletes the top of the stack, if present.
+ *  The next element becomes the new top.
+ *
+ */
+void yypop_buffer_state (void)
+{
+	if (!YY_CURRENT_BUFFER)
+		return;
+
+	if ( --include_stack_ptr < 0 ) {
+		fprintf( stderr, "error in flex compat code\n" );
+		exit( 1 );
+	}
+
+	yy_delete_buffer(YY_CURRENT_BUFFER );
+	yy_switch_to_buffer(include_stack[include_stack_ptr]);
+}
+#endif
+
+void my_yypush_buffer_state(FILE *f)
+{
+	/* Since we do not have YY_BUF_SIZE outside of the flex generated file.*/
+	yypush_buffer_state(yy_create_buffer(f,YY_BUF_SIZE));
+}
+
