HomeSort by: relevance | last modified time | path
    Searched refs:READLINE (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/bc/dist/
bcdefs.h 56 #if defined(READLINE)
57 #include <readline/readline.h>
58 #include <readline/history.h>
200 #if defined(READLINE)
scan.l 126 #ifdef READLINE
127 /* Support for the readline and history libraries. This allows
135 /* Variables to help interface readline with bc. */
140 /* Definitions for readline access. */
145 rl_instream (stdin), use readline. Otherwise, just read it.
167 rl_start = readline ("");
198 #if !defined(READLINE) && !defined(LIBEDIT)
243 #if defined(READLINE) || defined(LIBEDIT)
global.h 115 #if defined(READLINE) || defined(LIBEDIT)
storage.c 69 #if defined(READLINE) || defined(LIBEDIT)
492 #if defined(READLINE) || defined(LIBEDIT)
565 #if defined(READLINE) || defined(LIBEDIT)
647 #if defined(READLINE) || defined(LIBEDIT)
724 #if defined(READLINE) || defined(LIBEDIT)
805 #if defined(READLINE) || defined(LIBEDIT)
main.c 256 #if defined(READLINE)
258 /* Readline support. Set both application name and input file. */
  /src/external/mpl/bind/dist/lib/dns/
dst_parse.c 416 #define READLINE(lex, opt, token) \
458 READLINE(lex, opt, &token);
479 READLINE(lex, opt, &token);
562 READLINE(lex, opt, &token);
skr.c 30 #define READLINE(lex, opt, token)
297 goto readline;
315 readline:
dst_api.c 89 #define READLINE(lex, opt, token) \
1777 READLINE(lex, opt, &token);
1796 READLINE(lex, opt, &token);
1815 READLINE(lex, opt, &token);
1902 READLINE(lex, opt, &token);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_parse.c 439 #define READLINE(lex, opt, token) \
480 READLINE(lex, opt, &token);
501 READLINE(lex, opt, &token);
590 READLINE(lex, opt, &token);
dst_api.c 89 #define READLINE(lex, opt, token) \
1824 READLINE(lex, opt, &token);
1843 READLINE(lex, opt, &token);
1862 READLINE(lex, opt, &token);
1955 READLINE(lex, opt, &token);
  /src/crypto/external/bsd/heimdal/dist/include/
config.h.w32 698 /* Define if you have a readline compatible library. */
1375 /* Define if you have the readline package. */
1376 #define READLINE 1
config.h.in 324 /* Define to 1 if you have the <editline/readline.h> header file. */
694 /* Define if you have a readline compatible library. */
697 /* Define to 1 if you have the <readline.h> header file. */
700 /* Define to 1 if you have the <readline/readline.h> header file. */
1449 /* Define if you have the readline package. */
1450 #undef READLINE
  /src/external/gpl2/lvm2/dist/
configure.in 309 dnl -- Disable readline
310 AC_MSG_CHECKING(whether to enable readline)
311 AC_ARG_ENABLE([readline],
312 [ --disable-readline Disable readline support],
313 [READLINE=$enableval], [READLINE=maybe])
314 AC_MSG_RESULT($READLINE)
790 if test x$READLINE != xno; then
793 test x$READLINE:$tg_found = xyes:no &
    [all...]
configure 1510 --disable-readline Disable readline support
9328 { $as_echo "$as_me:$LINENO: checking whether to enable readline" >&5
9329 $as_echo_n "checking whether to enable readline... " >&6; }
9330 # Check whether --enable-readline was given.
9332 enableval=$enable_readline; READLINE=$enableval
9334 READLINE=maybe
9337 { $as_echo "$as_me:$LINENO: result: $READLINE" >&5
9338 $as_echo "$READLINE" >&6; }
12614 if test x$READLINE != xno; the
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
openssl.c 201 #ifndef READLINE
218 extern char *readline(const char *);
222 text = readline(prompt);
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 280 * Makefile.dist: Add GLOBAL_CFLAGS and pass to readline.
336 * Makefile.dist (READLINE): Add vi_mode.c
502 * Makefile.dist (libreadline.a): Pass CC='${CC}' to readline makefile.
546 * Makefile.dist: In "cd readline; make . . ." change first
559 * gdb.texinfo (inc-history, inc-readline): Copy in the inc-* files
577 * utils.c (tilde_expand): Remove function (it's in readline).
878 "${READLINE}/libreadline.a", since READLINE is a list of files.
899 * Makefile.dist (READLINE): List readline files individuall
    [all...]
configure 743 READLINE
1719 --with-system-readline use installed readline library
27064 # Since GDB uses Readline, we need termcap functionality. In many
27079 # These are the libraries checked by Readline.
27142 # Check whether --with-system-readline was given.
27149 for ac_header in readline/readline.h
27151 ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 280 * Makefile.dist: Add GLOBAL_CFLAGS and pass to readline.
336 * Makefile.dist (READLINE): Add vi_mode.c
502 * Makefile.dist (libreadline.a): Pass CC='${CC}' to readline makefile.
546 * Makefile.dist: In "cd readline; make . . ." change first
559 * gdb.texinfo (inc-history, inc-readline): Copy in the inc-* files
577 * utils.c (tilde_expand): Remove function (it's in readline).
878 "${READLINE}/libreadline.a", since READLINE is a list of files.
899 * Makefile.dist (READLINE): List readline files individuall
    [all...]
configure 743 READLINE
1718 --with-system-readline use installed readline library
27004 # Since GDB uses Readline, we need termcap functionality. In many
27019 # These are the libraries checked by Readline.
27082 # Check whether --with-system-readline was given.
27089 for ac_header in readline/readline.h
27091 ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c 100 #define READLINE(lex, opt, token)
1246 goto readline;
1271 readline:
  /src/external/mpl/bind/dist/
configure 1733 --with-readline=yes|no|libedit|readline
1734 specify readline library [default auto]
1801 C compiler flags for READLINE, overriding pkg-config
1803 linker flags for READLINE, overriding pkg-config
26175 # Check for readline support
26181 # GNU Readline is not included in pairwise testing as the library
26184 # [pairwise: --with-readline=auto, --with-readline=yes, --with-readline=libedit, --without-readline
    [all...]

Completed in 97 milliseconds