Lines Matching defs:sequence
1761 * ZSRR0_BREAK turned off. This means that the break sequence
1767 * interrupt when the break sequence completes.
1777 * break sequence; it is discarded.
1783 * ZSRR0_BREAK turned off. This means that the break sequence
1785 * character in the receiver is part of the break sequence;
1798 * even if the normal abort key sequence isn't working.
1848 * Check for character break sequence
1873 * A break sequence was under way, and a NUL character
1875 * part of the break sequence; if ZSRR0_BREAK turned
1876 * off, indicating that the break sequence has com-
1891 * A break sequence completed, but SLAVIO generates
3004 * sequence.
3384 * Check for abort character sequence
3391 static char sequence[] = { '\r', '~', CNTRL('b') };
3393 if (ch == sequence[state]) {
3394 if (++state >= sizeof (sequence)) {
3399 state = (ch == sequence[0]) ? 1 : 0;