Lines Matching defs:environment
1712 * Read the makefiles we care about and the environment
1729 * keep_state Set if KEEP_STATE is in environment
1849 * Read environment args. Let file args which follow override unless
2307 * Make sure KEEP_STATE is in the environment if KEEP_STATE is on.
2625 * This routine reads the process environment when make starts and enters
2626 * it as make macros. The environment variable SHELL is ignored.
2637 register char **environment;
2648 environment = environ;
2649 for (; *environment; environment++) {
2651 if ((length = strlen(*environment)) >= MAXPATHLEN) {
2654 (void) mbstowcs(tmp_wcs_buffer, *environment, length + 1);
2657 MBSTOWCS(wcs_buffer, *environment);
2664 * you can get blank lines in *environment.
2680 * environment.
2689 * We ignore SUNPRO_DEPENDENCIES. This environment variable is