Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dtop.c60 static sigret_t top_winch(int);
586 signal(SIGWINCH, top_winch); in main()
767 signal(SIGWINCH, top_winch); in main()
1223 top_winch(int i __unused) /* SIGWINCH handler */ in top_winch() function