Searched defs:Command (Results 1 – 2 of 2) sorted by relevance
27 struct Command { struct28 explicit Command(Symbol o) in Command() argument40 void Eval(DepNode* n, vector<Command*>* commands); argument
59 Command string // The command that Ninja will run for the rule. member