OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shtrap
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
histrap.c
1206
if (p->
shtrap
)
1207
(*p->
shtrap
)(i);
1485
* it. At the moment, all users of
shtrap
are lifetime
1489
p->
shtrap
= (sig_t)NULL;
1491
p->
shtrap
= f;
[
all
...]
sh.h
714
sig_t
shtrap
; /* shell signal handler */
member in struct:trap
[
all
...]
Completed in 263 milliseconds