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

/freebsd-13-stable/contrib/bmake/
H A Dparse.c181 SP_PATH, /* .PATH or .PATH.suffix */ enumerator in enum:ParseSpecial
312 { ".PATH", SP_PATH, OP_NONE },
1079 case SP_PATH:
1178 if (*inout_specType == SP_PATH &&
1179 parseKeywords[keywd].spec != SP_PATH) {
1191 *inout_specType = SP_PATH;
1337 case SP_PATH:
1395 case SP_PATH:
1489 else if (*inout_specType == SP_PATH && *tgt != '.' &&
1501 if (*inout_specType != SP_NOT && *inout_specType != SP_PATH)
[all...]

Completed in 100 milliseconds