Home
last modified time | relevance | path

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

/freebsd/usr.bin/talk/
H A Dio.c58 volatile sig_atomic_t gotwinch = 0; variable
112 if (gotwinch) { in talk()
114 gotwinch = 0; in talk()
H A Dtalk.h48 extern volatile sig_atomic_t gotwinch;
H A Dinit_disp.c164 gotwinch = 1; in sig_winch()