Searched refs:displayModeCommands (Results 1 – 1 of 1) sorted by relevance
49 const std::vector<std::string> displayModeCommands = {"-f", "-m", "-sub", "-coor"}; variable597 …if (std::find(displayModeCommands.begin(), displayModeCommands.end(), command) != displayModeComma… in IsValidDisplayModeCommand()