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

/macosx-10.10/vim-55/src/
H A Ddosinst.h146 static DWORD g_PlatformId; variable
149 * Set g_PlatformId to VER_PLATFORM_WIN32_NT (NT) or
164 g_PlatformId = ovi.dwPlatformId;
182 if (g_PlatformId == VER_PLATFORM_WIN32_NT)
H A Dos_win32.c382 DWORD g_PlatformId; variable
402 * Set g_PlatformId to VER_PLATFORM_WIN32_NT (NT) or
417 g_PlatformId = ovi.dwPlatformId;
424 if (g_PlatformId == VER_PLATFORM_WIN32_NT)
462 return g_PlatformId == VER_PLATFORM_WIN32_WINDOWS;
2757 if (g_PlatformId == VER_PLATFORM_WIN32_NT && advapi_lib != NULL)
3153 if (g_PlatformId != VER_PLATFORM_WIN32s)
4473 if (g_PlatformId == VER_PLATFORM_WIN32_NT) /* Windows NT */
4475 else if (g_PlatformId == VER_PLATFORM_WIN32_WINDOWS) /* Windows 95 */
4662 && g_PlatformId
[all...]
H A Dos_mswin.c145 extern DWORD g_PlatformId;
396 && g_PlatformId == VER_PLATFORM_WIN32_NT
506 && g_PlatformId == VER_PLATFORM_WIN32_NT
707 if (g_PlatformId == VER_PLATFORM_WIN32_NT || Columns == 80)
/macosx-10.10/vim-55/src/GvimExt/
H A Dgvimext.cpp800 static DWORD g_PlatformId; variable
803 // Set g_PlatformId to VER_PLATFORM_WIN32_NT (NT) or
818 g_PlatformId = ovi.dwPlatformId;
833 if (g_PlatformId == VER_PLATFORM_WIN32_NT)

Completed in 191 milliseconds