Searched refs:shpid (Results 1 – 2 of 2) sorted by relevance
576 pid_t shpid; in shell() local582 if ((shpid = fork())) { in shell()583 while (shpid != wait(&status)); in shell()
624 pid_t shpid, pid; in ShellCommand() local651 if ((shpid = fork()) == 0) { in ShellCommand()709 if (shpid == (pid_t)-1) in ShellCommand()713 waitpid(shpid, &status, 0); in ShellCommand()