Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c1692 ParseDependency(char *expandedLine, const char *unexpandedLine) in ParseDependency() argument
1703 DEBUG1(PARSE, "ParseDependency(%s)\n", expandedLine); in ParseDependency()
1704 p = expandedLine; in ParseDependency()
1709 if (!ParseDependencyTargets(&p, expandedLine, &special, &targetAttr, in ParseDependency()
1718 InvalidLineType(expandedLine, unexpandedLine); in ParseDependency()