Home
last modified time | relevance | path

Searched refs:TOK_CALL (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/kmflcomp/kmflcomp-0.9.9/src/
H A Dyacc.h48 TOK_CALL = 264, enumerator
100 #define TOK_CALL 264 macro
H A Dyacc.y56 %token <simple> TOK_CALL
409 | TOK_CALL T_PARAMETER
H A Dyacc.c75 TOK_CALL = 264, enumerator
127 #define TOK_CALL 264 macro
H A Dlex.l96 call {return TOK_CALL; /* not implemented */}
H A Dlex.c1651 {return TOK_CALL; /* not implemented */}
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h50 TOK_CALL = 276, enumerator
142 #define TOK_CALL 276 macro
H A Dsphinxql.l44 "CALL" { YYSTOREBOUNDS; return TOK_CALL; }
H A Dsphinxql.y32 %token TOK_CALL
732 TOK_CALL TOK_IDENT '(' call_args_list opt_call_opts_list ')'
H A Dyysphinxql.c74 TOK_CALL = 276, enumerator
166 #define TOK_CALL 276 macro
H A Dllsphinxql.c1152 { YYSTOREBOUNDS; return TOK_CALL; }
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxql.h73 TOK_CALL = 283, enumerator
H A Dsphinxql.l55 "CALL" { YYSTOREBOUNDS; return TOK_CALL; }
H A Dsphinxql.y39 %token TOK_CALL
222 | TOK_AVG | TOK_BEGIN | TOK_BETWEEN | TOK_BIGINT | TOK_BOOL| TOK_CALL
1101 TOK_CALL ident '(' call_args_list opt_call_opts_list ')'
H A Dllsphinxql.c1324 { YYSTOREBOUNDS; return TOK_CALL; }
H A Dyysphinxql.c156 TOK_CALL = 283, enumerator