Searched refs:EXSHELLPROC (Results 1 - 6 of 6) sorted by last modified time

/system/core/sh/
H A Derror.h71 #define EXSHELLPROC 2 /* execute a shell procedure */ macro
H A Deval.c865 if (exception == EXSHELLPROC) {
938 if (exception == EXSHELLPROC) {
1035 if (e != EXSHELLPROC) {
H A Dexec.c180 exraise(EXSHELLPROC);
194 exraise(EXSHELLPROC);
H A Dinit.c995 if (exception != EXSHELLPROC)
H A Dinput.c128 if (exception != EXSHELLPROC)
H A Dmain.c115 * exception EXSHELLPROC to clean up before executing
119 case EXSHELLPROC:
138 if (exception != EXSHELLPROC) {

Completed in 72 milliseconds