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

/freebsd-10.0-release/usr.bin/make/
H A Dparse.c147 * specType contains the SPECial TYPE of the current target. It is
182 static ParseSpecial specType; variable
426 * ParseDoDependency. If the specType isn't 'Not', the parent
445 if (specType == Not) {
566 switch (specType) {
690 * by the specType variable.
713 specType = Not;
820 * specType to match it.
828 if (specType == ExPath && kw->spec != ExPath) {
834 specType
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c250 * specType contains the SPECial TYPE of the current target. It is
255 static ParseSpecial specType; variable
829 * ParseDoDependency. If the specType isn't 'Not', the parent
854 if (specType == Not)
1003 switch (specType) {
1171 * by the specType variable.
1199 specType = Not;
1269 * specType to match it.
1278 if (specType == ExPath && parseKeywords[keywd].spec != ExPath) {
1283 specType
[all...]

Completed in 78 milliseconds