HomeSort by: relevance | last modified time | path
    Searched refs:XOFF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/lib/
comio_direct.c 74 /* preread buffer for xon/xoff handling */
76 #define XOFF 0x13
127 if (c != XOFF) {
145 /* check for old XOFF */
149 /* check for new XOFF */
151 int x = comgetc_d(combase); /* XOFF handled in comgetc_d */
215 * return nonzero if input char available, do XON/XOFF handling
225 /* this could be XOFF, which we would swallow, so we can't
229 if (c == XOFF) {
  /src/share/terminfo/
terminfo 518 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
677 # shouldn't hurt since xon/xoff is assumed.
1348 # Although it doesn't do XON/XOFF, we don't want padding characters (xon).
2443 # recommended that xon/xoff be enabled, as this is assumed here.
2571 # | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
9922 # RecvPace=Xon/Xoff
9923 # XmitPace=Xon/Xoff
9958 # exact padding. Since the terminal uses xoff/xon this is intended
10173 # RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Ye
    [all...]

Completed in 76 milliseconds