Searched defs:termio_data (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c186 struct termio_data;
187 typedef const char *(*keycb_t)(struct termio_data *, int);
188 typedef void (*putp_t)(struct termio_data *, const char *, uint_t);
213 typedef struct termio_data { struct
H A Dmdb_io.c249 void *termio_data; local
255 termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data);
272 termio_winch(SIGWINCH, NULL, NULL, termio_data);
332 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data);

Completed in 52 milliseconds