Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c148 termio_attr_val_t ti_lines; /* # of rows */ member
348 { "lines", TIO_ATTR_INT, &termio_info.ti_lines },
1426 td->tio_rows = MAX(td->tio_info.ti_lines.at_val, 0); in termio_setup_attrs()