Searched refs:GetRegistryInt (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | Commands.cpp | 95 g_bEnableVim = GetRegistryInt(hSectionKey, "EnableVim", in SetApplicationObject() 97 g_bDevStudioEditor = GetRegistryInt(hSectionKey, in SetApplicationObject() 99 g_bNewTabs = GetRegistryInt(hSectionKey, "NewTabs", in SetApplicationObject() 101 g_ChangeDir = GetRegistryInt(hSectionKey, "ChangeDir", in SetApplicationObject()
|
| H A D | VisVim.h | 25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
|
| H A D | Reg.cpp | 40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default) in GetRegistryInt() function
|