Lines Matching full:cmd_word
1142 std::string cmd_word = command_string.substr (start, end - start);
1145 // Since cmd_obj is NULL we are on our first time through this loop. Check to see if cmd_word is a valid
1147 cmd_obj = GetCommandObject (cmd_word.c_str());
1150 // Our current object is a multi-word object; see if the cmd_word is a valid sub-command for our object.
1151 CommandObject *sub_cmd_obj = cmd_obj->GetSubcommandObject (cmd_word.c_str());
1154 else // cmd_word was not a valid sub-command word, so we are donee