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

/freebsd-10.2-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.2-release/contrib/bmake/
H A Dparse.c250 * specType contains the SPECial TYPE of the current target. It is
255 static ParseSpecial specType; variable
830 * ParseDoDependency. If the specType isn't 'Not', the parent
855 if (specType == Not)
1005 switch (specType) {
1173 * by the specType variable.
1201 specType = Not;
1270 * specType to match it.
1279 if (specType == ExPath && parseKeywords[keywd].spec != ExPath) {
1284 specType
[all...]

Completed in 25 milliseconds