startup_handler   154 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   267 tests/lib/utilunix__my_system-common.c                 memcmp (_act, &startup_handler, sizeof (struct sigaction)) == 0,                   \