Home
last modified time | relevance | path

Searched refs:ESC (Results 1 – 2 of 2) sorted by relevance

/third_party/uapp/kilo/
A Dkilo.c146 ESC = 27, /* Escape */ enumerator
276 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:
/third_party/ulib/linenoise/
A Dlinenoise.c185 ESC = 27, /* Escape */ enumerator
311 if (buf[0] != ESC || buf[1] != '[') return -1; in getCursorPosition()
931 case ESC: /* escape sequence */

Completed in 8 milliseconds