pid_t             156 lib-src/emacsclient.c static pid_t emacs_pid;
pid_t            1157 lib-src/emacsclient.c static pid_t
pid_t            1161 lib-src/emacsclient.c   pid_t tcpgrp = tcgetpgrp (STDOUT_FILENO);
pid_t            1164 lib-src/emacsclient.c       pid_t pgrp = getpgrp ();
pid_t            1384 lib-src/emacsclient.c 	      pid_t grouping = process_grouping ();
pid_t            1772 lib-src/emacsclient.c   pid_t dpid;
pid_t            1779 lib-src/emacsclient.c       pid_t w = waitpid (dpid, &status, WUNTRACED | WCONTINUED);
pid_t            1967 lib-src/emacsclient.c       pid_t grouping = process_grouping ();
pid_t             331 lib-src/movemail.c   pid_t child = fork ();
pid_t             422 lib/signal.in.h   pid_t si_pid;
pid_t            1465 lib/unistd.in.h _GL_CXXALIAS_SYS (getpid, pid_t, (void));
pid_t             457 nt/inc/ms-w32.h extern int sys_kill (pid_t, int);
pid_t              31 nt/inc/sys/wait.h extern pid_t waitpid (pid_t, int *, int);
pid_t              20 nt/inc/unistd.h extern int setpgid (pid_t, pid_t);
pid_t              21 nt/inc/unistd.h extern pid_t getpgrp (void);
pid_t              22 nt/inc/unistd.h extern pid_t setsid (void);
pid_t              23 nt/inc/unistd.h extern pid_t tcgetpgrp (int);
pid_t             109 src/callproc.c static pid_t synch_process_pid;
pid_t             354 src/callproc.c   pid_t pid = -1;
pid_t            1226 src/callproc.c   pid_t pid = getpid ();
pid_t            1419 src/callproc.c emacs_spawn (pid_t *newpid, int std_in, int std_out, int std_err,
pid_t            1481 src/callproc.c   pid_t *volatile newpid_volatile = newpid;
pid_t            1315 src/editfns.c    pid_t pid = getpid ();
pid_t            1759 src/emacs.c              pid_t f;
pid_t            2947 src/emacs.c      pid_t tpgrp = tcgetpgrp (STDIN_FILENO);
pid_t             606 src/filelock.c       else if (0 < pid && pid <= TYPE_MAXIMUM (pid_t)
pid_t            4975 src/lisp.h     extern int emacs_spawn (pid_t *, int, int, int, char **, char **,
pid_t            3868 src/msdos.c    pid_t tcgetpgrp (int fd) { return 0; }
pid_t            3871 src/msdos.c    pid_t setsid (void) { return 0; }
pid_t            1065 src/process.c  record_deleted_pid (pid_t pid, Lisp_Object filename)
pid_t            1216 src/process.c    pid_t pid;
pid_t            2133 src/process.c    pid_t pid = -1;
pid_t            6772 src/process.c  static pid_t
pid_t            6775 src/process.c    pid_t gid = -1;
pid_t            6819 src/process.c    pid_t gid = emacs_get_tty_pgrp (p);
pid_t            6848 src/process.c    pid_t gid;
pid_t            6967 src/process.c    pid_t pid = no_pgrp ? gid : - gid;
pid_t            7123 src/process.c    pid_t pid;
pid_t            7145 src/process.c      CONS_TO_INTEGER (process, pid_t, pid);
pid_t            7441 src/process.c  	= (MOST_NEGATIVE_FIXNUM <= TYPE_MINIMUM (pid_t)
pid_t            7442 src/process.c  	   && TYPE_MAXIMUM (pid_t) <= MOST_POSITIVE_FIXNUM);
pid_t             127 src/process.h      pid_t pid;
pid_t             278 src/process.h  extern void record_deleted_pid (pid_t, Lisp_Object);
pid_t             453 src/sysdep.c   static pid_t
pid_t             454 src/sysdep.c   get_child_status (pid_t child, int *status, int options, bool interruptible)
pid_t             456 src/sysdep.c     pid_t pid;
pid_t             501 src/sysdep.c   wait_for_termination (pid_t child, int *status, bool interruptible)
pid_t             515 src/sysdep.c   pid_t
pid_t             516 src/sysdep.c   child_status_changed (pid_t child, int *status, int options)
pid_t             658 src/sysdep.c     pid_t pid;
pid_t             914 src/sysdep.c   static pid_t inherited_pgroup;
pid_t             919 src/sysdep.c     pid_t pgrp = getpgrp ();
pid_t             952 src/sysdep.c   tcsetpgrp_without_stopping (int fd, pid_t pgid)
pid_t            3374 src/sysdep.c     CONS_TO_INTEGER (pid, pid_t, proc_id);
pid_t            3619 src/sysdep.c     CONS_TO_INTEGER (pid, pid_t, proc_id);
pid_t              59 src/syswait.h  extern bool wait_for_termination (pid_t, int *, bool);
pid_t              60 src/syswait.h  extern pid_t child_status_changed (pid_t, int *, int);
pid_t             224 src/w32.h      extern void register_child (pid_t, int);
pid_t             331 src/w32proc.c  pid_t
pid_t             337 src/w32proc.c  pid_t
pid_t             344 src/w32proc.c  setpgid (pid_t pid, pid_t pgid)
pid_t             349 src/w32proc.c  pid_t
pid_t            1317 src/w32proc.c  	      pid_t * pPid, child_process *cp)
pid_t            1405 src/w32proc.c  register_child (pid_t pid, int fd)
pid_t            1467 src/w32proc.c  pid_t
pid_t            1468 src/w32proc.c  waitpid (pid_t pid, int *status, int options)
pid_t            1923 src/w32proc.c    pid_t pid;
pid_t            2711 src/w32proc.c  sys_kill (pid_t pid, int sig)
pid_t            4589 src/xfns.c       pid_t pid = getpid ();