Searched refs:SIG_WINDOW (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dtc.sig.h105 # define SIG_WINDOW SIGWINCH macro
108 # define SIG_WINDOW SIGWINDOW macro
H A Ded.decls.h47 #ifdef SIG_WINDOW
50 #endif /* SIG_WINDOW */
103 #ifdef SIG_WINDOW
105 #endif /* SIG_WINDOW */
H A Ded.init.c87 #ifdef SIG_WINDOW
98 * partially hidden window gets a SIG_WINDOW every time the text is
125 #endif /* SIG_WINDOW */
259 # ifdef SIG_WINDOW
262 (void)signal(SIG_WINDOW, window_change); /* for window systems */
264 sigaddset(&set, SIG_WINDOW);
H A Ded.screen.c1400 #ifdef SIG_WINDOW
1406 sigaddset(&set, SIG_WINDOW);
1409 #endif /* SIG_WINDOW */
1503 #ifdef SIG_WINDOW
1508 #else /* SIG_WINDOW */
1510 #endif /* SIG_WINDOW */
1515 #ifdef SIG_WINDOW
1560 #endif /* SIG_WINDOW */
H A Dtc.const.c456 #if defined(SIG_WINDOW) || defined(SIGWINCH) || defined(SIGWINDOW) || defined (_VMS_POSIX) || defined(_SIGWINCH)
461 #endif /* SIG_WINDOW || SIGWINCH || SIGWINDOW || _VMS_POSIX */
H A Ded.inputl.c780 #ifdef SIG_WINDOW
783 #endif /* SIG_WINDOW */
H A Dsh.c1379 #ifdef SIG_WINDOW
1381 #endif /* SIG_WINDOW */
2168 #ifdef SIG_WINDOW
2172 #endif /* SIG_WINDOW */
H A Dsh.lex.c1704 #ifdef SIG_WINDOW
1707 #endif /* SIG_WINDOW */

Completed in 140 milliseconds