OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXINT
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
error.h
69
#define
EXINT
0 /* SIGINT received */
main.c
143
if (exception ==
EXINT
error.c
116
exraise(
EXINT
);
eval.c
1022
exitstatus = e ==
EXINT
? SIGINT + 128 :
Completed in 1487 milliseconds