Imported Upstream version 3.1.0
[debian/amanda] / recover-src / uscan.c
1
2 #line 3 "uscan.c"
3
4 #define  YY_INT_ALIGNED short int
5
6 /* A lexical scanner generated by flex */
7
8 #define FLEX_SCANNER
9 #define YY_FLEX_MAJOR_VERSION 2
10 #define YY_FLEX_MINOR_VERSION 5
11 #define YY_FLEX_SUBMINOR_VERSION 35
12 #if YY_FLEX_SUBMINOR_VERSION > 0
13 #define FLEX_BETA
14 #endif
15
16 /* First, we deal with  platform-specific or compiler-specific issues. */
17
18 /* begin standard C headers. */
19 #include <stdio.h>
20 #include <string.h>
21 #include <errno.h>
22 #include <stdlib.h>
23
24 /* end standard C headers. */
25
26 /* flex integer type definitions */
27
28 #ifndef FLEXINT_H
29 #define FLEXINT_H
30
31 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
32
33 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
34
35 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
36  * if you want the limit (max/min) macros for int types. 
37  */
38 #ifndef __STDC_LIMIT_MACROS
39 #define __STDC_LIMIT_MACROS 1
40 #endif
41
42 #include <inttypes.h>
43 typedef int8_t flex_int8_t;
44 typedef uint8_t flex_uint8_t;
45 typedef int16_t flex_int16_t;
46 typedef uint16_t flex_uint16_t;
47 typedef int32_t flex_int32_t;
48 typedef uint32_t flex_uint32_t;
49 #else
50 typedef signed char flex_int8_t;
51 typedef short int flex_int16_t;
52 typedef int flex_int32_t;
53 typedef unsigned char flex_uint8_t; 
54 typedef unsigned short int flex_uint16_t;
55 typedef unsigned int flex_uint32_t;
56 #endif /* ! C99 */
57
58 /* Limits of integral types. */
59 #ifndef INT8_MIN
60 #define INT8_MIN               (-128)
61 #endif
62 #ifndef INT16_MIN
63 #define INT16_MIN              (-32767-1)
64 #endif
65 #ifndef INT32_MIN
66 #define INT32_MIN              (-2147483647-1)
67 #endif
68 #ifndef INT8_MAX
69 #define INT8_MAX               (127)
70 #endif
71 #ifndef INT16_MAX
72 #define INT16_MAX              (32767)
73 #endif
74 #ifndef INT32_MAX
75 #define INT32_MAX              (2147483647)
76 #endif
77 #ifndef UINT8_MAX
78 #define UINT8_MAX              (255U)
79 #endif
80 #ifndef UINT16_MAX
81 #define UINT16_MAX             (65535U)
82 #endif
83 #ifndef UINT32_MAX
84 #define UINT32_MAX             (4294967295U)
85 #endif
86
87 #endif /* ! FLEXINT_H */
88
89 #ifdef __cplusplus
90
91 /* The "const" storage-class-modifier is valid. */
92 #define YY_USE_CONST
93
94 #else   /* ! __cplusplus */
95
96 /* C99 requires __STDC__ to be defined as 1. */
97 #if defined (__STDC__)
98
99 #define YY_USE_CONST
100
101 #endif  /* defined (__STDC__) */
102 #endif  /* ! __cplusplus */
103
104 #ifdef YY_USE_CONST
105 #define yyconst const
106 #else
107 #define yyconst
108 #endif
109
110 /* Returned upon end-of-file. */
111 #define YY_NULL 0
112
113 /* Promotes a possibly negative, possibly signed char to an unsigned
114  * integer for use as an array index.  If the signed char is negative,
115  * we want to instead treat it as an 8-bit unsigned char, hence the
116  * double cast.
117  */
118 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
119
120 /* Enter a start condition.  This macro really ought to take a parameter,
121  * but we do it the disgusting crufty way forced on us by the ()-less
122  * definition of BEGIN.
123  */
124 #define BEGIN (yy_start) = 1 + 2 *
125
126 /* Translate the current start state into a value that can be later handed
127  * to BEGIN to return to the state.  The YYSTATE alias is for lex
128  * compatibility.
129  */
130 #define YY_START (((yy_start) - 1) / 2)
131 #define YYSTATE YY_START
132
133 /* Action number for EOF rule of a given start state. */
134 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
135
136 /* Special action meaning "start processing a new file". */
137 #define YY_NEW_FILE yyrestart(yyin  )
138
139 #define YY_END_OF_BUFFER_CHAR 0
140
141 /* Size of default input buffer. */
142 #ifndef YY_BUF_SIZE
143 #define YY_BUF_SIZE 16384
144 #endif
145
146 /* The state buf must be large enough to hold one state per character in the main buffer.
147  */
148 #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
149
150 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
151 #define YY_TYPEDEF_YY_BUFFER_STATE
152 typedef struct yy_buffer_state *YY_BUFFER_STATE;
153 #endif
154
155 extern int yyleng;
156
157 extern FILE *yyin, *yyout;
158
159 #define EOB_ACT_CONTINUE_SCAN 0
160 #define EOB_ACT_END_OF_FILE 1
161 #define EOB_ACT_LAST_MATCH 2
162
163     #define YY_LESS_LINENO(n)
164     
165 /* Return all but the first "n" matched characters back to the input stream. */
166 #define yyless(n) \
167         do \
168                 { \
169                 /* Undo effects of setting up yytext. */ \
170         int yyless_macro_arg = (n); \
171         YY_LESS_LINENO(yyless_macro_arg);\
172                 *yy_cp = (yy_hold_char); \
173                 YY_RESTORE_YY_MORE_OFFSET \
174                 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
175                 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
176                 } \
177         while ( 0 )
178
179 #define unput(c) yyunput( c, (yytext_ptr)  )
180
181 #ifndef YY_TYPEDEF_YY_SIZE_T
182 #define YY_TYPEDEF_YY_SIZE_T
183 typedef size_t yy_size_t;
184 #endif
185
186 #ifndef YY_STRUCT_YY_BUFFER_STATE
187 #define YY_STRUCT_YY_BUFFER_STATE
188 struct yy_buffer_state
189         {
190         FILE *yy_input_file;
191
192         char *yy_ch_buf;                /* input buffer */
193         char *yy_buf_pos;               /* current position in input buffer */
194
195         /* Size of input buffer in bytes, not including room for EOB
196          * characters.
197          */
198         yy_size_t yy_buf_size;
199
200         /* Number of characters read into yy_ch_buf, not including EOB
201          * characters.
202          */
203         int yy_n_chars;
204
205         /* Whether we "own" the buffer - i.e., we know we created it,
206          * and can realloc() it to grow it, and should free() it to
207          * delete it.
208          */
209         int yy_is_our_buffer;
210
211         /* Whether this is an "interactive" input source; if so, and
212          * if we're using stdio for input, then we want to use getc()
213          * instead of fread(), to make sure we stop fetching input after
214          * each newline.
215          */
216         int yy_is_interactive;
217
218         /* Whether we're considered to be at the beginning of a line.
219          * If so, '^' rules will be active on the next match, otherwise
220          * not.
221          */
222         int yy_at_bol;
223
224     int yy_bs_lineno; /**< The line count. */
225     int yy_bs_column; /**< The column count. */
226     
227         /* Whether to try to fill the input buffer when we reach the
228          * end of it.
229          */
230         int yy_fill_buffer;
231
232         int yy_buffer_status;
233
234 #define YY_BUFFER_NEW 0
235 #define YY_BUFFER_NORMAL 1
236         /* When an EOF's been seen but there's still some text to process
237          * then we mark the buffer as YY_EOF_PENDING, to indicate that we
238          * shouldn't try reading from the input source any more.  We might
239          * still have a bunch of tokens to match, though, because of
240          * possible backing-up.
241          *
242          * When we actually see the EOF, we change the status to "new"
243          * (via yyrestart()), so that the user can continue scanning by
244          * just pointing yyin at a new input file.
245          */
246 #define YY_BUFFER_EOF_PENDING 2
247
248         };
249 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
250
251 /* Stack of input buffers. */
252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
253 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
255
256 /* We provide macros for accessing buffer states in case in the
257  * future we want to put the buffer states in a more general
258  * "scanner state".
259  *
260  * Returns the top of the stack, or NULL.
261  */
262 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
263                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
264                           : NULL)
265
266 /* Same as previous macro, but useful when we know that the buffer stack is not
267  * NULL or when we need an lvalue. For internal use only.
268  */
269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
270
271 /* yy_hold_char holds the character lost when yytext is formed. */
272 static char yy_hold_char;
273 static int yy_n_chars;          /* number of characters read into yy_ch_buf */
274 int yyleng;
275
276 /* Points to current character in buffer. */
277 static char *yy_c_buf_p = (char *) 0;
278 static int yy_init = 0;         /* whether we need to initialize */
279 static int yy_start = 0;        /* start state number */
280
281 /* Flag which is used to allow yywrap()'s to do buffer switches
282  * instead of setting up a fresh yyin.  A bit of a hack ...
283  */
284 static int yy_did_buffer_switch_on_eof;
285
286 void yyrestart (FILE *input_file  );
287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
289 void yy_delete_buffer (YY_BUFFER_STATE b  );
290 void yy_flush_buffer (YY_BUFFER_STATE b  );
291 void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
292 void yypop_buffer_state (void );
293
294 static void yyensure_buffer_stack (void );
295 static void yy_load_buffer_state (void );
296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
297
298 #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
299
300 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
301 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
302 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );
303
304 void *yyalloc (yy_size_t  );
305 void *yyrealloc (void *,yy_size_t  );
306 void yyfree (void *  );
307
308 #define yy_new_buffer yy_create_buffer
309
310 #define yy_set_interactive(is_interactive) \
311         { \
312         if ( ! YY_CURRENT_BUFFER ){ \
313         yyensure_buffer_stack (); \
314                 YY_CURRENT_BUFFER_LVALUE =    \
315             yy_create_buffer(yyin,YY_BUF_SIZE ); \
316         } \
317         YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
318         }
319
320 #define yy_set_bol(at_bol) \
321         { \
322         if ( ! YY_CURRENT_BUFFER ){\
323         yyensure_buffer_stack (); \
324                 YY_CURRENT_BUFFER_LVALUE =    \
325             yy_create_buffer(yyin,YY_BUF_SIZE ); \
326         } \
327         YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
328         }
329
330 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
331
332 /* Begin user sect3 */
333
334 typedef unsigned char YY_CHAR;
335
336 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
337
338 typedef int yy_state_type;
339
340 extern int yylineno;
341
342 int yylineno = 1;
343
344 extern char *yytext;
345 #define yytext_ptr yytext
346
347 static yy_state_type yy_get_previous_state (void );
348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
349 static int yy_get_next_buffer (void );
350 static void yy_fatal_error (yyconst char msg[]  );
351
352 /* Done after the current pattern has been matched and before the
353  * corresponding action - sets up yytext.
354  */
355 #define YY_DO_BEFORE_ACTION \
356         (yytext_ptr) = yy_bp; \
357         yyleng = (size_t) (yy_cp - yy_bp); \
358         (yy_hold_char) = *yy_cp; \
359         *yy_cp = '\0'; \
360         (yy_c_buf_p) = yy_cp;
361
362 #define YY_NUM_RULES 43
363 #define YY_END_OF_BUFFER 44
364 /* This struct is not used in this scanner,
365    but its presence is necessary. */
366 struct yy_trans_info
367         {
368         flex_int32_t yy_verify;
369         flex_int32_t yy_nxt;
370         };
371 static yyconst flex_int16_t yy_accept[175] =
372     {   0,
373         0,    0,    0,    0,    0,    0,    0,    0,    0,    0,
374         0,    0,    0,    0,    0,    0,   44,   43,   42,   33,
375        33,   41,   26,   41,   41,   41,   41,   41,   41,   41,
376        41,   41,   41,   37,   37,   40,   40,   39,   43,   36,
377        41,   41,   41,   41,   41,   42,   33,   33,   33,   41,
378        41,   12,   41,   41,   41,   41,   41,   41,   41,   41,
379        17,   41,   41,   41,   41,   37,   37,   40,   40,    0,
380        40,   38,   11,   41,   41,   41,   41,   18,   13,   41,
381        41,   41,   41,   41,   41,   27,   41,   41,   41,   23,
382        41,   41,   32,   31,   41,   41,   19,   41,   41,   15,
383
384        41,   25,   41,   20,   28,   30,   14,   41,   41,   41,
385        41,   41,   41,   41,   24,   41,   41,   41,   41,   41,
386        41,   41,   41,   41,   41,   41,   41,   41,   41,   41,
387        21,   41,   41,   41,   41,   41,   41,   41,   41,   41,
388        41,   41,   41,   34,   41,   22,   29,   16,   41,   41,
389        41,    6,   41,    5,    4,    7,   41,    8,   41,    2,
390         1,   41,   41,   41,   35,   41,    9,   41,   41,   41,
391        41,   10,    3,    0
392     } ;
393
394 static yyconst flex_int32_t yy_ec[256] =
395     {   0,
396         1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
397         2,    2,    4,    1,    1,    1,    1,    1,    1,    1,
398         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
399         1,    2,    5,    6,    5,    5,    5,    5,    5,    5,
400         5,    5,    5,    5,    7,    5,    5,    5,    5,    5,
401         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
402         5,    5,    8,    5,    5,    5,    5,    5,    5,    5,
403         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
404         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
405         5,    9,    5,    5,    5,    5,   10,   11,   12,   13,
406
407        14,    5,    5,   15,   16,    5,   17,   18,   19,   20,
408        21,   22,   23,   24,   25,   26,   27,   28,   29,   30,
409        31,    5,    5,    5,    5,    5,    1,    5,    5,    5,
410         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
411         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
412         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
413         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
414         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
415         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
416         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
417
418         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
419         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
420         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
421         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
422         5,    5,    5,    5,    5,    5,    5,    5,    5,    5,
423         5,    5,    5,    5,    5
424     } ;
425
426 static yyconst flex_int32_t yy_meta[32] =
427     {   0,
428         1,    1,    2,    3,    4,    3,    4,    4,    5,    4,
429         4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
430         4,    4,    4,    4,    4,    4,    4,    4,    4,    4,
431         4
432     } ;
433
434 static yyconst flex_int16_t yy_base[179] =
435     {   0,
436         0,    0,   30,   38,   42,    0,  242,  241,   44,   46,
437       240,  239,   36,   52,   56,   59,  245,  250,   73,   80,
438        83,    0,    0,  231,   55,  229,  212,   21,   76,  220,
439       211,  212,  224,    0,   87,   91,  100,  250,    0,  250,
440       222,  217,  225,  212,  209,  103,  106,  109,  112,    0,
441       219,  201,  216,  211,  101,  210,  202,  213,  200,  195,
442         0,  210,  209,  205,  194,    0,  116,  119,  122,  126,
443       129,  250,    0,  208,  194,  195,  200,  185,    0,  204,
444       199,  186,  187,  188,  183,    0,  182,  194,  192,    0,
445       179,  121,    0,    0,  190,  182,    0,  178,  175,    0,
446
447       190,    0,  178,  122,    0,    0,    0,  132,  177,  176,
448       172,  185,  174,  169,    0,  178,  179,  166,  173,  167,
449       163,  160,  157,  159,  158,  169,  160,  158,  166,  162,
450       147,  150,  144,  149,  148,  151,  157,  154,  152,  142,
451       153,  144,  151,    0,  135,    0,    0,    0,  141,  131,
452       123,    0,  129,    0,    0,    0,  125,    0,  107,    0,
453         0,   86,   85,   73,    0,   72,    0,   54,   53,   14,
454         7,    0,    0,  250,  148,  150,  155,  159
455     } ;
456
457 static yyconst flex_int16_t yy_def[179] =
458     {   0,
459       174,    1,  175,  175,    1,    5,    5,    5,    5,    5,
460         5,    5,    5,    5,    5,    5,  174,  174,  174,  174,
461       174,  176,  176,  176,  176,  176,  176,  176,  176,  176,
462       176,  176,  176,  177,  177,  174,  174,  174,  178,  174,
463       176,  176,  176,  176,  176,  174,  174,  174,  174,  176,
464       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
465       176,  176,  176,  176,  176,  177,  177,  174,  174,  174,
466       174,  174,  176,  176,  176,  176,  176,  176,  176,  176,
467       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
468       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
469
470       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
471       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
472       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
473       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
474       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
475       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
476       176,  176,  176,  176,  176,  176,  176,  176,  176,  176,
477       176,  176,  176,    0,  174,  174,  174,  174
478     } ;
479
480 static yyconst flex_int16_t yy_nxt[282] =
481     {   0,
482        18,   19,   20,   21,   22,   18,   22,   23,   22,   24,
483        22,   25,   26,   27,   28,   22,   22,   29,   30,   22,
484        22,   31,   32,   22,   33,   22,   22,   22,   22,   22,
485        22,   35,   36,   37,   56,   38,   57,  173,   39,   35,
486        36,   37,   22,   38,  172,   44,   39,   40,   41,   22,
487        22,   22,   22,   22,   22,   22,   22,   45,   22,   22,
488        22,   44,   22,   22,   22,   22,   22,   52,   42,   43,
489        42,   43,   53,   45,   46,   47,   48,   45,  171,  170,
490        45,   46,   47,   48,   46,   49,   48,   58,   67,   68,
491        69,   59,   70,   68,   69,  169,  168,   60,  167,  166,
492
493        61,   70,   71,   69,   46,   47,   48,   46,   47,   48,
494        46,   49,   48,   46,   47,   48,   82,   67,   68,   69,
495        70,   68,   69,   70,   71,   69,   83,   70,   68,   69,
496        70,   68,   69,  108,  119,  109,  120,  165,  164,  110,
497       163,  122,  111,  121,  162,  123,  112,  124,   34,   34,
498        34,   34,   34,   50,   50,   66,  161,  160,   66,   72,
499       159,   72,   72,   72,  158,  157,  156,  155,  154,  153,
500       152,  151,  150,  149,  148,  147,  146,  145,  144,  143,
501       142,  141,  140,  139,  138,  137,  136,  135,  134,  133,
502       132,  131,  130,  129,  128,  127,  126,  125,  118,  117,
503
504       116,  115,  114,  113,  107,  106,  105,  104,  103,  102,
505       101,  100,   99,   98,   97,   96,   95,   94,   93,   92,
506        91,   90,   89,   88,   87,   86,   85,   84,   81,   80,
507        79,   78,   77,   76,   75,   74,   73,   65,   64,   63,
508        62,   55,   54,   51,  174,   22,   22,   22,   22,   17,
509       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
510       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
511       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
512       174
513     } ;
514
515 static yyconst flex_int16_t yy_chk[282] =
516     {   0,
517         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
518         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
519         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
520         1,    3,    3,    3,   28,    3,   28,  171,    3,    4,
521         4,    4,   13,    4,  170,   13,    4,    5,    5,    5,
522         9,    5,   10,    5,    5,    5,    5,   13,   14,    5,
523         5,   14,   15,    5,    5,   16,    5,   25,    9,    9,
524        10,   10,   25,   14,   19,   19,   19,   15,  169,  168,
525        16,   20,   20,   20,   21,   21,   21,   29,   35,   35,
526        35,   29,   36,   36,   36,  166,  164,   29,  163,  162,
527
528        29,   37,   37,   37,   46,   46,   46,   47,   47,   47,
529        48,   48,   48,   49,   49,   49,   55,   67,   67,   67,
530        68,   68,   68,   69,   69,   69,   55,   70,   70,   70,
531        71,   71,   71,   92,  104,   92,  104,  159,  157,   92,
532       153,  108,   92,  104,  151,  108,   92,  108,  175,  175,
533       175,  175,  175,  176,  176,  177,  150,  149,  177,  178,
534       145,  178,  178,  178,  143,  142,  141,  140,  139,  138,
535       137,  136,  135,  134,  133,  132,  131,  130,  129,  128,
536       127,  126,  125,  124,  123,  122,  121,  120,  119,  118,
537       117,  116,  114,  113,  112,  111,  110,  109,  103,  101,
538
539        99,   98,   96,   95,   91,   89,   88,   87,   85,   84,
540        83,   82,   81,   80,   78,   77,   76,   75,   74,   65,
541        64,   63,   62,   60,   59,   58,   57,   56,   54,   53,
542        52,   51,   45,   44,   43,   42,   41,   33,   32,   31,
543        30,   27,   26,   24,   17,   12,   11,    8,    7,  174,
544       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
545       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
546       174,  174,  174,  174,  174,  174,  174,  174,  174,  174,
547       174
548     } ;
549
550 static yy_state_type yy_last_accepting_state;
551 static char *yy_last_accepting_cpos;
552
553 extern int yy_flex_debug;
554 int yy_flex_debug = 0;
555
556 /* The intent behind this definition is that it'll catch
557  * any uses of REJECT which flex missed.
558  */
559 #define REJECT reject_used_but_not_detected
560 #define yymore() yymore_used_but_not_detected
561 #define YY_MORE_ADJ 0
562 #define YY_RESTORE_YY_MORE_OFFSET
563 char *yytext;
564 #line 1 "uscan.l"
565 /*
566  * amanda, the advanced maryland automatic network disk archiver
567  * Copyright (c) 1991-2000 University of Maryland at College Park
568  * All Rights Reserved.
569  *
570  * Permission to use, copy, modify, distribute, and sell this software and its
571  * documentation for any purpose is hereby granted without fee, provided that
572  * the above copyright notice appear in all copies and that both that
573  * copyright notice and this permission notice appear in supporting
574  * documentation, and that the name of U.M. not be used in advertising or
575  * publicity pertaining to distribution of the software without specific,
576  * written prior permission.  U.M. makes no representations about the
577  * suitability of this software for any purpose.  It is provided "as is"
578  * without express or implied warranty.
579  *
580  * U.M. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
581  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL U.M.
582  * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
583  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
584  * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
585  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
586  *
587  * Authors: the Amanda Development Team.  Its members are listed in a
588  * file named AUTHORS, in the root directory of this distribution.
589  */
590 /*
591  * $Id$
592  *
593  * lexer for amrecover interactive language
594  */
595 #line 32 "uscan.l"
596 #include "amanda.h"
597 #include "uparse.h"
598
599 /*
600  * We redefine this here to prevent compiler warning about ignoring fwrite
601  * return value...
602  */
603 #undef ECHO
604 #define ECHO do {                                               \
605         if (fwrite(yytext, (size_t)yyleng, 1, yyout) <= 0) {    \
606             yyerror("ECHO failure");                            \
607         }                                                       \
608 } while (0)
609
610 #define YY_NO_UNPUT
611
612 #define YY_DECL int yylex(void)
613 extern int      yylex(void);
614
615 extern void     yyerror(char *s);
616 extern int      yyparse(void);
617 int             process_line(char *line);
618
619
620
621
622
623
624
625 #line 66 "uscan.l"
626 static char *string_buf = NULL;
627 #line 628 "uscan.c"
628
629 #define INITIAL 0
630 #define quotedstring 1
631 #define needdevice 2
632 #define needstring 3
633 #define needmode 4
634 #define astring 5
635 #define propertyappend 6
636 #define propertypriority 7
637
638 #ifndef YY_NO_UNISTD_H
639 /* Special case for "unistd.h", since it is non-ANSI. We include it way
640  * down here because we want the user's section 1 to have been scanned first.
641  * The user has a chance to override it with an option.
642  */
643 #include <unistd.h>
644 #endif
645
646 #ifndef YY_EXTRA_TYPE
647 #define YY_EXTRA_TYPE void *
648 #endif
649
650 static int yy_init_globals (void );
651
652 /* Accessor methods to globals.
653    These are made visible to non-reentrant scanners for convenience. */
654
655 int yylex_destroy (void );
656
657 int yyget_debug (void );
658
659 void yyset_debug (int debug_flag  );
660
661 YY_EXTRA_TYPE yyget_extra (void );
662
663 void yyset_extra (YY_EXTRA_TYPE user_defined  );
664
665 FILE *yyget_in (void );
666
667 void yyset_in  (FILE * in_str  );
668
669 FILE *yyget_out (void );
670
671 void yyset_out  (FILE * out_str  );
672
673 int yyget_leng (void );
674
675 char *yyget_text (void );
676
677 int yyget_lineno (void );
678
679 void yyset_lineno (int line_number  );
680
681 /* Macros after this point can all be overridden by user definitions in
682  * section 1.
683  */
684
685 #ifndef YY_SKIP_YYWRAP
686 #ifdef __cplusplus
687 extern "C" int yywrap (void );
688 #else
689 extern int yywrap (void );
690 #endif
691 #endif
692
693     static void yyunput (int c,char *buf_ptr  );
694     
695 #ifndef yytext_ptr
696 static void yy_flex_strncpy (char *,yyconst char *,int );
697 #endif
698
699 #ifdef YY_NEED_STRLEN
700 static int yy_flex_strlen (yyconst char * );
701 #endif
702
703 #ifndef YY_NO_INPUT
704
705 #ifdef __cplusplus
706 static int yyinput (void );
707 #else
708 static int input (void );
709 #endif
710
711 #endif
712
713 /* Amount of stuff to slurp up with each read. */
714 #ifndef YY_READ_BUF_SIZE
715 #define YY_READ_BUF_SIZE 8192
716 #endif
717
718 /* Copy whatever the last rule matched to the standard output. */
719 #ifndef ECHO
720 /* This used to be an fputs(), but since the string might contain NUL's,
721  * we now use fwrite().
722  */
723 #define ECHO fwrite( yytext, yyleng, 1, yyout )
724 #endif
725
726 /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
727  * is returned in "result".
728  */
729 #ifndef YY_INPUT
730 #define YY_INPUT(buf,result,max_size) \
731         if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
732                 { \
733                 int c = '*'; \
734                 unsigned n; \
735                 for ( n = 0; n < max_size && \
736                              (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
737                         buf[n] = (char) c; \
738                 if ( c == '\n' ) \
739                         buf[n++] = (char) c; \
740                 if ( c == EOF && ferror( yyin ) ) \
741                         YY_FATAL_ERROR( "input in flex scanner failed" ); \
742                 result = n; \
743                 } \
744         else \
745                 { \
746                 errno=0; \
747                 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
748                         { \
749                         if( errno != EINTR) \
750                                 { \
751                                 YY_FATAL_ERROR( "input in flex scanner failed" ); \
752                                 break; \
753                                 } \
754                         errno=0; \
755                         clearerr(yyin); \
756                         } \
757                 }\
758 \
759
760 #endif
761
762 /* No semi-colon after return; correct usage is to write "yyterminate();" -
763  * we don't want an extra ';' after the "return" because that will cause
764  * some compilers to complain about unreachable statements.
765  */
766 #ifndef yyterminate
767 #define yyterminate() return YY_NULL
768 #endif
769
770 /* Number of entries by which start-condition stack grows. */
771 #ifndef YY_START_STACK_INCR
772 #define YY_START_STACK_INCR 25
773 #endif
774
775 /* Report a fatal error. */
776 #ifndef YY_FATAL_ERROR
777 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
778 #endif
779
780 /* end tables serialization structures and prototypes */
781
782 /* Default declaration of generated scanner - a define so the user can
783  * easily add parameters.
784  */
785 #ifndef YY_DECL
786 #define YY_DECL_IS_OURS 1
787
788 extern int yylex (void);
789
790 #define YY_DECL int yylex (void)
791 #endif /* !YY_DECL */
792
793 /* Code executed at the beginning of each rule, after yytext and yyleng
794  * have been set up.
795  */
796 #ifndef YY_USER_ACTION
797 #define YY_USER_ACTION
798 #endif
799
800 /* Code executed at the end of each rule. */
801 #ifndef YY_BREAK
802 #define YY_BREAK break;
803 #endif
804
805 #define YY_RULE_SETUP \
806         YY_USER_ACTION
807
808 /** The main scanner function which does all the work.
809  */
810 YY_DECL
811 {
812         register yy_state_type yy_current_state;
813         register char *yy_cp, *yy_bp;
814         register int yy_act;
815     
816 #line 69 "uscan.l"
817
818
819
820     /* literal keyword tokens */
821
822
823 #line 824 "uscan.c"
824
825         if ( !(yy_init) )
826                 {
827                 (yy_init) = 1;
828
829 #ifdef YY_USER_INIT
830                 YY_USER_INIT;
831 #endif
832
833                 if ( ! (yy_start) )
834                         (yy_start) = 1; /* first start state */
835
836                 if ( ! yyin )
837                         yyin = stdin;
838
839                 if ( ! yyout )
840                         yyout = stdout;
841
842                 if ( ! YY_CURRENT_BUFFER ) {
843                         yyensure_buffer_stack ();
844                         YY_CURRENT_BUFFER_LVALUE =
845                                 yy_create_buffer(yyin,YY_BUF_SIZE );
846                 }
847
848                 yy_load_buffer_state( );
849                 }
850
851         while ( 1 )             /* loops until end-of-file is reached */
852                 {
853                 yy_cp = (yy_c_buf_p);
854
855                 /* Support of yytext. */
856                 *yy_cp = (yy_hold_char);
857
858                 /* yy_bp points to the position in yy_ch_buf of the start of
859                  * the current run.
860                  */
861                 yy_bp = yy_cp;
862
863                 yy_current_state = (yy_start);
864 yy_match:
865                 do
866                         {
867                         register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
868                         if ( yy_accept[yy_current_state] )
869                                 {
870                                 (yy_last_accepting_state) = yy_current_state;
871                                 (yy_last_accepting_cpos) = yy_cp;
872                                 }
873                         while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
874                                 {
875                                 yy_current_state = (int) yy_def[yy_current_state];
876                                 if ( yy_current_state >= 175 )
877                                         yy_c = yy_meta[(unsigned int) yy_c];
878                                 }
879                         yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
880                         ++yy_cp;
881                         }
882                 while ( yy_base[yy_current_state] != 250 );
883
884 yy_find_action:
885                 yy_act = yy_accept[yy_current_state];
886                 if ( yy_act == 0 )
887                         { /* have to back up */
888                         yy_cp = (yy_last_accepting_cpos);
889                         yy_current_state = (yy_last_accepting_state);
890                         yy_act = yy_accept[yy_current_state];
891                         }
892
893                 YY_DO_BEFORE_ACTION;
894
895 do_action:      /* This label is used only to access EOF actions. */
896
897                 switch ( yy_act )
898         { /* beginning of action switch */
899                         case 0: /* must back up */
900                         /* undo the effects of YY_DO_BEFORE_ACTION */
901                         *yy_cp = (yy_hold_char);
902                         yy_cp = (yy_last_accepting_cpos);
903                         yy_current_state = (yy_last_accepting_state);
904                         goto yy_find_action;
905
906 case 1:
907 YY_RULE_SETUP
908 #line 75 "uscan.l"
909 { BEGIN(needstring); return LISTHOST; }
910         YY_BREAK
911 case 2:
912 YY_RULE_SETUP
913 #line 76 "uscan.l"
914 { BEGIN(needstring); return LISTDISK; }
915         YY_BREAK
916 case 3:
917 YY_RULE_SETUP
918 #line 77 "uscan.l"
919 { BEGIN(needstring); return LISTPROPERTY; }
920         YY_BREAK
921 case 4:
922 YY_RULE_SETUP
923 #line 78 "uscan.l"
924 { BEGIN(needstring); return SETHOST; }
925         YY_BREAK
926 case 5:
927 YY_RULE_SETUP
928 #line 79 "uscan.l"
929 { BEGIN(needstring); return SETDISK; }
930         YY_BREAK
931 case 6:
932 YY_RULE_SETUP
933 #line 80 "uscan.l"
934 { BEGIN(needstring); return SETDATE; }
935         YY_BREAK
936 case 7:
937 YY_RULE_SETUP
938 #line 81 "uscan.l"
939 { BEGIN(needmode); return SETMODE; }
940         YY_BREAK
941 case 8:
942 YY_RULE_SETUP
943 #line 82 "uscan.l"
944 { BEGIN(needstring); return SETTAPE; }
945         YY_BREAK
946 case 9:
947 YY_RULE_SETUP
948 #line 83 "uscan.l"
949 { BEGIN(needdevice); return SETDEVICE; }
950         YY_BREAK
951 case 10:
952 YY_RULE_SETUP
953 #line 84 "uscan.l"
954 { BEGIN(propertyappend); return SETPROPERTY; }
955         YY_BREAK
956 case 11:
957 YY_RULE_SETUP
958 #line 85 "uscan.l"
959 { BEGIN(needstring); return DASH_H; }
960         YY_BREAK
961 case 12:
962 YY_RULE_SETUP
963 #line 86 "uscan.l"
964 { BEGIN(needstring); return CD; }
965         YY_BREAK
966 case 13:
967 YY_RULE_SETUP
968 #line 87 "uscan.l"
969 { BEGIN(needstring); return CDX; }
970         YY_BREAK
971 case 14:
972 YY_RULE_SETUP
973 #line 88 "uscan.l"
974 { BEGIN(needstring); return QUIT; }
975         YY_BREAK
976 case 15:
977 YY_RULE_SETUP
978 #line 89 "uscan.l"
979 { BEGIN(needstring); return QUIT; }
980         YY_BREAK
981 case 16:
982 YY_RULE_SETUP
983 #line 90 "uscan.l"
984 { BEGIN(needstring); return DHIST; }
985         YY_BREAK
986 case 17:
987 YY_RULE_SETUP
988 #line 91 "uscan.l"
989 { BEGIN(needstring); return LS; }
990         YY_BREAK
991 case 18:
992 YY_RULE_SETUP
993 #line 92 "uscan.l"
994 { BEGIN(needstring); return ADD; }
995         YY_BREAK
996 case 19:
997 YY_RULE_SETUP
998 #line 93 "uscan.l"
999 { BEGIN(needstring); return ADDX; }
1000         YY_BREAK
1001 case 20:
1002 YY_RULE_SETUP
1003 #line 94 "uscan.l"
1004 { BEGIN(needstring); return LIST; }
1005         YY_BREAK
1006 case 21:
1007 YY_RULE_SETUP
1008 #line 95 "uscan.l"
1009 { BEGIN(needstring); return DELETE; }
1010         YY_BREAK
1011 case 22:
1012 YY_RULE_SETUP
1013 #line 96 "uscan.l"
1014 { BEGIN(needstring); return DELETEX; }
1015         YY_BREAK
1016 case 23:
1017 YY_RULE_SETUP
1018 #line 97 "uscan.l"
1019 { BEGIN(needstring); return PWD; }
1020         YY_BREAK
1021 case 24:
1022 YY_RULE_SETUP
1023 #line 98 "uscan.l"
1024 { BEGIN(needstring); return CLEAR; }
1025         YY_BREAK
1026 case 25:
1027 YY_RULE_SETUP
1028 #line 99 "uscan.l"
1029 { BEGIN(INITIAL); return HELP; }
1030         YY_BREAK
1031 case 26:
1032 YY_RULE_SETUP
1033 #line 100 "uscan.l"
1034 { BEGIN(needstring); return HELP; }
1035         YY_BREAK
1036 case 27:
1037 YY_RULE_SETUP
1038 #line 101 "uscan.l"
1039 { BEGIN(needstring); return LCD; }
1040         YY_BREAK
1041 case 28:
1042 YY_RULE_SETUP
1043 #line 102 "uscan.l"
1044 { BEGIN(needstring); return LPWD; }
1045         YY_BREAK
1046 case 29:
1047 YY_RULE_SETUP
1048 #line 103 "uscan.l"
1049 { BEGIN(needstring); return EXTRACT; }
1050         YY_BREAK
1051 case 30:
1052 YY_RULE_SETUP
1053 #line 104 "uscan.l"
1054 { BEGIN(needstring); return MODE; }
1055         YY_BREAK
1056 case 31:
1057 YY_RULE_SETUP
1058 #line 105 "uscan.l"
1059 { BEGIN(needstring); return TAR; }
1060         YY_BREAK
1061 case 32:
1062 YY_RULE_SETUP
1063 #line 106 "uscan.l"
1064 { BEGIN(needstring); return SMB; }
1065         YY_BREAK
1066 case 33:
1067 /* rule 33 can match eol */
1068 YY_RULE_SETUP
1069 #line 107 "uscan.l"
1070 { BEGIN(INITIAL); return NL; }
1071         YY_BREAK
1072
1073     /* quoted file names */
1074
1075 case 34:
1076 YY_RULE_SETUP
1077 #line 113 "uscan.l"
1078 {
1079     BEGIN(propertypriority);
1080     return APPEND;
1081 }
1082         YY_BREAK
1083 case 35:
1084 YY_RULE_SETUP
1085 #line 118 "uscan.l"
1086 {
1087     BEGIN(needstring);
1088     return PRIORITY;
1089 }
1090         YY_BREAK
1091 case 36:
1092 YY_RULE_SETUP
1093 #line 123 "uscan.l"
1094 {
1095     if(string_buf != NULL) {
1096         g_printf("ERROR:string_buf != NULL: %s\n",string_buf);
1097     }
1098     BEGIN(quotedstring);
1099     strappend(string_buf, yytext);
1100 }
1101         YY_BREAK
1102 case 37:
1103 YY_RULE_SETUP
1104 #line 131 "uscan.l"
1105 {
1106     strappend(string_buf, yytext);
1107 }
1108         YY_BREAK
1109 case 38:
1110 YY_RULE_SETUP
1111 #line 135 "uscan.l"
1112 {
1113     /* escaped character (including quote) */
1114     strappend(string_buf, yytext);
1115 }
1116         YY_BREAK
1117 case 39:
1118 YY_RULE_SETUP
1119 #line 140 "uscan.l"
1120 { /* saw closing quote - all done */
1121     strappend(string_buf, yytext);
1122     yylval.strval = string_buf;
1123     string_buf = NULL;
1124     BEGIN(needstring);
1125     return STRING;
1126 }
1127         YY_BREAK
1128 case 40:
1129 /* rule 40 can match eol */
1130 YY_RULE_SETUP
1131 #line 148 "uscan.l"
1132 {
1133     fprintf(stderr,"Unterminated quoted string\n");
1134     string_buf = NULL;
1135     BEGIN(INITIAL);
1136     return NL;
1137 }
1138         YY_BREAK
1139
1140     /* file names */
1141
1142 case 41:
1143 YY_RULE_SETUP
1144 #line 159 "uscan.l"
1145 {
1146     yylval.strval = stralloc(yytext);
1147     BEGIN(needstring);
1148     return STRING;
1149 }
1150         YY_BREAK
1151
1152     /* whitespace */
1153
1154 case 42:
1155 /* rule 42 can match eol */
1156 YY_RULE_SETUP
1157 #line 169 "uscan.l"
1158 ; /* whitespace */
1159         YY_BREAK
1160
1161     /* anything else */
1162     /* everything should have been handled by now, so this rule is disabled */
1163
1164
1165 #if 0
1166 .       { yyerror("invalid character"); }
1167 #endif
1168
1169 case 43:
1170 YY_RULE_SETUP
1171 #line 182 "uscan.l"
1172 ECHO;
1173         YY_BREAK
1174 #line 1175 "uscan.c"
1175 case YY_STATE_EOF(INITIAL):
1176 case YY_STATE_EOF(quotedstring):
1177 case YY_STATE_EOF(needdevice):
1178 case YY_STATE_EOF(needstring):
1179 case YY_STATE_EOF(needmode):
1180 case YY_STATE_EOF(astring):
1181 case YY_STATE_EOF(propertyappend):
1182 case YY_STATE_EOF(propertypriority):
1183         yyterminate();
1184
1185         case YY_END_OF_BUFFER:
1186                 {
1187                 /* Amount of text matched not including the EOB char. */
1188                 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1189
1190                 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1191                 *yy_cp = (yy_hold_char);
1192                 YY_RESTORE_YY_MORE_OFFSET
1193
1194                 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1195                         {
1196                         /* We're scanning a new file or input source.  It's
1197                          * possible that this happened because the user
1198                          * just pointed yyin at a new source and called
1199                          * yylex().  If so, then we have to assure
1200                          * consistency between YY_CURRENT_BUFFER and our
1201                          * globals.  Here is the right place to do so, because
1202                          * this is the first action (other than possibly a
1203                          * back-up) that will match for the new input source.
1204                          */
1205                         (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1206                         YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1207                         YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1208                         }
1209
1210                 /* Note that here we test for yy_c_buf_p "<=" to the position
1211                  * of the first EOB in the buffer, since yy_c_buf_p will
1212                  * already have been incremented past the NUL character
1213                  * (since all states make transitions on EOB to the
1214                  * end-of-buffer state).  Contrast this with the test
1215                  * in input().
1216                  */
1217                 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1218                         { /* This was really a NUL. */
1219                         yy_state_type yy_next_state;
1220
1221                         (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1222
1223                         yy_current_state = yy_get_previous_state(  );
1224
1225                         /* Okay, we're now positioned to make the NUL
1226                          * transition.  We couldn't have
1227                          * yy_get_previous_state() go ahead and do it
1228                          * for us because it doesn't know how to deal
1229                          * with the possibility of jamming (and we don't
1230                          * want to build jamming into it because then it
1231                          * will run more slowly).
1232                          */
1233
1234                         yy_next_state = yy_try_NUL_trans( yy_current_state );
1235
1236                         yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1237
1238                         if ( yy_next_state )
1239                                 {
1240                                 /* Consume the NUL. */
1241                                 yy_cp = ++(yy_c_buf_p);
1242                                 yy_current_state = yy_next_state;
1243                                 goto yy_match;
1244                                 }
1245
1246                         else
1247                                 {
1248                                 yy_cp = (yy_c_buf_p);
1249                                 goto yy_find_action;
1250                                 }
1251                         }
1252
1253                 else switch ( yy_get_next_buffer(  ) )
1254                         {
1255                         case EOB_ACT_END_OF_FILE:
1256                                 {
1257                                 (yy_did_buffer_switch_on_eof) = 0;
1258
1259                                 if ( yywrap( ) )
1260                                         {
1261                                         /* Note: because we've taken care in
1262                                          * yy_get_next_buffer() to have set up
1263                                          * yytext, we can now set up
1264                                          * yy_c_buf_p so that if some total
1265                                          * hoser (like flex itself) wants to
1266                                          * call the scanner after we return the
1267                                          * YY_NULL, it'll still work - another
1268                                          * YY_NULL will get returned.
1269                                          */
1270                                         (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1271
1272                                         yy_act = YY_STATE_EOF(YY_START);
1273                                         goto do_action;
1274                                         }
1275
1276                                 else
1277                                         {
1278                                         if ( ! (yy_did_buffer_switch_on_eof) )
1279                                                 YY_NEW_FILE;
1280                                         }
1281                                 break;
1282                                 }
1283
1284                         case EOB_ACT_CONTINUE_SCAN:
1285                                 (yy_c_buf_p) =
1286                                         (yytext_ptr) + yy_amount_of_matched_text;
1287
1288                                 yy_current_state = yy_get_previous_state(  );
1289
1290                                 yy_cp = (yy_c_buf_p);
1291                                 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1292                                 goto yy_match;
1293
1294                         case EOB_ACT_LAST_MATCH:
1295                                 (yy_c_buf_p) =
1296                                 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1297
1298                                 yy_current_state = yy_get_previous_state(  );
1299
1300                                 yy_cp = (yy_c_buf_p);
1301                                 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1302                                 goto yy_find_action;
1303                         }
1304                 break;
1305                 }
1306
1307         default:
1308                 YY_FATAL_ERROR(
1309                         "fatal flex scanner internal error--no action found" );
1310         } /* end of action switch */
1311                 } /* end of scanning one token */
1312 } /* end of yylex */
1313
1314 /* yy_get_next_buffer - try to read in a new buffer
1315  *
1316  * Returns a code representing an action:
1317  *      EOB_ACT_LAST_MATCH -
1318  *      EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1319  *      EOB_ACT_END_OF_FILE - end of file
1320  */
1321 static int yy_get_next_buffer (void)
1322 {
1323         register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1324         register char *source = (yytext_ptr);
1325         register int number_to_move, i;
1326         int ret_val;
1327
1328         if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1329                 YY_FATAL_ERROR(
1330                 "fatal flex scanner internal error--end of buffer missed" );
1331
1332         if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1333                 { /* Don't try to fill the buffer, so this is an EOF. */
1334                 if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1335                         {
1336                         /* We matched a single character, the EOB, so
1337                          * treat this as a final EOF.
1338                          */
1339                         return EOB_ACT_END_OF_FILE;
1340                         }
1341
1342                 else
1343                         {
1344                         /* We matched some text prior to the EOB, first
1345                          * process it.
1346                          */
1347                         return EOB_ACT_LAST_MATCH;
1348                         }
1349                 }
1350
1351         /* Try to read more data. */
1352
1353         /* First move last chars to start of buffer. */
1354         number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1355
1356         for ( i = 0; i < number_to_move; ++i )
1357                 *(dest++) = *(source++);
1358
1359         if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1360                 /* don't do the read, it's not guaranteed to return an EOF,
1361                  * just force an EOF
1362                  */
1363                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1364
1365         else
1366                 {
1367                         int num_to_read =
1368                         YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1369
1370                 while ( num_to_read <= 0 )
1371                         { /* Not enough room in the buffer - grow it. */
1372
1373                         /* just a shorter name for the current buffer */
1374                         YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1375
1376                         int yy_c_buf_p_offset =
1377                                 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1378
1379                         if ( b->yy_is_our_buffer )
1380                                 {
1381                                 int new_size = b->yy_buf_size * 2;
1382
1383                                 if ( new_size <= 0 )
1384                                         b->yy_buf_size += b->yy_buf_size / 8;
1385                                 else
1386                                         b->yy_buf_size *= 2;
1387
1388                                 b->yy_ch_buf = (char *)
1389                                         /* Include room in for 2 EOB chars. */
1390                                         yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
1391                                 }
1392                         else
1393                                 /* Can't grow it, we don't own it. */
1394                                 b->yy_ch_buf = 0;
1395
1396                         if ( ! b->yy_ch_buf )
1397                                 YY_FATAL_ERROR(
1398                                 "fatal error - scanner input buffer overflow" );
1399
1400                         (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
1401
1402                         num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1403                                                 number_to_move - 1;
1404
1405                         }
1406
1407                 if ( num_to_read > YY_READ_BUF_SIZE )
1408                         num_to_read = YY_READ_BUF_SIZE;
1409
1410                 /* Read in more data. */
1411                 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1412                         (yy_n_chars), (size_t) num_to_read );
1413
1414                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1415                 }
1416
1417         if ( (yy_n_chars) == 0 )
1418                 {
1419                 if ( number_to_move == YY_MORE_ADJ )
1420                         {
1421                         ret_val = EOB_ACT_END_OF_FILE;
1422                         yyrestart(yyin  );
1423                         }
1424
1425                 else
1426                         {
1427                         ret_val = EOB_ACT_LAST_MATCH;
1428                         YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1429                                 YY_BUFFER_EOF_PENDING;
1430                         }
1431                 }
1432
1433         else
1434                 ret_val = EOB_ACT_CONTINUE_SCAN;
1435
1436         if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1437                 /* Extend the array by 50%, plus the number we really need. */
1438                 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1439                 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
1440                 if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1441                         YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1442         }
1443
1444         (yy_n_chars) += number_to_move;
1445         YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1446         YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1447
1448         (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1449
1450         return ret_val;
1451 }
1452
1453 /* yy_get_previous_state - get the state just before the EOB char was reached */
1454
1455     static yy_state_type yy_get_previous_state (void)
1456 {
1457         register yy_state_type yy_current_state;
1458         register char *yy_cp;
1459     
1460         yy_current_state = (yy_start);
1461
1462         for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1463                 {
1464                 register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1465                 if ( yy_accept[yy_current_state] )
1466                         {
1467                         (yy_last_accepting_state) = yy_current_state;
1468                         (yy_last_accepting_cpos) = yy_cp;
1469                         }
1470                 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1471                         {
1472                         yy_current_state = (int) yy_def[yy_current_state];
1473                         if ( yy_current_state >= 175 )
1474                                 yy_c = yy_meta[(unsigned int) yy_c];
1475                         }
1476                 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1477                 }
1478
1479         return yy_current_state;
1480 }
1481
1482 /* yy_try_NUL_trans - try to make a transition on the NUL character
1483  *
1484  * synopsis
1485  *      next_state = yy_try_NUL_trans( current_state );
1486  */
1487     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
1488 {
1489         register int yy_is_jam;
1490         register char *yy_cp = (yy_c_buf_p);
1491
1492         register YY_CHAR yy_c = 1;
1493         if ( yy_accept[yy_current_state] )
1494                 {
1495                 (yy_last_accepting_state) = yy_current_state;
1496                 (yy_last_accepting_cpos) = yy_cp;
1497                 }
1498         while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1499                 {
1500                 yy_current_state = (int) yy_def[yy_current_state];
1501                 if ( yy_current_state >= 175 )
1502                         yy_c = yy_meta[(unsigned int) yy_c];
1503                 }
1504         yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1505         yy_is_jam = (yy_current_state == 174);
1506
1507         return yy_is_jam ? 0 : yy_current_state;
1508 }
1509
1510     static void yyunput (int c, register char * yy_bp )
1511 {
1512         register char *yy_cp;
1513     
1514     yy_cp = (yy_c_buf_p);
1515
1516         /* undo effects of setting up yytext */
1517         *yy_cp = (yy_hold_char);
1518
1519         if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1520                 { /* need to shift things up to make room */
1521                 /* +2 for EOB chars. */
1522                 register int number_to_move = (yy_n_chars) + 2;
1523                 register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1524                                         YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1525                 register char *source =
1526                                 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1527
1528                 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1529                         *--dest = *--source;
1530
1531                 yy_cp += (int) (dest - source);
1532                 yy_bp += (int) (dest - source);
1533                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1534                         (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1535
1536                 if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1537                         YY_FATAL_ERROR( "flex scanner push-back overflow" );
1538                 }
1539
1540         *--yy_cp = (char) c;
1541
1542         (yytext_ptr) = yy_bp;
1543         (yy_hold_char) = *yy_cp;
1544         (yy_c_buf_p) = yy_cp;
1545 }
1546
1547 #ifndef YY_NO_INPUT
1548 #ifdef __cplusplus
1549     static int yyinput (void)
1550 #else
1551     static int input  (void)
1552 #endif
1553
1554 {
1555         int c;
1556     
1557         *(yy_c_buf_p) = (yy_hold_char);
1558
1559         if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1560                 {
1561                 /* yy_c_buf_p now points to the character we want to return.
1562                  * If this occurs *before* the EOB characters, then it's a
1563                  * valid NUL; if not, then we've hit the end of the buffer.
1564                  */
1565                 if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1566                         /* This was really a NUL. */
1567                         *(yy_c_buf_p) = '\0';
1568
1569                 else
1570                         { /* need more input */
1571                         int offset = (yy_c_buf_p) - (yytext_ptr);
1572                         ++(yy_c_buf_p);
1573
1574                         switch ( yy_get_next_buffer(  ) )
1575                                 {
1576                                 case EOB_ACT_LAST_MATCH:
1577                                         /* This happens because yy_g_n_b()
1578                                          * sees that we've accumulated a
1579                                          * token and flags that we need to
1580                                          * try matching the token before
1581                                          * proceeding.  But for input(),
1582                                          * there's no matching to consider.
1583                                          * So convert the EOB_ACT_LAST_MATCH
1584                                          * to EOB_ACT_END_OF_FILE.
1585                                          */
1586
1587                                         /* Reset buffer status. */
1588                                         yyrestart(yyin );
1589
1590                                         /*FALLTHROUGH*/
1591
1592                                 case EOB_ACT_END_OF_FILE:
1593                                         {
1594                                         if ( yywrap( ) )
1595                                                 return EOF;
1596
1597                                         if ( ! (yy_did_buffer_switch_on_eof) )
1598                                                 YY_NEW_FILE;
1599 #ifdef __cplusplus
1600                                         return yyinput();
1601 #else
1602                                         return input();
1603 #endif
1604                                         }
1605
1606                                 case EOB_ACT_CONTINUE_SCAN:
1607                                         (yy_c_buf_p) = (yytext_ptr) + offset;
1608                                         break;
1609                                 }
1610                         }
1611                 }
1612
1613         c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
1614         *(yy_c_buf_p) = '\0';   /* preserve yytext */
1615         (yy_hold_char) = *++(yy_c_buf_p);
1616
1617         return c;
1618 }
1619 #endif  /* ifndef YY_NO_INPUT */
1620
1621 /** Immediately switch to a different input stream.
1622  * @param input_file A readable stream.
1623  * 
1624  * @note This function does not reset the start condition to @c INITIAL .
1625  */
1626     void yyrestart  (FILE * input_file )
1627 {
1628     
1629         if ( ! YY_CURRENT_BUFFER ){
1630         yyensure_buffer_stack ();
1631                 YY_CURRENT_BUFFER_LVALUE =
1632             yy_create_buffer(yyin,YY_BUF_SIZE );
1633         }
1634
1635         yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1636         yy_load_buffer_state( );
1637 }
1638
1639 /** Switch to a different input buffer.
1640  * @param new_buffer The new input buffer.
1641  * 
1642  */
1643     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
1644 {
1645     
1646         /* TODO. We should be able to replace this entire function body
1647          * with
1648          *              yypop_buffer_state();
1649          *              yypush_buffer_state(new_buffer);
1650      */
1651         yyensure_buffer_stack ();
1652         if ( YY_CURRENT_BUFFER == new_buffer )
1653                 return;
1654
1655         if ( YY_CURRENT_BUFFER )
1656                 {
1657                 /* Flush out information for old buffer. */
1658                 *(yy_c_buf_p) = (yy_hold_char);
1659                 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1660                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1661                 }
1662
1663         YY_CURRENT_BUFFER_LVALUE = new_buffer;
1664         yy_load_buffer_state( );
1665
1666         /* We don't actually know whether we did this switch during
1667          * EOF (yywrap()) processing, but the only time this flag
1668          * is looked at is after yywrap() is called, so it's safe
1669          * to go ahead and always set it.
1670          */
1671         (yy_did_buffer_switch_on_eof) = 1;
1672 }
1673
1674 static void yy_load_buffer_state  (void)
1675 {
1676         (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1677         (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1678         yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1679         (yy_hold_char) = *(yy_c_buf_p);
1680 }
1681
1682 /** Allocate and initialize an input buffer state.
1683  * @param file A readable stream.
1684  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1685  * 
1686  * @return the allocated buffer state.
1687  */
1688     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
1689 {
1690         YY_BUFFER_STATE b;
1691     
1692         b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1693         if ( ! b )
1694                 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1695
1696         b->yy_buf_size = size;
1697
1698         /* yy_ch_buf has to be 2 characters longer than the size given because
1699          * we need to put in 2 end-of-buffer characters.
1700          */
1701         b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
1702         if ( ! b->yy_ch_buf )
1703                 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1704
1705         b->yy_is_our_buffer = 1;
1706
1707         yy_init_buffer(b,file );
1708
1709         return b;
1710 }
1711
1712 /** Destroy the buffer.
1713  * @param b a buffer created with yy_create_buffer()
1714  * 
1715  */
1716     void yy_delete_buffer (YY_BUFFER_STATE  b )
1717 {
1718     
1719         if ( ! b )
1720                 return;
1721
1722         if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1723                 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1724
1725         if ( b->yy_is_our_buffer )
1726                 yyfree((void *) b->yy_ch_buf  );
1727
1728         yyfree((void *) b  );
1729 }
1730
1731 #ifndef __cplusplus
1732 extern int isatty (int );
1733 #endif /* __cplusplus */
1734     
1735 /* Initializes or reinitializes a buffer.
1736  * This function is sometimes called more than once on the same buffer,
1737  * such as during a yyrestart() or at EOF.
1738  */
1739     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
1740
1741 {
1742         int oerrno = errno;
1743     
1744         yy_flush_buffer(b );
1745
1746         b->yy_input_file = file;
1747         b->yy_fill_buffer = 1;
1748
1749     /* If b is the current buffer, then yy_init_buffer was _probably_
1750      * called from yyrestart() or through yy_get_next_buffer.
1751      * In that case, we don't want to reset the lineno or column.
1752      */
1753     if (b != YY_CURRENT_BUFFER){
1754         b->yy_bs_lineno = 1;
1755         b->yy_bs_column = 0;
1756     }
1757
1758         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1759     
1760         errno = oerrno;
1761 }
1762
1763 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1764  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1765  * 
1766  */
1767     void yy_flush_buffer (YY_BUFFER_STATE  b )
1768 {
1769         if ( ! b )
1770                 return;
1771
1772         b->yy_n_chars = 0;
1773
1774         /* We always need two end-of-buffer characters.  The first causes
1775          * a transition to the end-of-buffer state.  The second causes
1776          * a jam in that state.
1777          */
1778         b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1779         b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1780
1781         b->yy_buf_pos = &b->yy_ch_buf[0];
1782
1783         b->yy_at_bol = 1;
1784         b->yy_buffer_status = YY_BUFFER_NEW;
1785
1786         if ( b == YY_CURRENT_BUFFER )
1787                 yy_load_buffer_state( );
1788 }
1789
1790 /** Pushes the new state onto the stack. The new state becomes
1791  *  the current state. This function will allocate the stack
1792  *  if necessary.
1793  *  @param new_buffer The new state.
1794  *  
1795  */
1796 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1797 {
1798         if (new_buffer == NULL)
1799                 return;
1800
1801         yyensure_buffer_stack();
1802
1803         /* This block is copied from yy_switch_to_buffer. */
1804         if ( YY_CURRENT_BUFFER )
1805                 {
1806                 /* Flush out information for old buffer. */
1807                 *(yy_c_buf_p) = (yy_hold_char);
1808                 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1809                 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1810                 }
1811
1812         /* Only push if top exists. Otherwise, replace top. */
1813         if (YY_CURRENT_BUFFER)
1814                 (yy_buffer_stack_top)++;
1815         YY_CURRENT_BUFFER_LVALUE = new_buffer;
1816
1817         /* copied from yy_switch_to_buffer. */
1818         yy_load_buffer_state( );
1819         (yy_did_buffer_switch_on_eof) = 1;
1820 }
1821
1822 /** Removes and deletes the top of the stack, if present.
1823  *  The next element becomes the new top.
1824  *  
1825  */
1826 void yypop_buffer_state (void)
1827 {
1828         if (!YY_CURRENT_BUFFER)
1829                 return;
1830
1831         yy_delete_buffer(YY_CURRENT_BUFFER );
1832         YY_CURRENT_BUFFER_LVALUE = NULL;
1833         if ((yy_buffer_stack_top) > 0)
1834                 --(yy_buffer_stack_top);
1835
1836         if (YY_CURRENT_BUFFER) {
1837                 yy_load_buffer_state( );
1838                 (yy_did_buffer_switch_on_eof) = 1;
1839         }
1840 }
1841
1842 /* Allocates the stack if it does not exist.
1843  *  Guarantees space for at least one push.
1844  */
1845 static void yyensure_buffer_stack (void)
1846 {
1847         int num_to_alloc;
1848     
1849         if (!(yy_buffer_stack)) {
1850
1851                 /* First allocation is just for 2 elements, since we don't know if this
1852                  * scanner will even need a stack. We use 2 instead of 1 to avoid an
1853                  * immediate realloc on the next call.
1854          */
1855                 num_to_alloc = 1;
1856                 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1857                                                                 (num_to_alloc * sizeof(struct yy_buffer_state*)
1858                                                                 );
1859                 if ( ! (yy_buffer_stack) )
1860                         YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1861                                                                   
1862                 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1863                                 
1864                 (yy_buffer_stack_max) = num_to_alloc;
1865                 (yy_buffer_stack_top) = 0;
1866                 return;
1867         }
1868
1869         if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1870
1871                 /* Increase the buffer to prepare for a possible push. */
1872                 int grow_size = 8 /* arbitrary grow size */;
1873
1874                 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1875                 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1876                                                                 ((yy_buffer_stack),
1877                                                                 num_to_alloc * sizeof(struct yy_buffer_state*)
1878                                                                 );
1879                 if ( ! (yy_buffer_stack) )
1880                         YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1881
1882                 /* zero only the new slots.*/
1883                 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1884                 (yy_buffer_stack_max) = num_to_alloc;
1885         }
1886 }
1887
1888 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1889  * @param base the character buffer
1890  * @param size the size in bytes of the character buffer
1891  * 
1892  * @return the newly allocated buffer state object. 
1893  */
1894 YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
1895 {
1896         YY_BUFFER_STATE b;
1897     
1898         if ( size < 2 ||
1899              base[size-2] != YY_END_OF_BUFFER_CHAR ||
1900              base[size-1] != YY_END_OF_BUFFER_CHAR )
1901                 /* They forgot to leave room for the EOB's. */
1902                 return 0;
1903
1904         b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1905         if ( ! b )
1906                 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1907
1908         b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
1909         b->yy_buf_pos = b->yy_ch_buf = base;
1910         b->yy_is_our_buffer = 0;
1911         b->yy_input_file = 0;
1912         b->yy_n_chars = b->yy_buf_size;
1913         b->yy_is_interactive = 0;
1914         b->yy_at_bol = 1;
1915         b->yy_fill_buffer = 0;
1916         b->yy_buffer_status = YY_BUFFER_NEW;
1917
1918         yy_switch_to_buffer(b  );
1919
1920         return b;
1921 }
1922
1923 /** Setup the input buffer state to scan a string. The next call to yylex() will
1924  * scan from a @e copy of @a str.
1925  * @param yystr a NUL-terminated string to scan
1926  * 
1927  * @return the newly allocated buffer state object.
1928  * @note If you want to scan bytes that may contain NUL values, then use
1929  *       yy_scan_bytes() instead.
1930  */
1931 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1932 {
1933     
1934         return yy_scan_bytes(yystr,strlen(yystr) );
1935 }
1936
1937 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1938  * scan from a @e copy of @a bytes.
1939  * @param bytes the byte buffer to scan
1940  * @param len the number of bytes in the buffer pointed to by @a bytes.
1941  * 
1942  * @return the newly allocated buffer state object.
1943  */
1944 YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
1945 {
1946         YY_BUFFER_STATE b;
1947         char *buf;
1948         yy_size_t n;
1949         int i;
1950     
1951         /* Get memory for full buffer, including space for trailing EOB's. */
1952         n = _yybytes_len + 2;
1953         buf = (char *) yyalloc(n  );
1954         if ( ! buf )
1955                 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1956
1957         for ( i = 0; i < _yybytes_len; ++i )
1958                 buf[i] = yybytes[i];
1959
1960         buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
1961
1962         b = yy_scan_buffer(buf,n );
1963         if ( ! b )
1964                 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1965
1966         /* It's okay to grow etc. this buffer, and we should throw it
1967          * away when we're done.
1968          */
1969         b->yy_is_our_buffer = 1;
1970
1971         return b;
1972 }
1973
1974 #ifndef YY_EXIT_FAILURE
1975 #define YY_EXIT_FAILURE 2
1976 #endif
1977
1978 static void yy_fatal_error (yyconst char* msg )
1979 {
1980         (void) fprintf( stderr, "%s\n", msg );
1981         exit( YY_EXIT_FAILURE );
1982 }
1983
1984 /* Redefine yyless() so it works in section 3 code. */
1985
1986 #undef yyless
1987 #define yyless(n) \
1988         do \
1989                 { \
1990                 /* Undo effects of setting up yytext. */ \
1991         int yyless_macro_arg = (n); \
1992         YY_LESS_LINENO(yyless_macro_arg);\
1993                 yytext[yyleng] = (yy_hold_char); \
1994                 (yy_c_buf_p) = yytext + yyless_macro_arg; \
1995                 (yy_hold_char) = *(yy_c_buf_p); \
1996                 *(yy_c_buf_p) = '\0'; \
1997                 yyleng = yyless_macro_arg; \
1998                 } \
1999         while ( 0 )
2000
2001 /* Accessor  methods (get/set functions) to struct members. */
2002
2003 /** Get the current line number.
2004  * 
2005  */
2006 int yyget_lineno  (void)
2007 {
2008         
2009     return yylineno;
2010 }
2011
2012 /** Get the input stream.
2013  * 
2014  */
2015 FILE *yyget_in  (void)
2016 {
2017         return yyin;
2018 }
2019
2020 /** Get the output stream.
2021  * 
2022  */
2023 FILE *yyget_out  (void)
2024 {
2025         return yyout;
2026 }
2027
2028 /** Get the length of the current token.
2029  * 
2030  */
2031 int yyget_leng  (void)
2032 {
2033         return yyleng;
2034 }
2035
2036 /** Get the current token.
2037  * 
2038  */
2039
2040 char *yyget_text  (void)
2041 {
2042         return yytext;
2043 }
2044
2045 /** Set the current line number.
2046  * @param line_number
2047  * 
2048  */
2049 void yyset_lineno (int  line_number )
2050 {
2051     
2052     yylineno = line_number;
2053 }
2054
2055 /** Set the input stream. This does not discard the current
2056  * input buffer.
2057  * @param in_str A readable stream.
2058  * 
2059  * @see yy_switch_to_buffer
2060  */
2061 void yyset_in (FILE *  in_str )
2062 {
2063         yyin = in_str ;
2064 }
2065
2066 void yyset_out (FILE *  out_str )
2067 {
2068         yyout = out_str ;
2069 }
2070
2071 int yyget_debug  (void)
2072 {
2073         return yy_flex_debug;
2074 }
2075
2076 void yyset_debug (int  bdebug )
2077 {
2078         yy_flex_debug = bdebug ;
2079 }
2080
2081 static int yy_init_globals (void)
2082 {
2083         /* Initialization is the same as for the non-reentrant scanner.
2084      * This function is called from yylex_destroy(), so don't allocate here.
2085      */
2086
2087     (yy_buffer_stack) = 0;
2088     (yy_buffer_stack_top) = 0;
2089     (yy_buffer_stack_max) = 0;
2090     (yy_c_buf_p) = (char *) 0;
2091     (yy_init) = 0;
2092     (yy_start) = 0;
2093
2094 /* Defined in main.c */
2095 #ifdef YY_STDINIT
2096     yyin = stdin;
2097     yyout = stdout;
2098 #else
2099     yyin = (FILE *) 0;
2100     yyout = (FILE *) 0;
2101 #endif
2102
2103     /* For future reference: Set errno on error, since we are called by
2104      * yylex_init()
2105      */
2106     return 0;
2107 }
2108
2109 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2110 int yylex_destroy  (void)
2111 {
2112     
2113     /* Pop the buffer stack, destroying each element. */
2114         while(YY_CURRENT_BUFFER){
2115                 yy_delete_buffer(YY_CURRENT_BUFFER  );
2116                 YY_CURRENT_BUFFER_LVALUE = NULL;
2117                 yypop_buffer_state();
2118         }
2119
2120         /* Destroy the stack itself. */
2121         yyfree((yy_buffer_stack) );
2122         (yy_buffer_stack) = NULL;
2123
2124     /* Reset the globals. This is important in a non-reentrant scanner so the next time
2125      * yylex() is called, initialization will occur. */
2126     yy_init_globals( );
2127
2128     return 0;
2129 }
2130
2131 /*
2132  * Internal utility routines.
2133  */
2134
2135 #ifndef yytext_ptr
2136 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2137 {
2138         register int i;
2139         for ( i = 0; i < n; ++i )
2140                 s1[i] = s2[i];
2141 }
2142 #endif
2143
2144 #ifdef YY_NEED_STRLEN
2145 static int yy_flex_strlen (yyconst char * s )
2146 {
2147         register int n;
2148         for ( n = 0; s[n]; ++n )
2149                 ;
2150
2151         return n;
2152 }
2153 #endif
2154
2155 void *yyalloc (yy_size_t  size )
2156 {
2157         return (void *) malloc( size );
2158 }
2159
2160 void *yyrealloc  (void * ptr, yy_size_t  size )
2161 {
2162         /* The cast to (char *) in the following accommodates both
2163          * implementations that use char* generic pointers, and those
2164          * that use void* generic pointers.  It works with the latter
2165          * because both ANSI C and C++ allow castless assignment from
2166          * any pointer type to void*, and deal with argument conversions
2167          * as though doing an assignment.
2168          */
2169         return (void *) realloc( (char *) ptr, size );
2170 }
2171
2172 void yyfree (void * ptr )
2173 {
2174         free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
2175 }
2176
2177 #define YYTABLES_NAME "yytables"
2178
2179 #line 182 "uscan.l"
2180
2181
2182
2183 int
2184 process_line(
2185     char *      line)
2186 {
2187     YY_BUFFER_STATE b;
2188     int result;
2189
2190     char *line1 = stralloc2(line, "\n");
2191     b = yy_scan_string(line1);          /* tell lex to scan lineread */
2192     result = yyparse();                 /* parse lineread and act */
2193     yy_delete_buffer(b);
2194     amfree(line1);
2195     return result;
2196 }
2197
2198
2199 int
2200 yywrap(void)
2201 {
2202   return 1;
2203 }
2204
2205