HomeSort by relevance Sort by last modified time
    Searched refs:kshpid (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
jobs.c 216 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) {
237 if (kshpid == procpid && restore_ttypgrp >= 0) {
293 if (ttypgrp_ok && kshpgrp != kshpid) {
294 if (setpgid(0, kshpid) < 0) {
300 if (tcsetpgrp(tty_fd, kshpid) < 0) {
307 kshpgrp = kshpid;
784 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid &&
    [all...]
main.c 102 kshpid = procpid = getpid();
757 (kshpgrp == kshpid)) {
    [all...]
misc.c 241 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
    [all...]
sh.h 599 #define kshpid kshstate_f.kshpid_ macro
    [all...]
var.c 236 vp->val.i = kshpid;
    [all...]

Completed in 38 milliseconds