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