Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp394 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 DVisVim.h26 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
H A DReg.cpp51 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue) in WriteRegistryInt() function