Searched refs:procpid (Results 1 – 7 of 7) sorted by relevance
| /minix3/bin/ksh/ |
| H A D | jobs.c | 296 if (j->ppid == procpid in j_exit() 301 && procpid == kshpid))))) in j_exit() 324 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit() 478 internal_errorf(1, "exchild: XPIPEI and no last_job - pid %d", (int) procpid); 503 j->ppid = procpid; 540 p->pid = procpid = getpid(); 778 if (j->ppid == procpid && j->state == PRUNNING) 789 if (j->ppid != procpid) { 981 if (j->ppid == procpid && j->state == PSTOPPED) in j_stopped_running() 984 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid in j_stopped_running() [all …]
|
| H A D | io.c | 539 dir, (unsigned) procpid, inc++); 562 tp->pid = procpid;
|
| H A D | main.c | 228 kshpid = procpid = getpid(); in main() 823 if (tp->pid == procpid) {
|
| H A D | sh.h | 373 EXTERN pid_t procpid; /* pid of executing process */ variable
|
| H A D | history.c | 983 (void) shf_snprintf(nfile, sizeof(nfile), "%s.%d", hname, procpid);
|
| H A D | edit.c | 104 if (procpid == kshpid && ioctl(tty_fd, TIOCGWINSZ, &ws) >= 0) { in check_sigwinch()
|
| H A D | misc.c | 342 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
|