Home
last modified time | relevance | path

Searched refs:segv_action (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dc-stack.c105 static void (* volatile segv_action) (int); variable
122 segv_action (signo); in die()
243 segv_action = action ? action : null_action; in c_stack_action()
/freebsd/contrib/diff/
H A DChangeLog336 (segv_action): Likewise.
345 Invoke die (rather than segv_action) to exit.