OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onint
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
error.h
86
#define INTON { if (--suppressint == 0 && intpending)
onint
(); }
87
#define FORCEINTON {suppressint = 0; if (intpending)
onint
();}
92
void
onint
(void);
error.c
104
onint
(void)
function
trap.c
369
onint
();
/external/ping6/
ping6.c
274
void
onint
(int);
1098
onint
(SIGINT);
1221
(void)signal(SIGALRM,
onint
);
2146
onint
(int notused)
function
[
all
...]
Completed in 185 milliseconds