/src/bin/ksh/ |
jobs.c | 60 int tcsetpgrp ARGS((int fd, pid_t grp)); 64 tcsetpgrp(fd, grp) function 320 tcsetpgrp(tty_fd, restore_ttypgrp); 380 if (tcsetpgrp(tty_fd, kshpid) < 0) { 382 "j_init: tcsetpgrp() failed: %s", 565 tcsetpgrp(tty_fd, j->pgrp); 569 tcsetpgrp(tty_fd, j->pgrp); 646 tcsetpgrp(tty_fd, j->pgrp); 867 if (ttypgrp_ok && tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? j->saved_ttypgrp : j->pgrp) < 0) { 873 bi_errorf("1st tcsetpgrp(%d, %d) failed: %s" [all...] |
jobs.c | 60 int tcsetpgrp ARGS((int fd, pid_t grp)); 64 tcsetpgrp(fd, grp) function 320 tcsetpgrp(tty_fd, restore_ttypgrp); 380 if (tcsetpgrp(tty_fd, kshpid) < 0) { 382 "j_init: tcsetpgrp() failed: %s", 565 tcsetpgrp(tty_fd, j->pgrp); 569 tcsetpgrp(tty_fd, j->pgrp); 646 tcsetpgrp(tty_fd, j->pgrp); 867 if (ttypgrp_ok && tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? j->saved_ttypgrp : j->pgrp) < 0) { 873 bi_errorf("1st tcsetpgrp(%d, %d) failed: %s" [all...] |
/src/bin/sh/ |
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)
|
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)
|
/src/lib/libc/include/ |
namespace.h | 752 #define tcsetpgrp _tcsetpgrp macro
|
namespace.h | 752 #define tcsetpgrp _tcsetpgrp macro
|