Home
last modified time | relevance | path

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

123

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dscanner.c799 NextTok.Tok = TOK_MOD; in NextToken()
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dscanner.c248 { ".MOD", TOK_MOD },
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxselect.c123 TOK_MOD = 274, enumerator
H A Dyysphinxexpr.c146 TOK_MOD = 303, enumerator
H A Dllsphinxql.c1554 { YYSTOREBOUNDS; return TOK_MOD; }
H A Dyysphinxql.c202 TOK_MOD = 329, enumerator
H A Dsphinxexpr.cpp2356 if ( sTok=="mod" ) { return TOK_MOD; } in GetToken()
H A Dsphinx.cpp6914 LOC_CHECK ( "MOD", 3, TOK_MOD ); in GetToken()
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dexpr.cpp219 TOK_PLUS, TOK_MINUS, TOK_MINUS1, TOK_MULT, TOK_DIV, TOK_MOD, TOK_VERT,
433 if (!strncmp(p,"mod",length)) return TOK_MOD; in getWordOp()
1749 case TOK_MOD: in isOp()
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dexpparse.y277 TOK_MOD
1024 simple_expression(A) ::= simple_expression(B) TOK_MOD simple_expression(C).
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dllsphinxql.c1312 { YYSTOREBOUNDS; return TOK_MOD; }
H A Dsphinxexpr.cpp963 if ( sTok=="mod" ) { return TOK_MOD; } in GetToken()
H A Dsphinx.cpp5254 LOC_CHECK ( "MOD", 3, TOK_MOD ); in GetToken()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DTokenStream.cpp1656 tp->type = matchChar('=') ? TOK_MODASSIGN : TOK_MOD;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DTokenStream.cpp1609 tp->type = matchChar('=') ? TOK_MODASSIGN : TOK_MOD; in getTokenInternal()

123