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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtab.h7 #include <linenoise/linenoise.h>
H A Dtab.c12 #include <linenoise/linenoise.h>
220 INCLUDE <linenoise/linenoise.h>
H A Dinit.c19 #include <linenoise/linenoise.h>
H A Dinput.c42 #include <linenoise/linenoise.h>
152 // linenoise stashs the prompt buffer away for
160 pending_line = linenoise(prompt);
208 // existing history entry. However, linenoise doesn't support editing the
309 // linenoise doesn't expect the command terminator at the end of the history
/fuchsia/zircon/third_party/ulib/linenoise/
H A DMakefile1 linenoise_example: linenoise.h linenoise.c
3 linenoise_example: linenoise.c example.c
4 $(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c
H A Drules.mk21 MODULE_SRCS = $(LOCAL_DIR)/linenoise.c
25 MODULE_CFLAGS := -I$(LOCAL_DIR)/include/linenoise
H A Dexample.c4 #include "linenoise.h"
52 /* Now this is the main loop of the typical linenoise-based application.
53 * The call to linenoise() will block as long as the user types something
57 * linenoise, so the user needs to free() it. */
58 while((line = linenoise("hello> ")) != NULL) {
H A Dlinenoise.c0 /* linenoise.c -- guerrilla line editing library against the idea that a
6 * http://github.com/antirez/linenoise
125 #include "linenoise.h"
817 /* This function is the core of the line editing capability of linenoise.
829 /* Populate the linenoise state that we pass to functions implementing
1017 /* This special mode is used by linenoise in order to print scan codes
1062 /* This function is called when linenoise() is called with the standard
1064 * program using linenoise is called in pipe or with a file redirected
1098 /* The high level function that is the main API of the linenoise library.
1103 char *linenoise(cons function
[all...]
/fuchsia/zircon/third_party/ulib/linenoise/include/linenoise/
H A Dlinenoise.h0 /* linenoise.h -- VERSION 1.0
6 * See linenoise.c for more information.
61 char *linenoise(const char *prompt);
/fuchsia/zircon/third_party/uapp/dash/
H A Drules.mk50 MODULE_STATIC_LIBS := system/ulib/pretty third_party/ulib/linenoise

Completed in 98 milliseconds