Searched refs:pgrp (Results 1 – 1 of 1) sorted by relevance
253 pid_t pgrp; /* process group ID for the job */ member687 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg()694 if ( (i=kill(- pi->pgrp, SIGCONT)) < 0) { in builtin_fg_bg()1566 pi->pgrp = -1;1728 if (pi->pgrp < 0) {1729 pi->pgrp = getpid();1731 if (setpgid(0, pi->pgrp) == 0) {1732 tcsetpgrp(2, pi->pgrp);1742 if (pi->pgrp < 0) {1743 pi->pgrp = child->pid;[all …]