]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight_rawquery_lexer.l
Add lots of mappings and dont ignore case stuff
[netatalk.git] / etc / afpd / spotlight_rawquery_lexer.l
index 5b013c8e27d50dacc76d10296fd057a685683e35..81e02bcbb51e7a9dfcf7e8a8e7884e52c8e5d1d5 100644 (file)
@@ -10,8 +10,6 @@
 %%
 InRange                               return FUNC_INRANGE;
 \$time\.iso                           return DATE_ISO;
-cwd                                   /* ignore case specifier */
-cd                                    /* ignore */
 false                                 {yylval.bval = false; return BOOL;}
 true                                  {yylval.bval = true; return BOOL;}
 [a-zA-Z0-9\*\:\-\.]+                  {yylval.sval = talloc_strdup(ssp_slq, yytext); return WORD;}