Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c146 termio_attr_val_t ti_xon; /* Use xon/xoff handshaking? */ member
346 { "xon", TIO_ATTR_BOOL, &termio_info.ti_xon },
935 int xon = td->tio_info.ti_xon.at_val; in termio_pad()