Home
last modified time | relevance | path

Searched refs:GetRegistryInt (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp95 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 DVisVim.h25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
H A DReg.cpp40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default) in GetRegistryInt() function