OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXSHELLPROC
(Results
1 - 6
of
6
) sorted by null
/system/core/sh/
error.h
71
#define
EXSHELLPROC
2 /* execute a shell procedure */
main.c
115
* exception
EXSHELLPROC
to clean up before executing
119
case
EXSHELLPROC
:
138
if (exception !=
EXSHELLPROC
) {
exec.c
180
exraise(
EXSHELLPROC
);
194
exraise(
EXSHELLPROC
);
input.c
128
if (exception !=
EXSHELLPROC
)
eval.c
865
if (exception ==
EXSHELLPROC
) {
938
if (exception ==
EXSHELLPROC
) {
1035
if (e !=
EXSHELLPROC
) {
init.c
995
if (exception !=
EXSHELLPROC
)
Completed in 499 milliseconds