Searched refs:sig_cont (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dlisten.c29 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 282 milliseconds