Searched defs:termio_data (Results 1 – 2 of 2) sorted by relevance
213 typedef struct termio_data { struct214 mdb_io_t *tio_io; /* Pointer back to containing i/o */215 mdb_io_t *tio_out_io; /* Terminal output backend */216 mdb_io_t *tio_in_io; /* Terminal input backend */217 mdb_iob_t *tio_out; /* I/o buffer for terminal output */218 mdb_iob_t *tio_in; /* I/o buffer for terminal input */219 mdb_iob_t *tio_link; /* I/o buffer to resize on WINCH */220 keycb_t tio_keymap[KEY_MAX]; /* Keymap (see comments atop file) */221 mdb_cmdbuf_t tio_cmdbuf; /* Editable command-line buffer */222 struct termios tio_ptios; /* Parent terminal settings */[all …]
248 void *termio_data; in iob_pager() local