Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/linenoise/
H A DMakefile12 linenoise.o: linenoise.h linenoise.c
14 linenoise_example: linenoise.o example.o
H A Dlinenoise.h59 char *linenoise(const char *prompt);
H A Dexample.c58 while((line = linenoise("hello> ")) != NULL) { in main()
H A DREADME.markdown62 char *linenoise(const char *prompt);
84 while((line = linenoise("hello> ")) != NULL) {
H A Dlinenoise.c1038 char *linenoise(const char *prompt) { in linenoise() function
/f-stack/app/redis-5.0.5/deps/
H A DMakefile37 -(cd linenoise && $(MAKE) clean) > /dev/null || true
50 linenoise: .make-prerequisites target
52 cd linenoise && $(MAKE)
54 .PHONY: linenoise
H A DREADME.md7 * **linenoise** is a readline replacement. It is developed by the same authors of Redis but is mana…
64 Redis uses a non modified version of linenoise, so to upgrade just do the
67 1. Remove the linenoise directory.
68 2. Substitute it with the new linenoise source tree.
/f-stack/app/redis-5.0.5/src/
H A DMakefile28 DEPENDENCY_TARGETS=hiredis linenoise lua
139 FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src
253 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o $(FINAL_LIBS)
H A Dredis-cli.c1699 while((line = linenoise(context ? config.prompt : "not connected> ")) != NULL) { in repl()
/f-stack/app/redis-5.0.5/
H A DREADME.md59 This will clean: jemalloc, lua, hiredis, linenoise.