Home
last modified time | relevance | path

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

/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/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/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.src477 am, xon,
484 am, xon,
601 am, xon,
1370 am, xon,
5199 am, xon,
10332 am, xon,
12973 xon@,
13005 xon,
16142 xon,
16159 xon,
[all …]
H A Dtermcap.src570 # shouldn't hurt since xon/xoff is assumed.
1871 # recommended that xon/xoff be enabled, as this is assumed here.
7714 # unset xon and delete the / from the delay.
7786 # unset xon and delete the / from the delay.
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)
12839 #ctrl-N Disable xon/xoff to host
12840 #ctrl-O Enable xon/xoff to host
13383 # . Padding values (sets xon)
13626 # ansi,wraparound,newline disabled, xon/xoff disabled in both
[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()