jobs.c | 127 static int tcsetpgrp(int fd, pid_t pgrp); 140 tcsetpgrp(int fd, pid_tpgrp) function in typeref:typename:int 217 if (tcsetpgrp(ttyfd, rootpid) == -1) 224 if (tcsetpgrp(ttyfd, initialpgrp) == -1) 270 if (tcsetpgrp(ttyfd, jp->pgrp) == -1) { 616 if (tcsetpgrp(ttyfd, getpid()) == -1) 1407 if (tcsetpgrp(ttyfd, pgrp) == -1) 1480 if (tcsetpgrp(ttyfd, mypgrp) == -1)
|