Searched refs:CMDSTR_TARGET_MODE (Results 1 – 4 of 4) sorted by relevance
249 outCmd->parameters = input + CMDSTR_TARGET_MODE.size() + 1; // with ' ' in RunMode()351 } else if (!strncmp(input.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size())) { in String2FormatCommand()
76 registerCommand.push_back(CMDSTR_TARGET_MODE); in IsRegisterCommand()485 …!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