Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.os.c559 volatile struct sigaction old_sigsys_handler; in dowarp() local
563 sigaction(SIGSYS, &old_sigsys_handler, NULL); in dowarp()
568 sigaction(SIGSYS, NULL, &old_sigsys_handler); in dowarp()
602 sigaction(SIGSYS, &old_sigsys_handler, NULL); in dowarp()