Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c2010 void (*int_handler) (int); in scan_prog_file() local
2068 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_prog_file()
2151 signal (SIGINT, int_handler); in scan_prog_file()
2168 void (*int_handler) (int); in scan_libraries() local
2223 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_libraries()
2270 signal (SIGINT, int_handler); in scan_libraries()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c2108 void (*int_handler) PARAMS ((int)); local
2175 int_handler = (void (*) PARAMS ((int))) signal (SIGINT, SIG_IGN);
2260 signal (SIGINT, int_handler);
2552 void (*int_handler) PARAMS ((int)); local
2616 int_handler = (void (*) PARAMS ((int))) signal (SIGINT, SIG_IGN);
2665 signal (SIGINT, int_handler);
H A DChangeLog.25908 pointers and casts for `int_handler' and `quit_handler'.