OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootshell
(Results
1 - 5
of
5
) sorted by null
/system/core/sh/
main.h
38
extern int
rootshell
; /* true if we aren't a child of the main shell */
main.c
80
int
rootshell
;
variable
121
rootshell
= 1;
139
if (state == 0 || iflag == 0 || !
rootshell
)
171
rootshell
= 1;
jobs.c
147
if (on == jobctl ||
rootshell
== 0)
871
if (
rootshell
&& mode != FORK_NOJOB && mflag) {
888
if (/* iflag &&
rootshell
&& */ n)
903
wasroot =
rootshell
;
906
rootshell
= 0;
1095
if (!
rootshell
|| !iflag)
1102
TRACE(("Not printing status,
rootshell
=%d, job=%p\n",
1103
rootshell
, job));
error.c
115
if (
rootshell
&& iflag)
trap.c
245
if (
rootshell
&& !vforked && action == S_DFL) {
Completed in 15 milliseconds