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

/freebsd-10.0-release/usr.bin/make/
H A Dvar.h68 extern Boolean oldVars;
H A Dparse.c1476 * their invocation alone -- this is done by forcing oldVars
1486 Boolean oldOldVars = oldVars;
1488 oldVars = FALSE;
1499 oldVars = oldOldVars;
H A Dvar.c186 Boolean oldVars; /* variable substitution style */ variable
2390 if (oldVars) {
2492 if (oldVars) {
H A Dmain.c579 oldVars = TRUE;
/freebsd-10.0-release/contrib/bmake/
H A Dmake.h423 extern Boolean oldVars; /* Do old-style variable substitution */
H A Dparse.c1893 * invocation alone -- this is done by forcing oldVars to be false.
1902 Boolean oldOldVars = oldVars;
1904 oldVars = FALSE;
1914 oldVars = oldOldVars;
H A Dmain.c170 Boolean oldVars; /* variable substitution style */ variable
615 oldVars = TRUE;
H A Dvar.c4086 if (oldVars) {

Completed in 256 milliseconds