Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_w32exe.c24 void SaveInst(HINSTANCE hInst);
31 HINSTANCE hInstance, in wWinMain()
32 HINSTANCE hPrevInst UNUSED, in wWinMain()
H A Dos_w32dll.c20 void SaveInst(HINSTANCE hInst);
22 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
H A Dgui_dwrite.cpp62 extern "C" HINSTANCE vimLoadLib(char *name);
70 static HINSTANCE hD2D1DLL = NULL;
71 static HINSTANCE hDWriteDLL = NULL;
82 unload(HINSTANCE &hinst) in unload()
H A Dos_win32.c112 typedef int HINSTANCE; typedef
527 HINSTANCE
530 HINSTANCE dll = NULL; in vimLoadLib()
637 HINSTANCE
652 get_dll_import_func(HINSTANCE hInst, const char *funcname) in get_dll_import_func()
672 static HINSTANCE hLibintlDLL = NULL;
699 HINSTANCE hmsvcrt; in dyn_libintl_init()
4065 static HINSTANCE
4070 HINSTANCE ret; in vim_shell_execute()
4075 return (HINSTANCE) 0; in vim_shell_execute()
[all …]
H A Dif_ruby.c182 # define HINSTANCE void* macro
226 # if defined(PROTO) && !defined(HINSTANCE)
227 # define HINSTANCE int // for generating prototypes macro
634 static HINSTANCE hinstRuby = NULL; // Instance of ruby.dll
H A Dif_python3.c120 # define HINSTANCE void* macro
462 static HINSTANCE hinstPy3 = 0; // Instance of python.dll
1035 HINSTANCE hinst; in reset_stdin()
1050 HINSTANCE hpystdiodll = find_imported_module_by_funcname(hinst, in reset_stdin()
H A Dif_python.c130 # define HINSTANCE long_u // for generating prototypes macro
136 # define HINSTANCE void* macro
464 static HINSTANCE hinstPython = 0; // Instance of python.dll
H A Ddosinst.h154 (LPWSTR)location) > (HINSTANCE)32) in searchpath()
H A Dgui_w32.c278 typedef void *HINSTANCE; typedef
4047 HINSTANCE hinst;
4057 HINSTANCE hinst;
4069 HINSTANCE hinst;
4080 HINSTANCE hinst;
4111 HINSTANCE hinst;
4121 HINSTANCE hinst;
4204 static HINSTANCE hLibImm = NULL;
8443 HINSTANCE hDll; in multiline_balloon_available()
H A Dmbyte.c4854 # define HINSTANCE int macro
4856 static HINSTANCE hIconvDLL = 0;
4857 static HINSTANCE hMsvcrtDLL = 0;
H A Dglobals.h1876 typedef int HINSTANCE; typedef
1879 EXTERN HINSTANCE g_hinst INIT(= NULL);
H A Dclientserver.c444 ni.hIcon = LoadIcon((HINSTANCE)GetModuleHandle(0), "IDR_VIM"); in cmdsrv_main()
H A Dif_mzsch.c42 typedef int HINSTANCE; typedef
651 static HINSTANCE hMzGC = 0;
652 static HINSTANCE hMzSch = 0;
H A Dos_mswin.c183 SaveInst(HINSTANCE hInst) in SaveInst()
823 HINSTANCE hinstLib; in mch_libcall()
H A Dterminal.c6858 static HINSTANCE hWinPtyDLL = NULL;
/vim-8.2.3635/src/proto/
H A Dos_win32.pro2 HINSTANCE vimLoadLib(char *name);
4 HINSTANCE find_imported_module_by_funcname(HINSTANCE hInst, const char *funcname);
5 void *get_dll_import_func(HINSTANCE hInst, const char *funcname);
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp173 static HINSTANCE hLibintlDLL = 0;
313 HINSTANCE g_hmodThisDll = NULL; // Handle to this DLL itself.
320 DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /* lpReserved */) in DllMain()
876 (LPWSTR)location) > (HINSTANCE)32) in searchpath()