Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dparse.h181 } function_statement_t; typedef
H A Dcompile.c1097 static HRESULT compile_function_statement(compile_ctx_t *ctx, function_statement_t *stat) in compile_function_statement()
1275 hres = compile_function_statement(ctx, (function_statement_t*)stat); in compile_statement()
H A Dparser.y941 function_statement_t *stat; in new_function_statement()