Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dparse.c212 ExPath, /* .PATH */ enumerator
336 { ".PATH", ExPath, 0 },
1318 if (specType == ExPath && parseKeywords[keywd].spec != ExPath) { in ParseDoDependency()
1359 case ExPath: in ParseDoDependency()
1410 specType = ExPath; in ParseDoDependency()
1466 } else if (specType == ExPath && *line != '.' && *line != '\0') { in ParseDoDependency()
1477 if (specType != Not && specType != ExPath) { in ParseDoDependency()
1592 case ExPath: in ParseDoDependency()
1626 if ((specType == Suffixes) || (specType == ExPath) || in ParseDoDependency()
1667 case ExPath: in ParseDoDependency()
[all …]