Home
last modified time | relevance | path

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

/system/core/liblinenoise/
Dlinenoise.c364 static int linenoiseRaw(char *buf, size_t buflen, const char *prompt) { in linenoiseRaw() function
404 count = linenoiseRaw(buf,LINENOISE_MAX_LINE,prompt); in linenoise()