Home
last modified time | relevance | path

Searched refs:TOK_MOD (Results 1 – 25 of 65) sorted by relevance

123

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxselect.h43 TOK_MOD = 269, enumerator
66 #define TOK_MOD 269 macro
H A Dsphinxselect.y25 %token TOK_MOD
40 %left '*' '/' TOK_DIV '%' TOK_MOD
88 | expr TOK_MOD expr { $$ = $1; $$.m_iEnd = $3.m_iEnd; }
H A Dyysphinxexpr.h61 TOK_MOD = 287, enumerator
96 #define TOK_MOD 287 macro
H A Dyysphinxql.h82 TOK_MOD = 308, enumerator
174 #define TOK_MOD 308 macro
H A Dsphinxexpr.y54 %left '*' '/' '%' TOK_DIV TOK_MOD
92 | expr TOK_MOD expr { $$ = pParser->AddNodeOp ( '%', $1, $3 ); }
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxselect.y30 %token TOK_MOD
45 %left '*' '/' TOK_DIV '%' TOK_MOD
106 | expr TOK_MOD expr { $$ = $1; $$.m_iEnd = $3.m_iEnd; }
182 | TOK_MOD | TOK_NEG | TOK_LTE | TOK_GTE | TOK_EQ | TOK_NE | TOK_OR | TOK_AND
H A Dyysphinxselect.h64 TOK_MOD = 274, enumerator
H A Dyysphinxexpr.h93 TOK_MOD = 303, enumerator
H A Dyysphinxql.h119 TOK_MOD = 329, enumerator
H A Dsphinxexpr.y85 %left '*' '/' '%' TOK_DIV TOK_MOD
127 | expr TOK_MOD expr { $$ = pParser->AddNodeOp ( '%', $1, $3 ); }
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DPropertyTokenizer.java41 static final int TOK_MOD = TOK_MINUS + 1; field in PropertyTokenizer
42 static final int TOK_DIV = TOK_MOD + 1;
186 currentToken = TOK_MOD; in next()
/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c65 TOK_MOD, TOK_NOT_EQUAL, TOK_GREATER_EQ, TOK_LESS_EQ, TOK_IF, enumerator
90 {"mod", 3, TOK_MOD}, {"abs", 3, TOK_ABS}, {"len", 3, TOK_LEN},
389 case TOK_MOD: in expr_next_token()
875 case TOK_MOD: in expr_eval_action()
912 case TOK_MOD: in expr_eval_action()
1193 {3, {TOK_MULTIPLY, TOK_DIVIDE, TOK_MOD}},
1207 {4, {TOK_ADD, TOK_SUBTRACT, TOK_POWER, TOK_MOD}},
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp64 TOK_MOD, TOK_NOT_EQUAL, TOK_GREATER_EQ, TOK_LESS_EQ, TOK_IF, enumerator
88 {"mod", 3, TOK_MOD}, {"abs", 3, TOK_ABS}, {"len", 3, TOK_LEN},
352 case TOK_MOD: in expr_next_token()
794 case TOK_MOD: { in expr_eval_action()
828 case TOK_MOD: in expr_eval_action()
1088 {3, {TOK_MULTIPLY, TOK_DIVIDE, TOK_MOD}},
1106 {4, {TOK_ADD, TOK_SUBTRACT, TOK_POWER, TOK_MOD}},
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dconstexp.y59 %token TOK_MOD
230 | multiplicative_expression TOK_MOD unary_expression
H A Dconstexp.l81 "%" { return TOK_MOD; }
/dports/games/tycho/species/
H A Dasm.h54 TOK_MOD, enumerator
H A Dasm.c69 { "MOD", TOK_MOD },
382 case TOK_MOD: op = MODM; break; in asm_line()
/dports/games/species/species/
H A Dasm.h54 TOK_MOD, enumerator
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.h52 TOK_MOD, enumerator
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.h52 TOK_MOD, enumerator
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.h52 TOK_MOD, enumerator
/dports/games/tycho/tycho/
H A Dasm.h54 TOK_MOD, enumerator
H A Dasm.c77 { "MOD", TOK_MOD },
392 case TOK_MOD: op = MODM; break; in asm_line()
/dports/games/species/tycho/
H A Dasm.h54 TOK_MOD, enumerator
/dports/cad/stepcode/stepcode-0.8/src/express/generated/
H A Dexpparse.h16 #define TOK_MOD 16 macro

123