Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c982 static int linenoiseRaw(char *buf, size_t buflen, const char *prompt) { in linenoiseRaw() function
1059 count = linenoiseRaw(buf,LINENOISE_MAX_LINE,prompt); in linenoise()