Searched refs:linenoise (Results 1 – 10 of 10) sorted by relevance
12 linenoise.o: linenoise.h linenoise.c14 linenoise_example: linenoise.o example.o
59 char *linenoise(const char *prompt);
58 while((line = linenoise("hello> ")) != NULL) { in main()
62 char *linenoise(const char *prompt);84 while((line = linenoise("hello> ")) != NULL) {
1038 char *linenoise(const char *prompt) { in linenoise() function
37 -(cd linenoise && $(MAKE) clean) > /dev/null || true50 linenoise: .make-prerequisites target52 cd linenoise && $(MAKE)54 .PHONY: linenoise
7 * **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 the67 1. Remove the linenoise directory.68 2. Substitute it with the new linenoise source tree.
28 DEPENDENCY_TARGETS=hiredis linenoise lua139 FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src253 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o $(FINAL_LIBS)
1699 while((line = linenoise(context ? config.prompt : "not connected> ")) != NULL) { in repl()
59 This will clean: jemalloc, lua, hiredis, linenoise.