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

/freebsd-10.2-release/usr.bin/make/
H A Dparse.c168 ExPath, /* .PATH */ enumerator in enum:__anon12202
227 { ".PATH", ExPath, 0 },
828 if (specType == ExPath && kw->spec != ExPath) {
869 case ExPath:
911 specType = ExPath;
966 } else if (specType == ExPath && *line != '.' && *line != '\0'){
976 if (specType != Not && specType != ExPath) {
1074 case ExPath:
1117 if (specType == Suffixes || specType == ExPath ||
[all...]
/freebsd-10.2-release/contrib/bmake/
H A Dparse.c207 ExPath, /* .PATH */ enumerator in enum:__anon700
330 { ".PATH", ExPath, 0 },
1279 if (specType == ExPath && parseKeywords[keywd].spec != ExPath) {
1319 case ExPath:
1367 specType = ExPath;
1421 } else if (specType == ExPath && *line != '.' && *line != '\0') {
1430 if (specType != Not && specType != ExPath) {
1536 case ExPath:
1569 if ((specType == Suffixes) || (specType == ExPath) ||
[all...]

Completed in 40 milliseconds