Home
last modified time | relevance | path

Searched refs:kshpid (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Djobs.c261 if (setpgid(0, kshpid) < 0) { in j_suspend()
265 } else if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_suspend()
289 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) { in j_exit()
310 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()
366 if (ttypgrp_ok && kshpgrp != kshpid) { in j_change()
367 if (setpgid(0, kshpid) < 0) { in j_change()
372 if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_change()
379 kshpgrp = kshpid; in j_change()
919 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid && in j_stopped_running()
Dmain.c142 kshpid = procpid = getpid(); in chvt_reinit()
990 (kshpgrp == kshpid)) { in quitenv()
Dvar.c263 vp->val.i = kshpid; in global()
Dmisc.c305 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid) in change_flag()
Dsh.h817 #define kshpid rndsetupstate.kshpid_v macro