Searched refs:execute_command (Results 1 – 3 of 3) sorted by relevance
106 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,116 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() argument120 for (const auto& string : execute_command.args()) { in RunCommand()197 RunCommand(subcontext_command.execute_command(), &reply); in MainLoop()
180 auto execute_command = [&num_executed](const BuiltinArguments& args) { in TEST() local187 test_function_map.Add("execute", 1, 1, false, execute_command); in TEST()
24 ExecuteCommand execute_command = 1; field