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

  /external/mksh/src/
jobs.c 237 (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid))))) {
258 if (kshpid == procpid && restore_ttypgrp >= 0) {
314 if (ttypgrp_ok && kshpgrp != kshpid) {
315 if (setpgid(0, kshpid) < 0) {
320 if (tcsetpgrp(tty_fd, kshpid) < 0) {
327 kshpgrp = kshpid;
867 if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid == kshpid &&
    [all...]
main.c 148 kshpid = procpid = getpid();
897 (kshpgrp == kshpid)) {
    [all...]
misc.c 263 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
    [all...]
var.c 255 vp->val.i = kshpid;
    [all...]
sh.h 630 #define kshpid rndsetupstate.kshpid_v macro
    [all...]

Completed in 27 milliseconds