Home
last modified time | relevance | path

Searched refs:editline (Results 1 – 20 of 20) sorted by relevance

/external/libedit/doc/
DMakefile.am2 EL_MANS = editline.3 editrc.5
15 (cd $(DESTDIR)$(man3dir) && rm -f $@ && $(LN_S) editline.3 $@)
28 EXTRA_DIST = editline.3.roff editrc.5.roff mdoc2man.awk
DMakefile.in262 EL_MANS = editline.3 editrc.5
271 EXTRA_DIST = editline.3.roff editrc.5.roff mdoc2man.awk
561 (cd $(DESTDIR)$(man3dir) && rm -f $@ && $(LN_S) editline.3 $@)
/external/libedit/
DREADME.version1 URL: http://thrysoee.dk/editline/libedit-20130712-3.1.tar.gz
Dlibedit.pc.in11 Cflags: -I${includedir} -I${includedir}/editline
DREADME.android9 from http://thrysoee.dk/editline/.
DChangeLog283 * histedit.h, histedit.c, readline.c, editline/readline.h: From
301 to get a shared editline library. Should not affect other platforms.
/external/libedit/src/
DMakefile.am46 editline/readline.h
65 nobase_include_HEADERS = histedit.h editline/readline.h
Del.h116 struct editline { struct
Dhistedit.h57 typedef struct editline EditLine;
DMakefile.in138 filecomplete.h editline/readline.h strlcpy.c strlcat.c vis.c \
354 filecomplete.h editline/readline.h $(am__append_2) \
358 nobase_include_HEADERS = histedit.h editline/readline.h
/external/pcre/dist2/cmake/
DFindEditline.cmake7 /usr/include/editline
/external/python/cpython2/Mac/BuildScript/
DREADME.txt40 * readline module links with Apple BSD editline (libedit)
76 * readline module links with Apple BSD editline (libedit)
/external/openssh/
DINSTALL82 http://www.thrysoee.dk/editline/
/external/pcre/dist2/src/
Dconfig.h.in63 /* Define to 1 if you have the <editline/readline.h> header file. */
Dconfig.h.generic63 /* Define to 1 if you have the <editline/readline.h> header file. */
/external/pcre/dist2/
Dconfigure.ac502 AC_CHECK_HEADERS([editline/readline.h], [HAVE_EDITLINE_READLINE_H=1],
800 echo "** Cannot --enable-pcre2test-libedit because neither editline/readline.h"
DCMakeLists.txt217 # editline lib
Dconfigure14740 …ac_fn_c_check_header_mongrel "$LINENO" "editline/readline.h" "ac_cv_header_editline_readline_h" "$…
/external/python/cpython2/
Dconfigure.ac4302 # also in 4.0, but not in editline
/external/python/cpython2/Misc/
DNEWS5195 - Issue #9907: Fix tab handling on OSX when using editline by calling