OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jobctl
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
jobs.h
80
char
jobctl
; /* job running under job control */
member in struct:job
jobs.c
138
MKINIT int
jobctl
;
variable
147
if (on ==
jobctl
|| rootshell == 0)
236
jobctl
= on;
246
jobctl
= 0;
264
if (jp->
jobctl
== 0)
343
if (jp->
jobctl
== 0)
816
jp->
jobctl
=
jobctl
;
912
jobctl
= 0; /* do job control only in root shell */
995
if (jp->
jobctl
) {
[
all
...]
init.c
928
extern int
jobctl
;
1056
jobctl
= 0;
Completed in 27 milliseconds