Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c200 #define TIO_LAZYWRAP 0x200 /* Lazy cursor on autowrap */ macro
212 { "LAZYWRAP", TIO_LAZYWRAP, TIO_LAZYWRAP },
1155 if (td->tio_flags & TIO_LAZYWRAP) { in termio_bspch()
1186 if (!(td->tio_flags & TIO_LAZYWRAP)) in termio_delch()
1492 td->tio_flags |= TIO_LAZYWRAP; in termio_setup_attrs()