Searched refs:HINSTANCE (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_w32exe.c | 24 void SaveInst(HINSTANCE hInst); 31 HINSTANCE hInstance, in wWinMain() 32 HINSTANCE hPrevInst UNUSED, in wWinMain()
|
| H A D | os_w32dll.c | 20 void SaveInst(HINSTANCE hInst); 22 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
| H A D | gui_dwrite.cpp | 62 extern "C" HINSTANCE vimLoadLib(char *name); 70 static HINSTANCE hD2D1DLL = NULL; 71 static HINSTANCE hDWriteDLL = NULL; 82 unload(HINSTANCE &hinst) in unload()
|
| H A D | os_win32.c | 112 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 D | if_ruby.c | 182 # 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 D | if_python3.c | 120 # 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 D | if_python.c | 130 # define HINSTANCE long_u // for generating prototypes macro 136 # define HINSTANCE void* macro 464 static HINSTANCE hinstPython = 0; // Instance of python.dll
|
| H A D | dosinst.h | 154 (LPWSTR)location) > (HINSTANCE)32) in searchpath()
|
| H A D | gui_w32.c | 278 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 D | mbyte.c | 4854 # define HINSTANCE int macro 4856 static HINSTANCE hIconvDLL = 0; 4857 static HINSTANCE hMsvcrtDLL = 0;
|
| H A D | globals.h | 1876 typedef int HINSTANCE; typedef 1879 EXTERN HINSTANCE g_hinst INIT(= NULL);
|
| H A D | clientserver.c | 444 ni.hIcon = LoadIcon((HINSTANCE)GetModuleHandle(0), "IDR_VIM"); in cmdsrv_main()
|
| H A D | if_mzsch.c | 42 typedef int HINSTANCE; typedef 651 static HINSTANCE hMzGC = 0; 652 static HINSTANCE hMzSch = 0;
|
| H A D | os_mswin.c | 183 SaveInst(HINSTANCE hInst) in SaveInst() 823 HINSTANCE hinstLib; in mch_libcall()
|
| H A D | terminal.c | 6858 static HINSTANCE hWinPtyDLL = NULL;
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_win32.pro | 2 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 D | gvimext.cpp | 173 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()
|