Home
last modified time | relevance | path

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

/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c110 expr_multichar_search (const sc_char *name, const sc_expr_multichar_t *table) in expr_multichar_search() function
319 token = expr_multichar_search (expr_temporary, FUNCTION_TOKENS); in expr_next_token_unadjusted()
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.cpp107 static sc_int expr_multichar_search(const sc_char *name, const sc_expr_multichar_t *table) { in expr_multichar_search() function
291 token = expr_multichar_search(expr_temporary, FUNCTION_TOKENS); in expr_next_token_unadjusted()
318 token = expr_multichar_search(operator_, OPERATOR_TOKENS); in expr_next_token_unadjusted()