Searched refs:cond (Results 1 – 2 of 2) sorted by relevance
112 cond string member286 if prefix, ok = conditionalTranslations[c.cond][c.eq]; !ok {297 file.errorf(assignment, "conditional %s %s on global assignment", eq, c.cond)336 if _, ok := conditionalTranslations[c.cond]; !ok {337 panic("unknown conditional " + c.cond)340 disabledPrefix := conditionalTranslations[c.cond][!c.eq]
225 extraProps ...interface{}) (cond baseVariable, errs []error) {