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