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