Searched defs:tcsetpgrp (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dterminal.h60 # undef tcsetpgrp macro
/ast/src/cmd/mailx/
H A Dtty.c109 # undef tcsetpgrp macro
/ast/src/cmd/ksh93/sh/
H A Djobs.c174 int tcsetpgrp(int fd,pid_t pgrp) function
552 tcsetpgrp(JOBTTY,job.mypid);
653 tcsetpgrp(JOBTTY,shp->gd->pid);
723 tcsetpgrp(JOBTTY,shp->gd->pid);
787 tcsetpgrp(job.fd,job.mypgid);
835 tcsetpgrp(job.fd,pw->p_fgrp);
848 if(tcsetpgrp(job.fd,job.mypid) !=0)

Completed in 32 milliseconds