Lines Matching defs:rule
611 if (mode == "rule") {
612 string rule;
614 rule = argv[1];
615 if (rule.empty())
618 return ToolTargetsList(&state_, rule);
626 SpellcheckString(mode.c_str(), "rule", "depth", "all", NULL);
669 " -d also print the description of the rule\n"
685 const Rule* rule = i->second;
686 const EvalString* description = rule->GetBinding("description");
867 Error("expected a rule to clean");
1130 { "targets", "list targets by their rule or depth in the DAG",