Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c1830 function_t *new_func; in compile_script() local
1865 hres = create_function(&ctx, func_decl, &new_func); in compile_script()
1871 new_func->next = ctx.funcs; in compile_script()
1872 ctx.funcs = new_func; in compile_script()
1899 for(new_func = ctx.funcs; new_func->next; new_func = new_func->next); in compile_script()
1901 new_func->next = script->global_funcs; in compile_script()
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2321 static void hook_WaitForInputIdle(DWORD (WINAPI *new_func)(HANDLE, DWORD)) in hook_WaitForInputIdle()
2363 iat_entry->u1.Function = (ULONG_PTR) new_func; in hook_WaitForInputIdle()