Home
last modified time | relevance | path

Searched refs:TOK_MIN (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h81 TOK_MIN = 307, enumerator
173 #define TOK_MIN 307 macro
H A Dsphinxql.l75 "MIN" { YYSTOREBOUNDS; return TOK_MIN; }
H A Dsphinxql.y63 %token TOK_MIN
193 | TOK_MIN '(' expr ')' { pParser->AddItem ( &$3, SPH_AGGR_MIN, &$1, &$4 ); }
558 …| TOK_MIN '(' expr ',' expr ')' { $$ = $1; $$.m_iEnd = $6.m_iEnd } // handle clash with aggregate…
H A Dyysphinxql.c105 TOK_MIN = 307, enumerator
197 #define TOK_MIN 307 macro
H A Dllsphinxql.c1307 { YYSTOREBOUNDS; return TOK_MIN; }
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_y.h107 TOK_MIN = 323, enumerator
215 #define TOK_MIN 323 macro
H A Dasn1p_y.y194 %token TOK_MIN
1806 | TOK_MIN ConstraintRangeSpec SingleValue {
1822 | TOK_MIN ConstraintRangeSpec TOK_MAX {
H A Dasn1p_l.l317 MIN return TOK_MIN;
H A Dasn1p_l.c3021 return TOK_MIN;
H A Dasn1p_y.c142 TOK_MIN = 323, enumerator
250 #define TOK_MIN 323 macro
/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c66 TOK_MIN, TOK_MAX, TOK_EITHER, TOK_RANDOM, TOK_INSTR, TOK_LEN, TOK_VAL, enumerator
89 {"rand", 4, TOK_RANDOM}, {"max", 3, TOK_MAX}, {"min", 3, TOK_MIN},
678 case TOK_MIN: in expr_eval_action()
699 case TOK_MIN: in expr_eval_action()
1386 case TOK_MIN: in expr_parse_numeric_factor()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp65 TOK_MIN, TOK_MAX, TOK_EITHER, TOK_RANDOM, TOK_INSTR, TOK_LEN, TOK_VAL, enumerator
87 {"rand", 4, TOK_RANDOM}, {"max", 3, TOK_MAX}, {"min", 3, TOK_MIN},
607 case TOK_MIN: { in expr_eval_action()
625 case TOK_MIN: in expr_eval_action()
1269 case TOK_MIN: in expr_parse_numeric_factor()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxql.h118 TOK_MIN = 328, enumerator
H A Dsphinxql.l100 "MIN" { YYSTOREBOUNDS; return TOK_MIN; }
H A Dsphinxql.y84 %token TOK_MIN
229 | TOK_LIKE | TOK_MATCH | TOK_MAX | TOK_META | TOK_MIN | TOK_MULTI
370 | TOK_MIN '(' expr ')' { pParser->AddItem ( &$3, SPH_AGGR_MIN, &$1, &$4 ); }
838 …| TOK_MIN '(' expr ',' expr ')' { TRACK_BOUNDS ( $$, $1, $6 ); } // handle clash with aggregate fu…
H A Dllsphinxql.c1549 { YYSTOREBOUNDS; return TOK_MIN; }
H A Dyysphinxql.c201 TOK_MIN = 328, enumerator
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dtoken.h222 TOK_MIN, enumerator
H A Dscanner.c247 { ".MIN", TOK_MIN },
H A Dexpr.c1169 case TOK_MIN: in Factor()
/dports/biology/bcftools/bcftools-1.14/
H A Dfilter.c125 #define TOK_MIN 16 macro
190 if ( !strncasecmp(tmp,"MIN(",4) ) { (*str) += 3; return TOK_MIN; } in filters_next_token()
202 … if ( !strncasecmp(tmp,"%MIN(",5) ) { (*str) += 4; return TOK_MIN; } // for backward compatibility in filters_next_token()
3377 else if ( out[i].tok_type==TOK_MIN ) { out[i].func = func_min; out[i].tok_type = TOK_FUNC; } in filter_init()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dfilter.c125 #define TOK_MIN 16 macro
190 if ( !strncasecmp(tmp,"MIN(",4) ) { (*str) += 3; return TOK_MIN; } in filters_next_token()
202 … if ( !strncasecmp(tmp,"%MIN(",5) ) { (*str) += 4; return TOK_MIN; } // for backward compatibility in filters_next_token()
3377 else if ( out[i].tok_type==TOK_MIN ) { out[i].func = func_min; out[i].tok_type = TOK_FUNC; } in filter_init()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dfilter.c125 #define TOK_MIN 16 macro
190 if ( !strncasecmp(tmp,"MIN(",4) ) { (*str) += 3; return TOK_MIN; } in filters_next_token()
202 … if ( !strncasecmp(tmp,"%MIN(",5) ) { (*str) += 4; return TOK_MIN; } // for backward compatibility in filters_next_token()
3377 else if ( out[i].tok_type==TOK_MIN ) { out[i].func = func_min; out[i].tok_type = TOK_FUNC; } in filter_init()
H A Dfilter.c.pysam.c127 #define TOK_MIN 16 macro
192 if ( !strncasecmp(tmp,"MIN(",4) ) { (*str) += 3; return TOK_MIN; } in filters_next_token()
204 … if ( !strncasecmp(tmp,"%MIN(",5) ) { (*str) += 4; return TOK_MIN; } // for backward compatibility in filters_next_token()
3379 else if ( out[i].tok_type==TOK_MIN ) { out[i].func = func_min; out[i].tok_type = TOK_FUNC; } in filter_init()