OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sig_cont
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/lib/ss/
listen.c
29
static sigret_t (*
sig_cont
)(int);
variable
61
sig_cont
= (sigret_t (*)(int)) 0;
72
old_sig_cont =
sig_cont
;
73
sig_cont
= signal(SIGCONT, print_prompt);
74
if (
sig_cont
== print_prompt)
75
sig_cont
= old_sig_cont;
89
(void) signal(SIGCONT,
sig_cont
);
99
(void) signal(SIGCONT,
sig_cont
);
Completed in 97 milliseconds