#include <ansi.h>Include dependency graph for signal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SIGHUP 1 |
| #define | SIGINT 2 |
| #define | SIGQUIT 3 |
| #define | SIGILL 4 |
| #define | SIGTRAP 5 |
| #define | SIGABRT 6 |
| #define | SIGBUS 7 |
| #define | SIGFPE 8 |
| #define | SIGKILL 9 |
| #define | SIGUSR1 10 |
| #define | SIGSEGV 11 |
| #define | SIGUSR2 12 |
| #define | SIGPIPE 13 |
| #define | SIGALRM 14 |
| #define | SIGTERM 15 |
| #define | SIGEMT 16 |
| #define | SIGCHLD 17 |
| #define | SIGWINCH 21 |
| #define | SIGCONT 18 |
| #define | SIGSTOP 19 |
| #define | SIGTSTP 20 |
| #define | SIGTTIN 22 |
| #define | SIGTTOU 23 |
| #define | _NSIG 23 |
| #define | SIG_ERR ((__sighandler_t) -1) |
| #define | SIG_DFL ((__sighandler_t) 0) |
| #define | SIG_IGN ((__sighandler_t) 1) |
| #define | SIG_HOLD ((__sighandler_t) 2) |
| #define | SIG_CATCH ((__sighandler_t) 3) |
| #define | SIG_MESS ((__sighandler_t) 4) |
Typedefs | |
| typedef int | sig_atomic_t |
| typedef void | _PROTOTYPE ((*__sighandler_t),(int)) |
Functions | |
| _PROTOTYPE (int raise,(int _sig)) | |
| _PROTOTYPE (__sighandler_t signal,(int _sig, __sighandler_t _func)) | |
|
|
Definition at line 57 of file signal.h. Referenced by check_pending(), check_sig(), clearsigstate(), do_exec(), do_kill(), do_sigaction(), do_sigprocmask(), do_trace(), dotrap(), getsig(), grave(), handle_ksig(), main(), raise(), signal(), test37b(), and test37c(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 80 of file signal.h. Referenced by do_sigaction(), init_server(), and main(). |
|
|
Definition at line 34 of file signal.h. Referenced by abort(), main(), make_break(), pm_init(), test37a(), and test3a(). |
|
|
|
|
|
|
|
|
Definition at line 45 of file signal.h. Referenced by doit(), done(), init_server(), main(), pm_exit(), pm_init(), sig_handler(), and stop(). |
|
|
Definition at line 51 of file signal.h. Referenced by pm_init(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file signal.h. Referenced by do_sigprocmask(), and test37b(). |
|
|
|
|
|
|
|
|
Definition at line 53 of file signal.h. Referenced by forkshell(), initialize(), openhere(), setsignal(), shellescape(), stop(), and ts_pause(). |
|
|
|
|
|
Definition at line 55 of file signal.h. Referenced by forkshell(), and setsignal(). |
|
|
|
|
|
Definition at line 40 of file signal.h. Referenced by deathtrap(), handler(), main(), onsig(), pm_init(), sig_handler(), test37a(), and test3a(). |
|
|
Definition at line 46 of file signal.h. Referenced by do_ioctl(), getsize(), handle_ksig(), main(), and pm_init(). |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6