Lines Matching +full:scp +full:- +full:core
38 .Bd -literal
48 .Bf -symbolic
67 This may be changed, on a per-handler basis,
125 is non-zero, it
138 is non-zero, the previous handling information for the signal
144 .Bl -column SIGVTALARMXX "create core imagexxx"
148 .It Dv SIGQUIT No " create core image" " quit program"
149 .It Dv SIGILL No " create core image" " illegal instruction"
150 .It Dv SIGTRAP No " create core image" " trace trap"
151 .It Dv SIGABRT No " create core image" Ta Xr abort 3
154 .It Dv SIGEMT No " create core image" " emulate instruction executed"
155 .It Dv SIGFPE No " create core image" " floating-point exception"
157 .It Dv SIGBUS No " create core image" " bus error"
158 .It Dv SIGSEGV No " create core image" " segmentation violation"
159 .It Dv SIGSYS No " create core image" " non-existent system call invoked"
161 .It Dv SIGALRM No " terminate process" " real-time timer expired"
193 A signal-specific default action may be reset by
198 The defaults are process termination, possibly with core dump;
263 .Rv -std sigvec
266 .Tn VAX\-11
268 .Bd -literal -offset indent
269 void handler(sig, code, scp)
271 struct sigcontext *scp;
290 .Fa scp
303 .Bl -tag -width Er