Home | History | Annotate | Download | only in kati

Lines Matching refs:Command

30 #include "command.h"
173 vector<Command*> commands;
357 // Strip outer quotes, and fail if it is not a single echo command
397 const vector<Command*>& commands,
403 // before the first command which uses gomacc. Fortunately, such
404 // command appears soon so almost all build targets have
411 for (const Command* c : commands) {
488 const vector<Command*>& commands = nn->commands;
508 *o << " command = " << shell_ << " $out.rsp\n";
511 *o << " command = " << shell_ << " -c \"" << cmd_buf << "\"\n";
740 // Always re-run this command.