OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXERROR
(Results
1 - 5
of
5
) sorted by null
/system/core/sh/
error.h
70
#define
EXERROR
1 /* a generic error */
94
void
exerror
(int, const char *, ...) __attribute__((__noreturn__));
main.c
130
case
EXERROR
:
error.c
182
exverror(
EXERROR
, msg, ap);
189
exerror
(int cond, const char *msg, ...)
function
options.c
484
exraise(
EXERROR
);
eval.c
1041
if ((e !=
EXERROR
&& e != EXEXEC)
Completed in 41 milliseconds