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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c236 size_t tio_max_x; /* Previous maximum x coordinate */ member in struct:termio_data
439 td->tio_max_x = len % td->tio_cols;
529 td->tio_max_x = len % td->tio_cols;
1576 td->tio_max_x = 0;

Completed in 49 milliseconds