Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c1097 static HRESULT compile_function_statement(compile_ctx_t *ctx, function_statement_t *stat) in compile_function_statement() function
1275 hres = compile_function_statement(ctx, (function_statement_t*)stat); in compile_statement()