Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:environment

886   if (child->environment != 0)
888 register char **ep = child->environment;
891 free ((char *) child->environment);
1182 /* Set up the environment for the child. */
1183 if (child->environment == 0)
1184 child->environment = target_environment (child->file);
1194 if (start_remote_job (argv, child->environment,
1247 argv, child->environment);
1285 argv, child->environment);
1313 /* We don't have a way to pass environment to `system',
1317 environ = child->environment;
1336 proc_return = spawnvpe (P_WAIT, argv[0], argv, child->environment);
1381 hPID = process_easy(argv, child->environment);
1966 the environment of the new program. This function does not return. */
1988 with environment ENVP. This function does not return. */
2106 /* Do not use $SHELL from the environment */
2163 error (NILF, _("spawnvpe: environment space might be exhausted"));