Searched refs:handler_t (Results 1 – 6 of 6) sorted by relevance
33 typedef void (*handler_t) (int signal); typedef116 static handler_t old_handlers[NSIG];
78 typedef RETSIGTYPE (*handler_t) ARGS((int)); /* signal handler */365 handler_t cursig; /* current handler (valid if TF_ORIG_* set) */366 handler_t shtrap; /* shell signal handler */
309 handler_t f;378 handler_t f;411 p->shtrap = (handler_t) 0;
243 int setsig ARGS((Trap *, handler_t, int));
5429 typedef void (*handler_t)(const char *format, ...); in output_operand_error_record() typedef5430 handler_t handler = detail->non_fatal ? as_warn : as_bad; in output_operand_error_record()
5603 typedef void (*handler_t)(const char *format, ...); in output_operand_error_record() typedef5604 handler_t handler = detail->non_fatal ? as_warn : as_bad; in output_operand_error_record()