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

Lines Matching refs:remote

476       int remote = 0;
520 any_remote |= c->remote;
521 any_local |= ! c->remote;
524 (long) c->pid, c->remote ? _(" (remote)") : ""));
530 /* First, check for remote children. */
537 /* We got a remote child. */
538 remote = 1;
541 /* A remote status command failed miserably. Punt. */
547 /* No remote children. Check for local children. */
590 /* Now try a blocking wait for a remote child. */
595 /* No remote children either. Finally give up. */
598 /* We got a remote child. */
599 remote = 1;
678 if (!remote && pid == shell_function_pid)
693 if (c->remote == remote && c->pid == pid)
705 c->remote ? _(" (remote)") : ""));
770 c->remote = start_remote_job_p (0);
808 c->remote ? _(" (remote)") : ""));
1190 /* start_waiting_job has set CHILD->remote if we can start a remote job. */
1191 if (child->remote)
1197 /* Don't give up; remote execution may fail for various reasons. If
1207 child->remote = is_remote;
1221 child->remote = 0;
1433 remotely in C->remote for start_job_command to test. */
1435 c->remote = start_remote_job_p (1);
1439 if (!c->remote
1463 (long) c->pid, c->remote ? _(" (remote)") : ""));