OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linenoise
(Results
1 - 4
of
4
) sorted by null
/system/core/liblinenoise/
linenoise.h
0
/*
linenoise
.h -- guerrilla line editing library against the idea that a
4
* See
linenoise
.c for more information.
37
char *
linenoise
(const char *prompt);
Android.mk
9
LOCAL_SRC_FILES :=
linenoise
.c
linenoise.c
0
/*
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/
input.c
68
#include "
linenoise
.h"
220
rl_cp = rl_start =
linenoise
(getprompt(""));
Completed in 48 milliseconds