Home
last modified time | relevance | path

Searched refs:ParseHotkeys (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dhotkeys.cpp151 static void ParseHotkeys(Hotkey *hotkey, const char *value) in ParseHotkeys() function
301 if (item->value.has_value()) ParseHotkeys(hotkey, item->value->c_str()); in Load()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp785 return ParseHotkeys(); in ParseAtom()
871 ParseResult ParseHotkeys() in ParseHotkeys() function in ciface::ExpressionParser::Parser