Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c261 GNodeType targetAttr; /* when used as a source */ member
760 GNodeType targetAttr; in ApplyDependencySourceKeyword() local
769 targetAttr = parseKeywords[keywd].targetAttr; in ApplyDependencySourceKeyword()
770 if (targetAttr != OP_NONE) { in ApplyDependencySourceKeyword()
771 ApplyDependencyOperator(targetAttr); in ApplyDependencySourceKeyword()
829 ApplyDependencySourceOther(const char *src, GNodeType targetAttr, in ApplyDependencySourceOther() argument
837 if (targetAttr != OP_NONE) in ApplyDependencySourceOther()
838 gn->type |= targetAttr; in ApplyDependencySourceOther()
851 ApplyDependencySource(GNodeType targetAttr, const char *src, in ApplyDependencySource() argument
862 ApplyDependencySourceOther(src, targetAttr, special); in ApplyDependencySource()
[all …]