Home
last modified time | relevance | path

Searched refs:get_dll_import_func (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_win32.pro5 void *get_dll_import_func(HINSTANCE hInst, const char *funcname);
/vim-8.2.3635/src/
H A Dif_python3.c1047 py__acrt_iob_func = get_dll_import_func(hinst, "__acrt_iob_func"); in reset_stdin()
H A Dmbyte.c4917 iconv_errno = get_dll_import_func(hIconvDLL, "_errno"); in iconv_enabled()
H A Dos_win32.c652 get_dll_import_func(HINSTANCE hInst, const char *funcname) in get_dll_import_func() function