Searched defs:fpe_handler (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/ | ||
| H A D | inkscape.cpp | 84 static void (* fpe_handler) (int) = SIG_DFL; variable 410 fpe_handler = signal (SIGFPE, Application::crash_handler); 526 signal (SIGFPE, fpe_handler ); |
Completed in 13 milliseconds