Home
last modified time | relevance | path

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

/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c130 static sc_char *expr_temporary = NULL; variable
178 assert (!expr_temporary); in expr_tokenize_start()
189 sc_free (expr_temporary); in expr_tokenize_end()
190 expr_temporary = NULL; in expr_tokenize_end()
251 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
254 expr_temporary[index_++] = NUL; in expr_next_token_unadjusted()
264 token_value->string = expr_temporary; in expr_next_token_unadjusted()
279 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
282 expr_temporary[index_++] = NUL; in expr_next_token_unadjusted()
309 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp125 static sc_char *expr_temporary = NULL; variable
166 assert(!expr_temporary); in expr_tokenize_start()
175 sc_free(expr_temporary); in expr_tokenize_end()
176 expr_temporary = NULL; in expr_tokenize_end()
229 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
232 expr_temporary[index_++] = NUL; in expr_next_token_unadjusted()
241 token_value->string = expr_temporary; in expr_next_token_unadjusted()
254 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
257 expr_temporary[index_++] = NUL; in expr_next_token_unadjusted()
281 expr_temporary[index_++] = c; in expr_next_token_unadjusted()
[all …]