Lines Matching defs:targetAttr
256 GNodeType targetAttr; /* when used as a source */
810 GNodeType targetAttr;
819 targetAttr = parseKeywords[keywd].targetAttr;
820 if (targetAttr != OP_NONE) {
821 ApplyDependencyOperator(targetAttr);
879 ApplyDependencySourceOther(const char *src, GNodeType targetAttr,
887 if (targetAttr != OP_NONE)
888 gn->type |= targetAttr;
901 ApplyDependencySource(GNodeType targetAttr, const char *src,
912 ApplyDependencySourceOther(src, targetAttr, special);
1097 *inout_targetAttr = parseKeywords[keywd].targetAttr;
1537 ParseSpecial special, GNodeType targetAttr)
1588 ApplyDependencySource(targetAttr, gn->name,
1599 ApplyDependencySource(targetAttr, start, special);
1613 ParseDependencySources(char *p, GNodeType targetAttr,
1655 if (!ParseDependencySourcesMundane(p, special, targetAttr))
1692 GNodeType targetAttr; /* from special sources */
1701 targetAttr = OP_NONE;
1704 if (!ParseDependencyTargets(&p, expandedLine, &special, &targetAttr,
1720 ParseDependencySources(p, targetAttr, special, &paths);