Searched refs:enableRawMode (Results 1 – 2 of 2) sorted by relevance
240 static int enableRawMode(int fd) { in enableRawMode() function1025 if (enableRawMode(STDIN_FILENO) == -1) return;1055 if (enableRawMode(STDIN_FILENO) == -1) return -1;
227 int enableRawMode(int fd) { in enableRawMode() function1307 enableRawMode(STDIN_FILENO);
Completed in 8 milliseconds