Home | History | Annotate | Download | only in kati

Lines Matching full:present

140 	_, present := db.rules[target]
141 if present {
172 ivars, present := db.ruleVars[outputs[0]]
173 if !present {
187 r, present := db.rules[output]
189 if present {
235 rules, present := db.suffixRules[outputSuffix[1:]]
236 if !present {
290 if n, present := db.done[output]; present {
298 rule, vars, present := db.pickRule(output)
299 if !present {
315 oldVar, present := db.vars[name]
316 if !present || oldVar.String() == "" {
328 if _, present := db.vars[name]; !present {
479 if oldRule, present := db.rules[output]; present {
554 rule, present := db.rules[".PHONY"]
555 if present {