Home
last modified time | relevance | path

Searched refs:readline (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A DMakefile.in81 DVIOBJ = readline.dvi history.dvi rluserman.dvi
82 INFOOBJ = readline.info history.info rluserman.info
83 PSOBJ = readline.ps history.ps rluserman.ps readline_3.ps history_3.ps
84 HTMLOBJ = readline.html history.html rluserman.html
85 TEXTOBJ = readline.0 history.0
86 PDFOBJ = readline.pdf history.pdf rluserman.pdf
122 readline.dvi: $(RLSRC)
124 mv rlman.dvi readline.dvi
126 readline.info: $(RLSRC)
141 readline.ps: readline.dvi
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/doc/
H A DMakefile.in81 DVIOBJ = readline.dvi history.dvi rluserman.dvi
82 INFOOBJ = readline.info history.info rluserman.info
83 PSOBJ = readline.ps history.ps rluserman.ps readline_3.ps history_3.ps
84 HTMLOBJ = readline.html history.html rluserman.html
85 TEXTOBJ = readline.0 history.0
86 PDFOBJ = readline.pdf history.pdf rluserman.pdf
122 readline.dvi: $(RLSRC)
124 mv rlman.dvi readline.dvi
126 readline.info: $(RLSRC)
141 readline.ps: readline.dvi
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DMakefile.in19 RL_LIBRARY_NAME = readline
112 CSOURCES = $(srcdir)/readline.c $(srcdir)/funmap.c $(srcdir)/keymaps.c \
126 HSOURCES = $(srcdir)/readline.h $(srcdir)/rldefs.h $(srcdir)/chardefs.h \
138 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
146 DOCOBJECT = doc/readline.dvi
152 stamp-config stamp-h readline.pc
155 INSTALLED_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h \
190 readline: $(OBJECTS) readline.h rldefs.h chardefs.h ./libreadline.a
245 $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(includedir)/readline ; \
249 -test -n "$(includedir)" && cd $(DESTDIR)$(includedir)/readline && \
[all …]
H A DNEWS1 This is a terse description of the new features added to readline-8.1 since
2 the release of readline-8.0.
16 d. Unbinding all key sequences bound to a particular readline function now
37 now part of readline instead of a bash-specific addition.
42 This is a terse description of the new features added to readline-8.0 since
43 the release of readline-7.0.
60 respond to signals that readline catches while waiting for input using
63 f. There is new support for conditionally testing the readline version in an
83 k. The "Insert" keypad key, if available, now puts readline into overwrite
87 This is a terse description of the new features added to readline-7.0 since
[all …]
H A DChangeLog.gdb3 * input.c [_WIN32]: Use code from upstream readline.
18 * Imported readline 8.0.
22 * Makefile.in (xfree.o): Don't depend on readline.h.
36 * Imported readline 7.0 patch 5.
42 * readline/display.c (init_line_structures, rl_redisplay): Ensure
78 * readline.h (rl_paste_from_clipboard): Include declaration for
107 * readline.c (bind_arrow_keys_internal):
141 * Makefile.in (xfree.o): Add readline.h.
142 * xfree.c: Include stdio.h and readline.h.
148 Workaround gdb.base/completion.exp regression on readline-6.2.
[all …]
H A DINSTALL6 The simplest way to compile readline is:
8 1. `cd' to the directory containing the readline source code and type
9 `./configure' to configure readline for your system. If you're
17 2. Type `make' to compile readline and build the static readline
18 and history libraries. If supported, the shared readline and history
24 3. Type `make install' to install the static readline and history
25 libraries, the readline include files, the documentation, and, if
26 supported, the shared readline and history libraries.
30 files that `configure' created (so you can compile readline for
33 for the readline developers, and should be used with care.
[all …]
H A DMANIFEST2 # Master distribution manifest for the standalone readline distribution
23 readline.pc.in f
35 readline.h f
66 readline.c f
108 doc/readline.3 f
147 doc/readline.ps f
150 doc/readline.dvi f
153 doc/readline.info f
156 doc/readline.html f
159 doc/readline.0 f
[all …]
H A DCHANGES1 This document details the changes between this version, readline-8.1, and
2 the previous version, readline-8.0.
13 c. When parsing `set' commands from the inputrc file or an application, readline
25 g. If readline catches SIGTSTP, it now sets a hook that allows the calling
72 w. If readline is handling a SIGTTOU, make sure SIGTTOU is blocked while
98 d. Unbinding all key sequences bound to a particular readline function now
119 now part of readline instead of a bash-specific addition.
124 This document details the changes between this version, readline-8.0, and the
125 previous version, readline-7.0.
170 p. Handle the case where a failing readline command at the end of a multi-key
[all …]
H A DCHANGELOG81 [readline-2.2 released]
93 - install {readline,history}.info out of the source directory if
185 - new script to install shared readline and history libraries
190 [readline-4.0-beta1 frozen]
216 [readline-4.0 released]
228 - make `readline' target depend on ./libreadline.a
230 - use ${TERMCAP_LIB} instead of -ltermcap in recipe for `readline'
231 - clean target now removes readline and readline.exe in case they
318 - Per Bothner's `rlfe' readline front-end program
343 [readline-4.1 released]
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/autoconf/
H A Dwi_LIB_READLINE3 dnl This macro checks for the presence of the readline library.
13 dnl check for the readline.h header file
15 AC_CHECK_HEADER(readline/readline.h)
18 dnl check the readline version
22 #include <readline/readline.h>
40 dnl check for the readline library
54 #include <readline/readline.h>
58 readline(NULL);
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
91 # Readline versions greater than 4.2 have these defines in readline.h
94 AC_MSG_WARN([Could not test version of installed readline library.])
103 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
104 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
105 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/autoconf/
H A Dwi_LIB_READLINE3 dnl This macro checks for the presence of the readline library.
13 dnl check for the readline.h header file
15 AC_CHECK_HEADER(readline/readline.h)
18 dnl check the readline version
22 #include <readline/readline.h>
40 dnl check for the readline library
54 #include <readline/readline.h>
58 readline(NULL);
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dntp_lineeditlibs.m47 [edit,editline (readline may be specified if desired)]
30 AC_MSG_CHECKING([for readline() with $TRY_LIB])
31 AC_TRY_LINK_FUNC([readline], [ntp_lib_lineedit="$TRY_LIB"])
37 # Use readline()
87 AC_CHECK_HEADERS([readline.h readline/readline.h histedit.h])
88 AC_CHECK_HEADERS([history.h readline/history.h])
116 AC_MSG_CHECKING([whether readline supports history])
129 [Define if your readline library has \`add_history'])
/netbsd-src/external/public-domain/sqlite/dist/
H A Dconfigure.ac6 # --enable-readline
36 # Two options to enable readline compatible libraries:
39 # --enable-readline
43 # disables readline if it is found. So, to use readline explicitly, the
45 # support altogether, "--disable-editline --disable-readline".
52 AC_ARG_ENABLE(readline, [AS_HELP_STRING([--enable-readline],[use readline])]) optenable
55 AC_CHECK_HEADERS([editline/readline.h],[
58 AC_SEARCH_LIBS([readline],[edit],[
69 AC_CHECK_HEADERS([readline/readline.h],[
73 AC_SEARCH_LIBS(readline,[readline edit], [
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/shlib/
H A DMakefile.in28 RL_LIBRARY_NAME = readline
121 SHARED_READLINE = $(SHLIB_LIBPREF)readline$(SHLIB_DOT)$(SHLIB_LIBVERSION)
126 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
141 HSOURCES = $(topdir)/readline.h $(topdir)/rldefs.h $(topdir)/chardefs.h \
154 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
229 bind.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
236 callback.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
241 complete.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
247 display.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
250 funmap.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dunbalanced_allocs.py35 line = f.readline()
40 return f.readline()
43 next_line, stack = ProcessStack(f.readline(), f)
57 next_line, stack = ProcessStack(f.readline(), f)
67 line = f.readline()
75 return f.readline()
80 line = f.readline()
/netbsd-src/external/gpl3/gdb.old/dist/readline/
H A DREADME1 This is an import of readline that is used by gdb.
6 If you need to patch readline, please document the changes here.
8 To import, copy the upstream readline sources into the "readline"
16 Individual upstream readline patches can be directly imported using
18 readline/patchlevel.
/netbsd-src/external/gpl3/gdb/dist/readline/
H A DREADME1 This is an import of readline that is used by gdb.
6 If you need to patch readline, please document the changes here.
8 To import, copy the upstream readline sources into the "readline"
16 Individual upstream readline patches can be directly imported using
18 readline/patchlevel.
H A DChangeLog3 * readline/support/config.guess: Import from upstream.
4 * readline/support/config.sub: Likewise.
8 * readline/signals.c (_rl_handle_signal): Add missing check for
13 * Import readline 8.1.
28 Move old contents to readline/ subdirectory.
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A DMANIFEST2 # Master distribution manifest for the standalone readline distribution
23 readline.pc.in f
35 readline.h f
66 readline.c f
108 doc/readline.3 f
147 doc/readline.ps f
150 doc/readline.dvi f
153 doc/readline.info f
156 doc/readline.html f
159 doc/readline.0 f
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A DREADME1 rlfe (ReadLine Front-End) is a "universal wrapper" around readline.
3 readline is used to edit input lines.
13 * Can use all readline commands (and history) in commands that
16 * Automatically switches between "readline-editing mode" and "raw mode"
18 readline itself, it will do its own line editing. (The inferior
19 readline will not know about rlfe, and it will have its own history.)
33 This assumes readline header files and libraries are in the default
34 places. If not, you can create a link named readline pointing to the
35 readline sources. To link with libreadline.a and libhistory.a
36 you can copy or link them, or add LDFLAGS='-/path/to/readline' to
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A DREADME1 rlfe (ReadLine Front-End) is a "universal wrapper" around readline.
3 readline is used to edit input lines.
13 * Can use all readline commands (and history) in commands that
16 * Automatically switches between "readline-editing mode" and "raw mode"
18 readline itself, it will do its own line editing. (The inferior
19 readline will not know about rlfe, and it will have its own history.)
33 This assumes readline header files and libraries are in the default
34 places. If not, you can create a link named readline pointing to the
35 readline sources. To link with libreadline.a and libhistory.a
36 you can copy or link them, or add LDFLAGS='-/path/to/readline' to
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A DMakefile.in36 installdir = $(datadir)/readline
177 fileman.o: $(top_srcdir)/readline.h
178 rltest.o: $(top_srcdir)/readline.h
179 rltest2.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
180 rl.o: $(top_srcdir)/readline.h
181 rlversion.o: $(top_srcdir)/readline.h
185 rlbasic.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
186 rlcat.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
187 rlptytest.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
188 rl-callbacktest.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A DMakefile.in36 installdir = $(datadir)/readline
177 fileman.o: $(top_srcdir)/readline.h
178 rltest.o: $(top_srcdir)/readline.h
179 rltest2.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
180 rl.o: $(top_srcdir)/readline.h
181 rlversion.o: $(top_srcdir)/readline.h
185 rlbasic.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
186 rlcat.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
187 rlptytest.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
188 rl-callbacktest.o: $(top_srcdir)/readline.h $(top_srcdir)/history.h
/netbsd-src/external/gpl3/gdb/lib/libreadline/
H A DMakefile8 LIB= readline
15 -I${DIST} -I${DIST}/readline \
21 .PATH: ${DIST}/readline/readline

12345678910>>...15