Home
last modified time | relevance | path

Searched refs:termio_winch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c256 mdb_signal_f *termio_winch; in iob_pager() local
263 termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data); in iob_pager()
279 if (termio_winch != (mdb_signal_f *)NULL) in iob_pager()
280 termio_winch(SIGWINCH, NULL, NULL, termio_data); in iob_pager()
340 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data); in iob_pager()
H A Dmdb_termio.c312 static void termio_winch(int, siginfo_t *, ucontext_t *, void *);
1688 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in mdb_termio_create()
1955 termio_winch(SIGWINCH, NULL, NULL, td); in termio_widescreen()
2076 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in termio_susp()
2087 termio_winch(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) in termio_winch() function