Home
last modified time | relevance | path

Searched refs:cntlc_handler (Results 1 – 1 of 1) sorted by relevance

/dports/audio/tuneradio/tuneradio-1.3/
H A Dtuneradio.c63 static void cntlc_handler (int);
111 if (signal (SIGINT, cntlc_handler) == SIG_ERR) {
115 if (signal (SIGHUP, cntlc_handler) == SIG_ERR) {
184 cntlc_handler (int whatever) in cntlc_handler() function