Searched defs: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? */
343 { "xon", TIO_ATTR_BOOL, &termio_info.ti_xon },
917 int xon = td->tio_info.ti_xon.at_val; local
945 * regardless of the value of the terminal's xon property,
956 xon = FALSE;
962 if (xon == FALSE && usec != 0 && td->tio_baud >= pb)

Completed in 65 milliseconds