Searched refs:gotwinch (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dtrap.h38 extern volatile sig_atomic_t gotwinch;
H A Dtrap.c82 volatile sig_atomic_t gotwinch; variable
402 gotwinch = 1;
H A Dinput.c175 if (el != NULL && gotwinch) {
176 gotwinch = 0;
/freebsd-9.3-release/usr.bin/talk/
H A Dio.c58 volatile sig_atomic_t gotwinch = 0; variable
108 if (gotwinch) {
110 gotwinch = 0;
H A Dinit_disp.c53 extern volatile sig_atomic_t gotwinch;
170 gotwinch = 1;

Completed in 118 milliseconds