Home | History | Annotate | Download | only in src

Lines Matching refs:kshpid

261 			if (setpgid(0, kshpid) < 0) {
265 } else if (tcsetpgrp(tty_fd, kshpid) < 0) {
289 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) {
310 if (kshpid == procpid && restore_ttypgrp >= 0) {
366 if (ttypgrp_ok && kshpgrp != kshpid) {
367 if (setpgid(0, kshpid) < 0) {
372 if (tcsetpgrp(tty_fd, kshpid) < 0) {
379 kshpgrp = kshpid;
919 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid &&