Searched refs:ops_w (Results 1 – 2 of 2) sorted by relevance
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | w32fns.c | 8220 wchar_t *doc_w = NULL, *params_w = NULL, *ops_w = NULL; variable 8247 ops_w = GUI_SDATA (operation); 8250 result = (intptr_t) ShellExecuteW (NULL, ops_w, doc_w, params_w, 8390 d = ops_w = alloca (len * sizeof (wchar_t)); 8391 while (d < ops_w + len - 1) 8405 shexinfo_w.lpVerb = ops_w;
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | w32fns.c | 8247 wchar_t *doc_w = NULL, *params_w = NULL, *ops_w = NULL; variable 8275 ops_w = GUI_SDATA (operation); 8277 result = (intptr_t) ShellExecuteW (NULL, ops_w, doc_w, params_w, 8417 d = ops_w = alloca (len * sizeof (wchar_t)); 8418 while (d < ops_w + len - 1) 8432 shexinfo_w.lpVerb = ops_w;
|