Searched defs:tio_max_y (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c237 size_t tio_max_y; /* Previous maximum y coordinate */ member in struct:termio_data
440 td->tio_max_y = len / td->tio_cols;
530 td->tio_max_y = len / td->tio_cols;
1039 td->tio_y == td->tio_max_y) {
1154 while (td->tio_y < td->tio_max_y) {
1577 td->tio_max_y = 0;

Completed in 48 milliseconds