Home
last modified time | relevance | path

Searched refs:TOK_BIGINT (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h48 TOK_BIGINT = 274, enumerator
140 #define TOK_BIGINT 274 macro
H A Dsphinxql.l42 "BIGINT" { YYSTOREBOUNDS; return TOK_BIGINT; }
H A Dsphinxql.y30 %token TOK_BIGINT
556 | TOK_BIGINT '(' arglist ')' { $$ = $1; $$.m_iEnd = $4.m_iEnd; }
930 | TOK_BIGINT { $$ = SPH_ATTR_BIGINT; }
H A Dyysphinxql.c72 TOK_BIGINT = 274, enumerator
164 #define TOK_BIGINT 274 macro
H A Dllsphinxql.c1142 { YYSTOREBOUNDS; return TOK_BIGINT; }
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxql.h70 TOK_BIGINT = 280, enumerator
H A Dsphinxql.y36 %token TOK_BIGINT
222 | TOK_AVG | TOK_BEGIN | TOK_BETWEEN | TOK_BIGINT | TOK_BOOL| TOK_CALL
586 | TOK_BIGINT '(' json_expr ')'
834 | TOK_BIGINT '(' arglist ')' { TRACK_BOUNDS ( $$, $1, $4 ); }
1272 | TOK_BIGINT { $$.m_iValue = SPH_ATTR_BIGINT; }
1385 | TOK_BIGINT { $$.m_iValue = SPH_ATTR_BIGINT; }
H A Dsphinxql.l52 "BIGINT" { YYSTOREBOUNDS; return TOK_BIGINT; }
H A Dllsphinxql.c1309 { YYSTOREBOUNDS; return TOK_BIGINT; }
H A Dyysphinxql.c153 TOK_BIGINT = 280, enumerator