Searched refs:CMDSTR_TARGET_MODE (Results 1 – 4 of 4) sorted by relevance
257 outCmd->parameters = input + CMDSTR_TARGET_MODE.size() + 1; // with ' ' in RunMode()359 } else if (!strncmp(input.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size())) { in String2FormatCommand()
75 registerCommand.push_back(CMDSTR_TARGET_MODE); in IsRegisterCommand()484 …!strncmp(commands.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size()) || g_externalCmd… in main()
101 !strncmp(command.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size()) || in ExecuteCommand()
96 const string CMDSTR_TARGET_MODE = "tmode"; variable