Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/talk/
HDio.c61 volatile sig_atomic_t gotwinch = 0; variable
115 if (gotwinch) { in talk()
117 gotwinch = 0; in talk()
HDtalk.h51 extern volatile sig_atomic_t gotwinch;
HDinit_disp.c167 gotwinch = 1; in sig_winch()