Home | History | Annotate | Download | only in kati

Lines Matching defs:shell

497 static void ShellFuncImpl(const string& shell,
526 COLLECT_STATS_WITH_SLOW_REPORT("func shell time", cmd.c_str());
527 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, s);
564 "kati doesn't support passing results of $(shell) "
575 const string&& shell = ev->GetShell();
580 ShellFuncImpl(shell, shellflag, cmd, ev->loc(), &out, &fc);
583 cr->op = (fc == NULL) ? CommandOp::SHELL : CommandOp::FIND,
584 cr->shell = shell;
956 {"shell", &ShellFunc, 1, 1, false, false},