Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libxcurses2/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
/titanic_50/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
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps63 xon_xoff, "xon" "xo" Terminal uses xon/xoff handshaking
64 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required
285 enter_xon_mode, "smxon" "SX" Turn on xon/xoff handshaking
286 exit_xon_mode, "rmxon" "RX" Turn off xon/xoff handshaking
/titanic_50/usr/src/cmd/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 …]
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c917 int xon = td->tio_info.ti_xon.at_val; in termio_pad() local
956 xon = FALSE; in termio_pad()
962 if (xon == FALSE && usec != 0 && td->tio_baud >= pb) in termio_pad()