Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dparse.c1219 specType = Not; in ParseDoDependency()
1358 switch (specType) { in ParseDoDependency()
1367 specType = Not; in ParseDoDependency()
1410 specType = ExPath; in ParseDoDependency()
1477 if (specType != Not && specType != ExPath) { in ParseDoDependency()
1507 switch(specType) { in ParseDoDependency()
1579 switch (specType) { in ParseDoDependency()
1618 } else if ((specType == NotParallel) || (specType == SingleShell) || in ParseDoDependency()
1626 if ((specType == Suffixes) || (specType == ExPath) || in ParseDoDependency()
1627 (specType == Includes) || (specType == Libs) || in ParseDoDependency()
[all …]