Lines Matching defs:targetAttr
256 GNodeType targetAttr; /* when used as a source */
755 GNodeType targetAttr;
764 targetAttr = parseKeywords[keywd].targetAttr;
765 if (targetAttr != OP_NONE) {
766 ApplyDependencyOperator(targetAttr);
824 ApplyDependencySourceOther(const char *src, GNodeType targetAttr,
832 if (targetAttr != OP_NONE)
833 gn->type |= targetAttr;
846 ApplyDependencySource(GNodeType targetAttr, const char *src,
857 ApplyDependencySourceOther(src, targetAttr, special);
1042 *inout_targetAttr = parseKeywords[keywd].targetAttr;
1480 ParseSpecial special, GNodeType targetAttr)
1531 ApplyDependencySource(targetAttr, gn->name,
1542 ApplyDependencySource(targetAttr, start, special);
1556 ParseDependencySources(char *p, GNodeType targetAttr,
1598 if (!ParseDependencySourcesMundane(p, special, targetAttr))
1635 GNodeType targetAttr; /* from special sources */
1644 targetAttr = OP_NONE;
1647 if (!ParseDependencyTargets(&p, expandedLine, &special, &targetAttr,
1663 ParseDependencySources(p, targetAttr, special, &paths);