Lines Matching defs:pid
1490 /* set the pid for returning to caller */
1596 int pid;
1631 windows32_openpipe (pipedes, &pid, command_argv, envp);
1642 fpipe = msdos_openpipe (pipedes, &pid, argv[0]);
1663 pid = child_execute_job (0, pipedes[1], command_argv, envp);
1664 if (pid < 0)
1669 pid = vfork ();
1670 if (pid < 0)
1672 else if (pid == 0)
1685 /* Record the PID for reap_children. */
1686 shell_function_pid = pid;