OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kshpid
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/ksh/
jobs.c
289
&& procpid ==
kshpid
)))))
312
if (
kshpid
== procpid && restore_ttypgrp >= 0) {
373
if (ttypgrp_ok && our_pgrp !=
kshpid
) {
374
if (setpgid(0,
kshpid
) < 0) {
380
if (tcsetpgrp(tty_fd,
kshpid
) < 0) {
387
our_pgrp =
kshpid
;
932
if (Flag(FLOGIN) && !Flag(FNOHUP) && procpid ==
kshpid
main.c
219
kshpid
= procpid = getpid();
251
setint(global("RANDOM"), (long) (time((time_t *)0) *
kshpid
* ppid));
sh.h
183
EXTERN pid_t
kshpid
; /* $$, shell pid */
variable in typeref:typename:EXTERN pid_t
edit.c
101
if (procpid ==
kshpid
&& ioctl(tty_fd, TIOCGWINSZ, &ws) >= 0) {
misc.c
336
if ((what == OF_CMDLINE || what == OF_SET) && procpid ==
kshpid
)
var.c
211
vp->val.i =
kshpid
;
Completed in 16 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025