Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c135 typedef struct termio_info { struct
333 static termio_info_t termio_info; variable
340 { "pad", TIO_ATTR_STR, &termio_info.ti_pad },
342 { "am", TIO_ATTR_BOOL, &termio_info.ti_am },
343 { "bw", TIO_ATTR_BOOL, &termio_info.ti_bw },
349 { "pb", TIO_ATTR_INT, &termio_info.ti_pb },
359 { "rev", TIO_ATTR_STR, &termio_info.ti_rev },
361 { "dim", TIO_ATTR_STR, &termio_info.ti_dim },
366 { "ip", TIO_ATTR_STR, &termio_info.ti_ip },
369 { "nel", TIO_ATTR_STR, &termio_info.ti_nel },
[all …]