Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/tip/
H A Dtip.h324 void timeoutfunc(int);
H A Dcmds.c565 timeoutfunc(int __dummy) in timeoutfunc() function
567 signal(SIGALRM, timeoutfunc); in timeoutfunc()
H A Dtip.c207 (void)signal(SIGALRM, timeoutfunc); in main()