Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps85 xon_xoff xon xo bool Terminal uses xon/xoff handshaking
86 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
288 enter_xon_mode smxon SX str Turn on xon/xoff handshaking
289 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking
292 xon_character xonc XN str xon character
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking
88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking
291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking
294 xon_character xonc XN str xon character
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps61 xon_xoff, "xon" "xo" Terminal uses xon/xoff handshaking
62 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required
283 enter_xon_mode, "smxon" "SX" Turn on xon/xoff handshaking
284 exit_xon_mode, "rmxon" "RX" Turn off xon/xoff handshaking
/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo151 xon,
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src475 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
477 am, xon,
484 am, xon,
599 # shouldn't hurt since xon/xoff is assumed.
601 am, xon,
616 OTbs, am, mir, msgr, xon,
740 eo, mir, msgr, xon,
840 am, eo, mir, msgr, xenl, xon,
890 am, bce, eo, mir, msgr, xenl, xon,
1077 # Although it doesn't do XON/XOFF, we don't want padding characters (xon).
[all …]
H A Dtermcap.src455 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
570 # shouldn't hurt since xon/xoff is assumed.
992 # Although it doesn't do XON/XOFF, we don't want padding characters (xon).
1871 # recommended that xon/xoff be enabled, as this is assumed here.
5610 # exact padding. Since the terminal uses xoff/xon this is intended
7714 # unset xon and delete the / from the delay.
7786 # unset xon and delete the / from the delay.
8003 # The xon-xoff handshaking can't be disabled while in ansi personality, so
10894 # clear eol use xon/xoff so they probably won't work very well.
10906 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c935 int xon = td->tio_info.ti_xon.at_val; in termio_pad() local
974 xon = FALSE; in termio_pad()
980 if (xon == FALSE && usec != 0 && td->tio_baud >= pb) in termio_pad()