Home
last modified time | relevance | path

Searched refs:TOK_INT (Results 1 – 25 of 89) sorted by relevance

1234

/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dlexer.en.l148 [[:digit:]]* { IS_TOK_WITH_VAL(TOK_INT, intval, atoi(yytext)); }
165 {color-black} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLACK); }
166 {color-blue} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLUE); }
167 {color-green} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_GREEN); }
168 {color-cyan} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_CYAN); }
169 {color-red} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_RED); }
170 {color-magenta} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_MAGENTA); }
171 {color-yellow} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_YELLOW); }
172 {color-white} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_WHITE); }
173 {color-brown} { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BROWN); }
[all …]
H A Dlexer.en.c844 { IS_TOK_WITH_VAL(TOK_INT, intval, atoi(yytext)); }
905 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLACK); }
910 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLUE); }
915 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_GREEN); }
920 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_CYAN); }
925 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_RED); }
930 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_MAGENTA); }
935 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_YELLOW); }
940 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_WHITE); }
945 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BROWN); }
[all …]
H A Dlexer.fr.c1154 { IS_TOK_WITH_VAL(TOK_INT, intval, atoi(yytext)); }
1215 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLACK); }
1220 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BLUE); }
1225 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_GREEN); }
1230 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_CYAN); }
1235 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_RED); }
1240 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_MAGENTA); }
1245 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_YELLOW); }
1250 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_WHITE); }
1255 { IS_TOK_WITH_VAL(TOK_INT, intval, COLOR_BROWN); }
[all …]
/dports/finance/ledger/ledger-3.2.1/test/regress/
H A D1626.test4 TOK_INT: 1000
7 TOK_INT: 1
9 TOK_INT: 2011
11 TOK_INT: 30
13 TOK_INT: 2012
H A D370-period.test6 TOK_INT: 14
47 TOK_INT: 1
87 TOK_INT: 2
127 TOK_INT: 3
167 TOK_INT: 4
207 TOK_INT: 5
247 TOK_INT: 6
287 TOK_INT: 7
327 TOK_INT: 8
367 TOK_INT: 9
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.y29 %token <tInt> TOK_INT
88 | '"' '"' '~' TOK_INT { $$ = NULL; }
89 | '"' '"' '/' TOK_INT { $$ = NULL; }
91 …| '"' phrase '"' '~' TOK_INT { $$ = $2; if ( $$ ) { assert ( $$->m_dWords.GetLength() ); $$->SetO…
92 …| '"' phrase '"' '/' TOK_INT { $$ = $2; if ( $$ ) { assert ( $$->m_dWords.GetLength() ); $$->SetO…
106 …| TOK_INT { $$ = pParser->AddKeyword ( ( $1.iStrIndex>=0 ) ? pParser->m_dIntTokens[$1.iStrIn…
H A Dyysphinxquery.h34 TOK_INT = 260, enumerator
44 #define TOK_INT 260 macro
H A Dyysphinxql.h73 TOK_INT = 299, enumerator
165 #define TOK_INT 299 macro
/dports/cad/yosys/yosys-yosys-0.12/frontends/rtlil/
H A Drtlil_parser.y70 %token <integer> TOK_INT
172 TOK_AUTOIDX TOK_INT EOL {
189 wire_options TOK_WIDTH TOK_INT {
201 wire_options TOK_OFFSET TOK_INT {
204 wire_options TOK_INPUT TOK_INT {
209 wire_options TOK_OUTPUT TOK_INT {
214 wire_options TOK_INOUT TOK_INT {
238 memory_options TOK_SIZE TOK_INT {
443 TOK_INT {
462 sigspec '[' TOK_INT ']' {
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.y30 %token <tInt> TOK_INT
94 | '"' '"' '~' TOK_INT { $$ = NULL; }
95 | '"' '"' '/' TOK_INT { $$ = NULL; }
98 …| '"' phrase '"' '~' TOK_INT { $$ = $2; if ( $$ ) { assert ( $$->m_dWords.GetLength() ); $$->SetO…
99 …| '"' phrase '"' '/' TOK_INT { $$ = $2; if ( $$ ) { assert ( $$->m_dWords.GetLength() ); $$->SetO…
107 …| TOK_INT { $$ = pParser->AddKeyword ( ( $1.iStrIndex>=0 ) ? pParser->m_dIntTokens[$1.iStrIn…
H A Dsphinxjson.y14 %token TOK_INT
35 TOK_INT
H A Dyysphinxjson.h49 TOK_INT = 259, enumerator
/dports/games/tycho/tycho/
H A Dasm.c196 *tok = TOK_INT; in get_tok()
260 if ( tok == TOK_INT ) { in panic_bad_token()
354 if ( tok != TOK_INT ) { in asm_line()
363 if ( tok != TOK_INT ) { in asm_line()
419 if ( tok != TOK_INT ) in asm_line()
437 if ( tok != TOK_INT ) in asm_line()
/dports/games/tycho/species/
H A Dasm.c186 *tok = TOK_INT; in get_tok()
250 if ( tok == TOK_INT ) { in panic_bad_token()
344 if ( tok != TOK_INT ) { in asm_line()
353 if ( tok != TOK_INT ) { in asm_line()
409 if ( tok != TOK_INT ) in asm_line()
427 if ( tok != TOK_INT ) in asm_line()
/dports/games/species/tycho/
H A Dasm.c196 *tok = TOK_INT; in get_tok()
260 if ( tok == TOK_INT ) { in panic_bad_token()
354 if ( tok != TOK_INT ) { in asm_line()
363 if ( tok != TOK_INT ) { in asm_line()
419 if ( tok != TOK_INT ) in asm_line()
437 if ( tok != TOK_INT ) in asm_line()
/dports/games/species/species/
H A Dasm.c186 *tok = TOK_INT; in get_tok()
250 if ( tok == TOK_INT ) { in panic_bad_token()
344 if ( tok != TOK_INT ) { in asm_line()
353 if ( tok != TOK_INT ) { in asm_line()
409 if ( tok != TOK_INT ) in asm_line()
427 if ( tok != TOK_INT ) in asm_line()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.c188 *tok = TOK_INT; in get_tok()
252 if ( tok == TOK_INT ) { in panic_bad_token()
346 if ( tok != TOK_INT ) { in asm_line()
355 if ( tok != TOK_INT ) { in asm_line()
411 if ( tok != TOK_INT ) in asm_line()
429 if ( tok != TOK_INT ) in asm_line()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.c188 *tok = TOK_INT; in get_tok()
252 if ( tok == TOK_INT ) { in panic_bad_token()
346 if ( tok != TOK_INT ) { in asm_line()
355 if ( tok != TOK_INT ) { in asm_line()
411 if ( tok != TOK_INT ) in asm_line()
429 if ( tok != TOK_INT ) in asm_line()
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.c188 *tok = TOK_INT; in get_tok()
252 if ( tok == TOK_INT ) { in panic_bad_token()
346 if ( tok != TOK_INT ) { in asm_line()
355 if ( tok != TOK_INT ) { in asm_line()
411 if ( tok != TOK_INT ) in asm_line()
429 if ( tok != TOK_INT ) in asm_line()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dscanner.l139 {INTEGER} { yylval->i = strtol(yytext, NULL, 10); ADD_TOKEN; return TOK_INT; }
162 yes|on { ADD_TOKEN; yylval->i = 1; return TOK_INT; }
163 no|off { ADD_TOKEN; yylval->i = 0; return TOK_INT; }
H A Dparser.y103 %token <i> TOK_INT
244 | TOK_INT
327 TOK_INT { $$ = $1; }
328 | '-' TOK_INT { $$ = -$2; }
404 | GROUP TOK_INT
475 num_expr: TOK_INT
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/rpcgen/
H A Drpc_parse.c553 (void) peekscan(TOK_INT, &tok); in get_type()
557 (void) peekscan(TOK_INT, &tok); in get_type()
561 (void) peekscan(TOK_INT, &tok); in get_type()
572 case TOK_INT: in get_type()
598 (void) peekscan(TOK_INT, &tok); in unsigned_dec()
603 (void) peekscan(TOK_INT, &tok); in unsigned_dec()
608 (void) peekscan(TOK_INT, &tok); in unsigned_dec()
610 case TOK_INT: in unsigned_dec()
/dports/lang/swi-pl/swipl-8.2.3/packages/nlp/
H A Dporter_stem.c516 { TOK_INT, enumerator
551 type = TOK_INT; in tokenizeA()
554 type = TOK_INT; in tokenizeA()
557 if ( type == TOK_INT ) in tokenizeA()
623 type = TOK_INT; in tokenizeW()
626 type = TOK_INT; in tokenizeW()
629 if ( type == TOK_INT ) in tokenizeW()
684 { case TOK_INT: in unify_tokenA()
725 { case TOK_INT: in unify_tokenW()
794 if ( type == TOK_INT || type == TOK_FLOAT ) in unify_stem()
/dports/sysutils/dateutils/dateutils-0.4.1/src/
H A Ddexpr-parser.h10 #define TOK_INT 266 macro
H A Ddexpr-parser.y100 %token TOK_INT
243 | TOK_INT {

1234