Searched refs:op_str (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CShellDispatch.cpp | 284 CComVariant args_str, dir_str, op_str, show_int; in ShellExecute() local 300 op_str.ChangeType(VT_BSTR, &v_op); in ShellExecute() 301 if (V_VT(&op_str) == VT_BSTR) in ShellExecute() 302 op = V_BSTR(&op_str); in ShellExecute()
|
/reactos/dll/win32/vbscript/ |
H A D | compile.c | 74 const char *op_str; member 112 … TRACE_(vbscript_disas)("%d:\t%s", (int)(instr-ctx->code->instrs), instr_info[instr->op].op_str); in dump_code()
|
/reactos/dll/win32/jscript/ |
H A D | compile.c | 77 const char *op_str; member 114 … TRACE_(jscript_disas)("%d:\t%s", (int)(instr-ctx->code->instrs), instr_info[instr->op].op_str); in dump_code()
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 2217 const char *op_str, in print_op_stat() argument 2220 DbgP("%-9s: num_ops=%-10d delta_ticks=%-10d size=%-10d\n", op_str, in print_op_stat()
|