Home
last modified time | relevance | path

Searched refs:TOK_COUNT (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxexpr.h51 TOK_COUNT = 277, enumerator
86 #define TOK_COUNT 277 macro
H A Dyysphinxql.h54 TOK_COUNT = 280, enumerator
146 #define TOK_COUNT 280 macro
H A Dsphinxql.y36 %token TOK_COUNT
195 | TOK_COUNT '(' '*' ')' { if ( !pParser->AddItem ( "count(*)", &$1, &$4 ) ) YYERROR; }
197 …| TOK_COUNT '(' TOK_DISTINCT TOK_IDENT ')' { if ( !pParser->AddDistinct ( &$4, &$1, &$5 ) ) YYERR…
339 | TOK_COUNT '(' '*' ')'
H A Dsphinxql.l48 "COUNT" { YYSTOREBOUNDS; return TOK_COUNT; }
H A Dsphinxexpr.y34 %token TOK_COUNT
H A Dyysphinxexpr.c75 TOK_COUNT = 277, enumerator
110 #define TOK_COUNT 277 macro
H A Dyysphinxql.c78 TOK_COUNT = 280, enumerator
170 #define TOK_COUNT 280 macro
H A Dllsphinxql.c1172 { YYSTOREBOUNDS; return TOK_COUNT; }
H A Dsphinxexpr.cpp970 return TOK_COUNT; in GetToken()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxexpr.h75 TOK_COUNT = 285, enumerator
H A Dyysphinxql.h80 TOK_COUNT = 290, enumerator
H A Dsphinxql.y46 %token TOK_COUNT
224 | TOK_COMMITTED | TOK_COUNT | TOK_CREATE | TOK_DATABASES | TOK_DELETE
373 | TOK_COUNT '(' '*' ')' { if ( !pParser->AddItem ( "count(*)", &$1, &$4 ) ) YYERROR; }
375 | TOK_COUNT '(' TOK_DISTINCT ident')' { if ( !pParser->AddDistinct ( &$4, &$1, &$5 ) ) YYERROR; }
559 | TOK_COUNT '(' '*' ')'
H A Dsphinxql.l62 "COUNT" { YYSTOREBOUNDS; return TOK_COUNT; }
H A Dsphinxexpr.y44 %token TOK_COUNT
H A Dyysphinxexpr.c128 TOK_COUNT = 285, enumerator
H A Dllsphinxql.c1359 { YYSTOREBOUNDS; return TOK_COUNT; }
H A Dyysphinxql.c163 TOK_COUNT = 290, enumerator
H A Dsphinxexpr.cpp2367 return TOK_COUNT; in GetToken()
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dtoken.h267 TOK_COUNT /* Count of tokens */ enumerator
/dports/devel/re2c/re2c-2.2/test/
H A Dinput_custom_mjson.re116 TOK_COUNT
H A Dinput_custom_mjson.c118 TOK_COUNT enumerator
/dports/devel/cc65/cc65-2.19/src/dbginfo/
H A Ddbginfo.c130 TOK_COUNT, /* COUNT keyword */ enumerator
2531 { "count", TOK_COUNT }, in NextToken()
3366 if (D->Tok != TOK_COUNT && D->Tok != TOK_FILE && in ParseLine()
3441 case TOK_COUNT: in ParseLine()