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