Searched refs:pgrp (Results 51 - 72 of 72) sorted by relevance

123

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c2363 pid_t pgrp; local
2367 if ((pgrp = tcgetpgrp(fd)) == -1)
2369 if (pgrp == desired)
/macosx-10.9.5/ruby-104/ruby/
H A Dprocess.c4125 rb_pid_t pgrp; local
4129 pgrp = getpgrp();
4130 if (pgrp < 0) rb_sys_fail(0);
4131 return PIDT2NUM(pgrp);
4133 pgrp = getpgid(0);
4134 if (pgrp < 0) rb_sys_fail(0);
4135 return PIDT2NUM(pgrp);
4208 proc_setpgid(VALUE obj, VALUE pid, VALUE pgrp) argument
4214 ipgrp = NUM2PIDT(pgrp);
/macosx-10.9.5/Libc-997.90.3/include/
H A Dunistd.h709 int setpgrp(pid_t pid, pid_t pgrp); /* obsoleted by setpgid() */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dbsd_init.c205 struct pgrp pgrp0;
423 /* Initialize process and pgrp structures. */
517 /* There is no other bsd thread this point and is safe without pgrp lock */
H A Dkern_malloc.c145 "pgrp", /* 17 M_PGRP */
339 { SOS(pgrp), KMZ_CREATEZONE, FALSE }, /* 17 M_PGRP */
H A Dkern_prot.c533 struct pgrp * pg = PGRP_NULL;
540 /* enter pgrp works with its own pgrp refcount */
589 struct pgrp *pg = PGRP_NULL; /* target pgrp */
H A Dkern_resource.c200 struct pgrp *pg = PGRP_NULL;
203 /* returns the pgrp to ref */
356 struct pgrp *pg = PGRP_NULL;
H A Dkern_exit.c467 struct pgrp * pg;
610 * Signal foreground pgrp,
1773 struct pgrp * pg;
1801 * Signal foreground pgrp,
H A Dtty_pty.c277 struct pgrp *pg;
H A Dtty_ptmx.c664 struct pgrp * pg;
H A Dkern_sysctl.c1471 SYSCTL_PROC(_kern_proc, KERN_PROC_PGRP, pgrp, CTLTYPE_NODE|CTLFLAG_RD | CTLFLAG_LOCKED,
1504 struct pgrp *pg;
1564 struct pgrp *pg;
H A Dproc_info.c510 struct pgrp * pg;
/macosx-10.9.5/emacs-92/emacs/src/
H A Demacs.c2092 int pgrp = EMACS_GETPGRP (0);
2096 && tpgrp == pgrp)
2087 int pgrp = EMACS_GETPGRP (0); local
H A Dprocess.c2100 of BSD, it is necessary to put the process in pgrp 0
2123 int pgrp = getpid ();
2141 ioctl (xforkin, TIOCSPGRP, &pgrp);
2142 ioctl (xforkout, TIOCSPGRP, &pgrp);
5930 /* If we are using pgrps, get a pgrp number and make it negative. */
5937 /* If possible, send signals to the entire pgrp
6039 /* Get the current pgrp using the tty itself, if we have that.
6040 Otherwise, use the pty to get the pgrp.
6061 the child itself heads the pgrp. */
6110 /* gid may be a pid, or minus a pgrp'
2114 int pgrp = getpid (); local
[all...]
H A Dsysdep.c615 the child's tty belongs to the child's pgrp. */
810 int pgrp = EMACS_GETPGRP (0);
811 EMACS_KILLPG (pgrp, SIGTSTP);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dutils.c3884 attachtty(pid_t pgrp) argument
3890 if (SHTTY != -1 && tcsetpgrp(SHTTY, pgrp) == -1 && !ep)
3895 int arg = pgrp;
3901 if (pgrp != mypgrp && kill(-pgrp, 0) == -1)
3906 zwarn("can't set tty pgrp: %e", errno);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Djobs.c158 int tcsetpgrp(int fd,pid_t pgrp) argument
160 int pgid = pgrp;
724 * restore tty driver and pgrp
H A Djobs.c.orig158 int tcsetpgrp(int fd,pid_t pgrp)
160 int pgid = pgrp;
724 * restore tty driver and pgrp
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dperl.vim87 syn match perlStatementProc "\<\%(alarm\|exec\|fork\|get\%(pgrp\|ppid\|priority\)\|kill\|pipe\|set\%(pgrp\|priority\)\|sleep\|system\|times\|wait\%(pid\)\=\)\>"
H A Dbaan.vim1376 syn keyword baanBshell kill.pgrp
1377 syn keyword baanBshell set.pgrp
1378 syn keyword baanBshell get.pgrp
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1884 pinfo->psamp.pgrp = kinfo.kp_eproc.e_pgid;
/macosx-10.9.5/sudo-72/src/
H A Dpp2203 pgrp="${2:-$1}" \

Completed in 472 milliseconds

123