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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c252 uint_t tio_suspended; /* termio_suspend_tty() nesting count */ member in struct:termio_data
707 if (td->tio_suspended++ != 0)
759 if (td->tio_suspended == 0)
762 if (--td->tio_suspended != 0)
1581 td->tio_suspended = 1;

Completed in 50 milliseconds