Searched refs:s_hinst (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_w16.c335 Ctl3dRegister(s_hinst);
336 Ctl3dAutoSubclass(s_hinst);
353 if (GetClassInfo(s_hinst, szVimWndClass, &wndclass) == 0) {
358 wndclass.hInstance = s_hinst;
381 s_hinst, NULL);
391 if (GetClassInfo(s_hinst, szTextAreaClass, &wndclass) == 0) {
396 wndclass.hInstance = s_hinst;
412 s_hinst, NULL);
1410 dp = MakeProcInstance((FARPROC)dialog_callback, s_hinst);
1431 s_hinst,
[all...]
H A Dgui_w32.c1303 s_htearbitmap = LoadBitmap(s_hinst, "IDB_TEAROFF");
1318 if (GetClassInfoW(s_hinst, szVimWndClassW, &wndclassw) == 0)
1324 wndclassw.hInstance = s_hinst;
1349 if (GetClassInfo(s_hinst, szVimWndClass, &wndclass) == 0)
1355 wndclass.hInstance = s_hinst;
1388 s_hinst, NULL);
1419 s_hinst, NULL);
1441 if (GetClassInfoW(s_hinst, szTextAreaClassW, &wndclassw) == 0)
1447 wndclassw.hInstance = s_hinst;
1460 if (GetClassInfo(s_hinst, szTextAreaClas
[all...]
H A Dgui_w48.c164 static HINSTANCE s_hinst = NULL; variable
1259 s_hinst, NULL);
2140 s_hinst = hInst;
2740 Ctl3dUnregister(s_hinst);
H A Dos_mswin.c2726 HINSTANCE s_hinst; local
2734 s_hinst = (HINSTANCE)GetModuleHandle(0);
2739 wndclass.hInstance = s_hinst;
2754 s_hinst, NULL);

Completed in 78 milliseconds