Searched refs:ESC (Results 1 – 2 of 2) sorted by relevance
146 ESC = 27, /* Escape */ enumerator276 case ESC: /* escape sequence */ in editorReadKey()278 if (read(fd,seq,1) == 0) return ESC; in editorReadKey()279 if (read(fd,seq+1,1) == 0) return ESC; in editorReadKey()285 if (read(fd,seq+2,1) == 0) return ESC; in editorReadKey()338 if (buf[0] != ESC || buf[1] != '[') return -1; in getCursorPosition()1061 } else if (c == ESC || c == ENTER) {1062 if (c == ESC) {1264 case ESC:
185 ESC = 27, /* Escape */ enumerator311 if (buf[0] != ESC || buf[1] != '[') return -1; in getCursorPosition()931 case ESC: /* escape sequence */
Completed in 8 milliseconds