Searched refs:readline (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-10.2-release/lib/libedit/edit/readline/
H A Dhistory.h29 * $FreeBSD: releng/10.2/lib/libedit/edit/readline/history.h 220370 2011-04-05 18:41:01Z obrien $
32 #include <edit/readline/readline.h>
H A Dtilde.h29 * $FreeBSD: releng/10.2/lib/libedit/edit/readline/tilde.h 234690 2012-04-26 00:51:43Z obrien $
32 #include <edit/readline/readline.h>
H A DMakefile2 # $FreeBSD: releng/10.2/lib/libedit/edit/readline/Makefile 234690 2012-04-26 00:51:43Z obrien $
4 INCS= readline.h history.h tilde.h
6 INCSDIR= ${INCLUDEDIR}/edit/readline
/freebsd-10.2-release/gnu/lib/libreadline/
H A DMakefile3 SUBDIR = history readline
/freebsd-10.2-release/gnu/lib/libreadline/readline/doc/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/lib/libreadline/readline/doc/Makefile 211243 2010-08-12 20:46:49Z will $
5 INFO = readline rluserman
8 INFOENTRY_readline= "* Readline: (readline). The GNU Readline library"
9 INFOENTRY_rluserman= "* Readline: (readline). The GNU readline library API"
11 CLEANFILES += readline.texi
13 readline.info: rlman.texi rluser.texi rltech.texi version.texi fdl.texi
15 readline.texi: rlman.texi
/freebsd-10.2-release/contrib/libreadline/examples/
H A Drlversion.c2 * rlversion -- print out readline's version number
40 # include "readline.h"
42 # include <readline/readline.h>
H A Drltest.c41 # include "readline.h"
44 # include <readline/readline.h>
45 # include <readline/history.h>
56 prompt = "readline$ ";
61 temp = readline (prompt);
H A Dmanexamp.c24 #include <readline/readline.h>
48 line_read = readline ("");
98 /* Tell readline that we are modifying the line, so save the undo
H A Drl.c3 * (or another fd) using readline.
43 # include "readline.h"
47 # include <readline/readline.h>
48 # include <readline/history.h>
97 prompt = "readline$ ";
150 temp = readline (prompt);
H A Drlcat.c2 * rlcat - cat(1) using readline
54 # include "readline.h"
57 # include <readline/readline.h>
58 # include <readline/history.h>
119 while (temp = readline (""))
H A DMakefile.in2 # This is the Makefile for the readline examples subdirectory.
96 fileman.o: $(top_srcdir)/readline.h
97 rltest.o: $(top_srcdir)/readline.h
98 rl.o: $(top_srcdir)/readline.h
99 rlversion.o: $(top_srcdir)/readline.h
101 rlcat.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
102 rlptytest.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
H A Dreadlinebuf.h6 * Contents: A streambuf which uses the GNU readline library for line I/O
35 #include <readline/readline.h>
36 #include <readline/history.h>
76 line_ = readline( prompt_ );
91 line_ = readline( prompt_ );
H A Dexcallback.c5 Subject: new readline example
10 I've been using readline 4.0. Specifically, I've been using the perl
16 directory of the readline distribution.
21 alternate interface because readline depreps (using your parlance) the
53 # include "readline.h"
55 # include <readline/readline.h>
58 /* This little examples demonstrates the alternate interface to using readline.
60 * only calls readline when STDIN is readable. Using the alternate interface,
61 * you can do anything else while still using readline (lik
[all...]
/freebsd-10.2-release/contrib/libreadline/doc/
H A DMakefile.in74 DVIOBJ = readline.dvi history.dvi rluserman.dvi
75 INFOOBJ = readline.info history.info rluserman.info
76 PSOBJ = readline.ps history.ps rluserman.ps readline_3.ps history_3.ps
77 HTMLOBJ = readline.html history.html rluserman.html
78 TEXTOBJ = readline.0 history.0
79 PDFOBJ = readline.pdf history.pdf rluserman.pdf
109 readline.dvi: $(RLSRC)
111 mv rlman.dvi readline.dvi
113 readline.info: $(RLSRC)
128 readline
[all...]
/freebsd-10.2-release/contrib/libreadline/
H A Dxmalloc.h29 # include <readline/rlstdc.h>
H A Dkeymaps.h1 /* keymaps.h -- Manipulation of readline keymaps. */
35 # include <readline/rlstdc.h>
36 # include <readline/chardefs.h>
37 # include <readline/rltypedefs.h>
H A DMakefile.in2 # Master Makefile for the GNU readline library.
19 RL_LIBRARY_NAME = readline
102 CSOURCES = $(srcdir)/readline.c $(srcdir)/funmap.c $(srcdir)/keymaps.c \
116 HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h histlib.h \
123 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
130 DOCOBJECT = doc/readline.dvi
139 INSTALLED_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h \
162 # Since tilde.c is shared between readline and bash, make sure we compile
163 # it with the right flags when it's built as part of readline
168 readline
[all...]
/freebsd-10.2-release/gnu/lib/libreadline/readline/
H A DMakefile1 # $FreeBSD: releng/10.2/gnu/lib/libreadline/readline/Makefile 136658 2004-10-18 08:36:40Z ache $
5 LIB= readline
6 MAN= doc/readline.3
10 SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
15 INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
21 INCSDIR=${INCLUDEDIR}/readline
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py8 import readline namespace
14 if 'libedit' in readline.__doc__:
15 readline.parse_and_bind('bind ^I rl_complete')
17 readline.parse_and_bind('tab: complete')
60 return sys.stdin.readline()
/freebsd-10.2-release/crypto/heimdal/lib/wind/
H A DUnicodeData.py45 l = ud.readline()
H A Drfc3454.py46 l = f.readline()
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dntp_lineedit.c19 # include <readline/readline.h>
20 # include <readline/history.h>
178 line = readline(lineedit_prompt ? lineedit_prompt : "");
/freebsd-10.2-release/contrib/libreadline/shlib/
H A DMakefile.in2 # Makefile for the GNU readline library shared library support.
29 RL_LIBRARY_NAME = readline
119 SHARED_READLINE = $(SHLIB_LIBPREF)readline$(SHLIB_DOT)$(SHLIB_LIBVERSION)
124 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
138 HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h histlib.h \
145 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
163 @echo "for inclusion in future bash and readline releases."
173 # Since tilde.c is shared between readline and bash, make sure we compile
174 # it with the right flags when it's built as part of readline
208 bind.so: $(topdir)/readline
[all...]
/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dedit_readline.c2 * Command line editing and history wrapper for readline
10 #include <readline/readline.h>
11 #include <readline/history.h>
/freebsd-10.2-release/tools/debugscripts/
H A Dkld_deb.py76 l = inp.readline()
80 l += inp.readline()
82 l = inp.readline()

Completed in 212 milliseconds

12345