Searched refs:shpgrp (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.c | 471 shpgrp = getpid(); in main() 472 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp); in main() 473 (void) setpgid(0, shpgrp); in main() 1144 shpgrp = mygetpgrp(); in main() 1209 if (f != -1 && shpgrp == 0) { in main() 1210 shpgrp = getpid(); in main() 1211 (void) setpgid(0, shpgrp); in main() 1212 (void) tcsetpgrp(f, shpgrp); in main() 1216 if (f != -1 && grabpgrp(f, shpgrp) != -1) { in main() 1222 opgrp = shpgrp; in main() [all …]
|
H A D | sh.h | 647 shpgrp, /* Pgrp of shell */ variable
|
H A D | sh.func.c | 2402 (void) setpgid(0, shpgrp); 2403 (void) tcsetpgrp(FSHTTY, shpgrp);
|
H A D | sh.proc.c | 764 pp->p_parentid = shpgrp; in palloc()
|
H A D | Fixes | 1389 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
|