Searched refs:linenoise (Results 1 – 4 of 4) sorted by relevance
37 char *linenoise(const char *prompt);
9 LOCAL_SRC_FILES := linenoise.c
387 char *linenoise(const char *prompt) { in linenoise() function
220 rl_cp = rl_start = linenoise(getprompt("")); in preadfd()