Searched refs:linenoise (Results 1 - 4 of 4) sorted by relevance

/system/core/liblinenoise/
H A Dlinenoise.h0 /* linenoise.h -- guerrilla line editing library against the idea that a
4 * See linenoise.c for more information.
37 char *linenoise(const char *prompt);
H A DAndroid.mk9 LOCAL_SRC_FILES := linenoise.c
H A Dlinenoise.c0 /* linenoise.c -- guerrilla line editing library against the idea that a
6 * http://github.com/antirez/linenoise
387 char *linenoise(const char *prompt) { function
/system/core/sh/
H A Dinput.c68 #include "linenoise.h"
220 rl_cp = rl_start = linenoise(getprompt(""));

Completed in 52 milliseconds