OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kshpid
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
jobs.c
244
(Flag(FLOGIN) && !Flag(FNOHUP) && procpid ==
kshpid
))))) {
265
if (
kshpid
== procpid && restore_ttypgrp >= 0) {
321
if (ttypgrp_ok && kshpgrp !=
kshpid
) {
322
if (setpgid(0,
kshpid
) < 0) {
327
if (tcsetpgrp(tty_fd,
kshpid
) < 0) {
334
kshpgrp =
kshpid
;
873
if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid ==
kshpid
&&
[
all
...]
main.c
154
kshpid
= procpid = getpid();
995
(kshpgrp ==
kshpid
)) {
[
all
...]
misc.c
285
if ((what == OF_CMDLINE || what == OF_SET) && procpid ==
kshpid
)
[
all
...]
var.c
255
vp->val.i =
kshpid
;
[
all
...]
sh.h
749
#define
kshpid
rndsetupstate.kshpid_v
macro
[
all
...]
Completed in 30 milliseconds