HomeSort by relevance Sort by last modified time
    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 2420 milliseconds