Searched refs:exception (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Derror.h51 * jump to when an exception occurs, and the global variable exception
53 * exception handlers, the user should save the value of handler on entry
65 extern int exception;
H A Dmain.c96 * exception occurs. When an exception occurs the variable "state"
115 * exception EXSHELLPROC to clean up before executing
118 switch (exception) {
138 if (exception != EXSHELLPROC) {
143 if (exception == EXINT
H A Derror.c68 int exception; variable
78 * Called to raise an exception. Since C doesn't include exceptions, we
79 * just do a longjmp to the exception handler. The type of exception is
80 * stored in the global variable "exception".
88 exception = e;
149 * Exverror is called to raise the error exception. If the second argument
151 * formatting. It then raises the error exception.
H A Dinput.c128 if (exception != EXSHELLPROC)
H A Deval.c115 * Called to reset things after an exception.
865 if (exception == EXSHELLPROC) {
938 if (exception == EXSHELLPROC) {
1021 e = exception;
H A Dinit.c995 if (exception != EXSHELLPROC)

Completed in 65 milliseconds