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

/xsrc/external/mit/xterm/dist/
H A Dmain.c463 static void reapchild(int /* n */ );
2958 (void) posix_signal(SIGCHLD, reapchild);
2960 (void) signal(SIGCHLD, reapchild);
5756 reapchild(int n GCC_UNUSED) function in typeref:typename:void
5761 DEBUG_MSG("handle:reapchild\n");
5769 (void) signal(SIGCHLD, reapchild);

Completed in 7 milliseconds