Searched refs:GETPGRP (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h442 # define GETPGRP() getpgrp() macro
444 # define GETPGRP() getpgrp(0) macro
H A Djobs.c2621 if ((mypgrp = GETPGRP()) > 0) {
2629 mypgrp = GETPGRP();
2642 mypgrp = GETPGRP();
H A Dinit.c584 origpgrp = GETPGRP();
H A Doptions.c772 origpgrp = GETPGRP();
H A Dexec.c595 if ((s = STTYval) && isatty(0) && (GETPGRP() == getpid())) {

Completed in 194 milliseconds