Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c247 mdb_signal_f *termio_winch; in iob_pager() local
254 termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data); in iob_pager()
270 if (termio_winch != (mdb_signal_f *)NULL) in iob_pager()
271 termio_winch(SIGWINCH, NULL, NULL, termio_data); in iob_pager()
331 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data); in iob_pager()
H A Dmdb_termio.c294 static void termio_winch(int, siginfo_t *, ucontext_t *, void *);
1538 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in mdb_termio_create()
1805 termio_winch(SIGWINCH, NULL, NULL, td); in termio_widescreen()
1926 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); in termio_susp()
1937 termio_winch(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) in termio_winch() function