Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dcommand.h27 struct Command { struct
28 explicit Command(Symbol o) in Command() argument
40 void Eval(DepNode* n, vector<Command*>* commands); argument
/build/blueprint/
Dninja_defs.go59 Command string // The command that Ninja will run for the rule. member