startup_handler   138 lib/util.h     extern struct sigaction startup_handler;
startup_handler    75 lib/utilunix.c struct sigaction startup_handler;
startup_handler   183 lib/utilunix.c     my_sigaction (SIGTSTP, &startup_handler, &sigactions->stop);
startup_handler   332 lib/utilunix.c     my_sigaction (SIGTSTP, NULL, &startup_handler);
startup_handler   163 src/execute.c          my_sigaction (SIGTSTP, &startup_handler, &sigtstp_action);
startup_handler   260 tests/lib/utilunix__my_system-common.c         ck_assert_msg (memcmp (_act, &startup_handler, sizeof(struct sigaction)) == 0, \