Home
last modified time | relevance | path

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

/mirbsd/src/lib/libocurses/
Dtstp.c102 static void (*otstpfn)() = SIG_DFL; variable
110 otstpfn = signal(SIGTSTP, __stop_signal_handler); in __set_stophandler()
119 (void)signal(SIGTSTP, otstpfn); in __restore_stophandler()