Home
last modified time | relevance | path

Searched refs:config_misc (Results 1 – 9 of 9) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DPlatformEmscripten.cpp53 , config_misc(Platform::Misc::COUNT, true) in Platform()
68 config_misc[Platform::Misc::MODS] = false; in Platform()
H A DPlatformGCW0.cpp51 , config_misc(Platform::Misc::COUNT, true) in Platform()
72 config_misc[Platform::Misc::KEYBINDS] = false; in Platform()
H A DPlatformIPhoneOS.cpp65 , config_misc(Platform::Misc::COUNT, true) in Platform()
86 config_misc[Platform::Misc::KEYBINDS] = false; in Platform()
H A DPlatformAndroid.cpp88 , config_misc(Platform::Misc::COUNT, true) in Platform()
109 config_misc[Platform::Misc::KEYBINDS] = false; in Platform()
H A DPlatform.h134 std::vector<bool> config_misc; variable
H A DPlatformWin32.cpp46 , config_misc(Platform::Misc::COUNT, true) { in Platform()
H A DPlatformLinux.cpp51 , config_misc(Platform::Misc::COUNT, true) in Platform()
H A DMenuConfig.cpp499 if (!platform.config_misc[Platform::Misc::KEYBINDS]) { in init()
504 if (!platform.config_misc[Platform::Misc::MODS]) { in init()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtreg.cc380 AVLTree *config_misc = new AVLTree(true); in init() local
382 config->insert(new ht_registry_node(RNT_SUBDIR, "misc", new ht_registry_data_stree(config_misc))); in init()
383config_misc->insert(new ht_registry_node(RNT_DWORD, "config format", new ht_registry_data_dword(2)… in init()
384config_misc->insert(new ht_registry_node(RNT_STRING, "statusline", new ht_registry_data_string("%a… in init()
385config_misc->insert(new ht_registry_node(RNT_STRING, "vfs display format", new ht_registry_data_st… in init()