Home
last modified time | relevance | path

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

/third_party/ulib/linenoise/
A Dlinenoise.c240 static int enableRawMode(int fd) { in enableRawMode() function
1025 if (enableRawMode(STDIN_FILENO) == -1) return;
1055 if (enableRawMode(STDIN_FILENO) == -1) return -1;
/third_party/uapp/kilo/
A Dkilo.c227 int enableRawMode(int fd) { in enableRawMode() function
1307 enableRawMode(STDIN_FILENO);

Completed in 8 milliseconds