Home
last modified time | relevance | path

Searched refs:OPERATOR_TOKENS (Results 1 – 2 of 2) sorted by relevance

/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c95 static const sc_expr_multichar_t OPERATOR_TOKENS[] = { variable
160 for (entry = OPERATOR_TOKENS; entry->name; entry++) in expr_tokenize_start()
350 token = expr_multichar_search (operator_, OPERATOR_TOKENS); in expr_next_token_unadjusted()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp93 static const sc_expr_multichar_t OPERATOR_TOKENS[] = { variable
150 for (entry = OPERATOR_TOKENS; entry->name; entry++) { in expr_tokenize_start()
318 token = expr_multichar_search(operator_, OPERATOR_TOKENS); in expr_next_token_unadjusted()