Searched refs:termio_info (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 135 typedef struct termio_info { struct 333 static termio_info_t termio_info; variable 336 { "cub1", TIO_ATTR_REQSTR, &termio_info.ti_cub1 }, 337 { "cuf1", TIO_ATTR_REQSTR, &termio_info.ti_cuf1 }, 338 { "cuu1", TIO_ATTR_REQSTR, &termio_info.ti_cuu1 }, 339 { "cud1", TIO_ATTR_REQSTR, &termio_info.ti_cud1 }, 340 { "pad", TIO_ATTR_STR, &termio_info.ti_pad }, 341 { "el", TIO_ATTR_REQSTR, &termio_info.ti_el }, 342 { "am", TIO_ATTR_BOOL, &termio_info.ti_am }, 343 { "bw", TIO_ATTR_BOOL, &termio_info.ti_bw }, [all …]
|