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