HomeSort by: relevance | last modified time | path
    Searched defs:targetAttr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
parse.c 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
    [all...]
parse.c 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
    [all...]

Completed in 25 milliseconds