Home
last modified time | relevance | path

Searched refs:procpid (Results 1 – 7 of 7) sorted by relevance

/netbsd/bin/ksh/
H A Djobs.c284 if (j->ppid == procpid in j_exit()
289 && procpid == kshpid))))) in j_exit()
312 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()
487 j->ppid = procpid;
522 p->pid = procpid = getpid();
740 if (j->ppid == procpid && j->state == PRUNNING)
749 if (j->ppid != procpid) {
929 if (j->ppid == procpid && j->state == PSTOPPED) in j_stopped_running()
933 && j->ppid == procpid && j->state == PRUNNING) in j_stopped_running()
1101 kill(procpid, SIGCHLD);
[all …]
H A Dio.c474 dir, (unsigned) procpid, inc++);
497 tp->pid = procpid;
H A Dmain.c219 kshpid = procpid = getpid(); in main()
766 if (tp->pid == procpid) {
H A Dsh.h184 EXTERN pid_t procpid; /* pid of executing process */ variable
H A Dhistory.c965 (void) shf_snprintf(nfile, sizeof(nfile), "%s.%d", hname, procpid);
H A Dedit.c101 if (procpid == kshpid && ioctl(tty_fd, TIOCGWINSZ, &ws) >= 0) { in check_sigwinch()
H A Dmisc.c336 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)