Home
last modified time | relevance | path

Searched refs:targetAttr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/bmake/
H A Dparse.c265 GNodeType targetAttr; /* when used as a source */ member
740 GNodeType targetAttr; in ApplyDependencySourceKeyword() local
749 targetAttr = parseKeywords[keywd].targetAttr; in ApplyDependencySourceKeyword()
750 if (targetAttr != OP_NONE) { in ApplyDependencySourceKeyword()
751 ApplyDependencyOperator(targetAttr); in ApplyDependencySourceKeyword()
819 if (targetAttr != OP_NONE) in ApplyDependencySourceOther()
820 gn->type |= targetAttr; in ApplyDependencySourceOther()
1438 ParseSpecial special, GNodeType targetAttr) in ParseDependencySourcesMundane() argument
1493 ApplyDependencySource(targetAttr, gn->name, in ParseDependencySourcesMundane()
1587 GNodeType targetAttr; /* from special sources */ in ParseDependency() local
[all …]