Lines Matching refs:ESC
460 mTermOut.write(27); // ESC
532 + controlKey + " 1 ==> Control-[ (ESC)\n"
1089 * Escape processing state: Have seen an ESC character
1091 private static final int ESC = 1;
1094 * Escape processing state: Have seen ESC POUND
1099 * Escape processing state: Have seen ESC and a character-set-select char
1104 * Escape processing state: Have seen ESC and a character-set-select char
1109 * Escape processing state: ESC [
1114 * Escape processing state: ESC [ ?
1406 case 27: // ESC
1408 startEscapeSequence(ESC);
1424 case ESC:
1475 case 'h': // Esc [ ? Pn h - DECSET
1479 case 'l': // Esc [ ? Pn l - DECRST
1483 case 'r': // Esc [ ? Pn r - restore
1487 case 's': // Esc [ ? Pn s - save
1572 case '8': // Esc # 8 - DECALN alignment test
1670 case '@': // ESC [ Pn @ - ICH Insert Characters
1681 case 'A': // ESC [ Pn A - Cursor Up
1685 case 'B': // ESC [ Pn B - Cursor Down
1689 case 'C': // ESC [ Pn C - Cursor Right
1693 case 'D': // ESC [ Pn D - Cursor Left
1697 case 'G': // ESC [ Pn G - Cursor Horizontal Absolute
1701 case 'H': // ESC [ Pn ; H - Cursor Position
1705 case 'J': // ESC [ Pn J - Erase in Display
1728 case 'K': // ESC [ Pn K - Erase in Line
1785 case '?': // Esc [ ? -- start of a private mode set
1793 case 'd': // ESC [ Pn d - Vert Position Absolute
1827 case 'm': // Esc [ Pn m - character attributes.
1831 case 'r': // Esc [ Pn ; Pn r - set top and bottom margins