Searched refs:procpid (Results 1 – 5 of 5) sorted by relevance
212 if (j->ppid == procpid && in j_exit()216 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) { in j_exit()237 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()373 (int)procpid); in exchild()390 pi.j->ppid = procpid; in exchild()415 pi.p->pid = pi.cldpid ? pi.cldpid : (procpid = getpid()); in exchild()599 if (j->ppid == procpid && j->state == PRUNNING) in waitfor()608 if (j->ppid != procpid) { in waitfor()781 if (j->ppid == procpid && j->state == PSTOPPED) in j_stopped_running()784 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid && in j_stopped_running()[all …]
102 kshpid = procpid = getpid(); in chvt_reinit()831 if (tp->pid == procpid) in remove_temps()1288 tp->pid = procpid; in maketemp()
825 nfile = shf_smprintf("%s.%d", hname, (int)procpid); in hist_shrink()
241 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid) in change_flag()
600 #define procpid kshstate_v.procpid_ macro