Searched refs:WriteRegistryInt (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | Commands.cpp | 394 WriteRegistryInt(hSectionKey, "DevStudioEditor", in BEGIN_MESSAGE_MAP() 396 WriteRegistryInt(hSectionKey, "NewTabs", in BEGIN_MESSAGE_MAP() 398 WriteRegistryInt(hSectionKey, "ChangeDir", g_ChangeDir); in BEGIN_MESSAGE_MAP() 493 WriteRegistryInt(hSectionKey, "EnableVim", g_bEnableVim); in VimSetEnableState()
|
| H A D | VisVim.h | 26 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
|
| H A D | Reg.cpp | 51 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue) in WriteRegistryInt() function
|