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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c198 #define TIO_TAB 0x100 /* Tab completion mode */ macro
209 { "TAB", TIO_TAB, TIO_TAB},
425 if (td->tio_flags & TIO_TAB)
463 td->tio_flags &= ~TIO_TAB;
1704 td->tio_flags |= TIO_TAB;
1729 td->tio_flags &= ~TIO_TAB;

Completed in 63 milliseconds