Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c242 static BSTR alloc_bstr_arg(compile_ctx_t *ctx, const WCHAR *str) in alloc_bstr_arg() function
272 bstr = alloc_bstr_arg(ctx, arg); in push_instr_bstr()
289 bstr = alloc_bstr_arg(ctx, arg1); in push_instr_bstr_uint()
307 bstr = alloc_bstr_arg(ctx, arg2); in push_instr_uint_bstr()
764 identifier = alloc_bstr_arg(ctx, stat->identifier); in compile_forto_statement()