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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c563 volatile struct sigaction old_sigsys_handler; local
567 sigaction(SIGSYS, &old_sigsys_handler, NULL);
572 sigaction(SIGSYS, NULL, &old_sigsys_handler);
606 sigaction(SIGSYS, &old_sigsys_handler, NULL);

Completed in 98 milliseconds