Home
last modified time | relevance | path

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

/third_party/mksh/
Djobs.c269 if (setpgid(0, kshpid) < 0) { in j_suspend()
273 } else if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_suspend()
297 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) { in j_exit()
318 if (kshpid == procpid && restore_ttypgrp >= 0) { in j_exit()
378 if (ttypgrp_ok && kshpgrp != kshpid) {
379 if (setpgid(0, kshpid) < 0) {
384 if (tcsetpgrp(tty_fd, kshpid) < 0) {
391 kshpgrp = kshpid;
930 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid &&
Dmain.c196 kshpid = procpid = getpid(); in chvt_reinit()
1098 (kshpgrp == kshpid)) { in quitenv()
Dmisc.c319 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid) in change_flag()
Dvar.c288 vp->val.i = kshpid; in isglobal()
Dsh.h934 #define kshpid rndsetupstate.kshpid_v macro