Searched refs:top_winch (Results 1 – 1 of 1) sorted by relevance
60 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