/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_lineeditlibs.m4 | 7 [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'])
|
/freebsd/contrib/sqlite3/ |
H A D | configure.ac | 6 # --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 …]
|
H A D | README.txt | 26 --enable-readline use readline in shell tool [default=yes]
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | embedded_interpreter.py | 12 import readline 18 # the readline suppression import. 22 if "libedit" in readline.__doc__: 23 readline.parse_and_bind("bind ^I rl_complete") 25 readline.parse_and_bind("tab: complete") 64 line = sys.stdin.readline()
|
/freebsd/lib/libedit/readline/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/contrib/libedit/readline 2 INCS= readline.h history.h tilde.h 4 INCSDIR= ${INCLUDEDIR}/edit/readline
|
/freebsd/contrib/libedit/readline/ |
H A D | Makefile | 9 INCS= readline.h 10 INCSDIR= /usr/include/readline 11 INCSYMLINKS= readline.h ${INCSDIR}/history.h
|
/freebsd/usr.bin/top/ |
H A D | top.c | 173 if (readline(buf, buflen, false) <= 0) in handle_user() 863 newval = readline(tempbuf1, 8, true); in main() 891 if ((i = readline(tempbuf1, 8, false)) > 0) in main() 912 if (readline(tempbuf1, sizeof(tempbuf1), false) > 0) { in main() 927 if ((i = readline(tempbuf1, 10, true)) > 0) in main() 940 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 957 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 1048 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 1080 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main() 1143 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) { in main()
|
H A D | display.h | 28 int readline(char *buffer, int size, int numeric);
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kswitch.c | 38 char *readline(const char *prompt); 42 readline(const char *prompt) in readline() function 115 name = readline("Select number: "); in kswitch()
|
/freebsd/usr.bin/mail/ |
H A D | util.c | 138 if (readline(ibuf, linebuf, LINESIZE) < 0) in hfield() 165 if ((c = readline(f, linebuf, LINESIZE)) <= 0) in gethfield() 187 if ((c = readline(f, line2, LINESIZE)) < 0) in gethfield() 506 if (readline(ibuf, linebuf, LINESIZE) < 0) in name1() 518 if (readline(ibuf, linebuf, LINESIZE) < 0) in name1()
|
/freebsd/lib/libedit/ |
H A D | Makefile | 18 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ 71 CFLAGS+= -I. -I${EDITDIR} -I${EDITDIR}/readline 76 SUBDIR= readline
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | gen-punycode-examples.py | 55 l = f.readline() 59 l2 = f.readline()
|
H A D | UnicodeData.py | 45 l = ud.readline()
|
H A D | rfc3454.py | 46 l = f.readline()
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodev.py | 381 i = self.fp.readline() 395 line = self.fp.readline() 428 line = self.fp.readline().strip() 462 line = self.fp.readline() 492 line = self.fp.readline() 526 line = self.fp.readline() 551 line = self.fp.readline().strip()
|
/freebsd/contrib/libedit/ |
H A D | Makefile | 19 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ 87 SUBDIR= readline 143 COPTS.readline.c+= ${GCC_NO_STRINGOP_TRUNCATION} ${GCC_NO_STRINGOP_OVERFLOW}
|
/freebsd/contrib/bc/ |
H A D | configure | 61 printf ' [--enable-editline] [--enable-readline] [--enable-internal-history] \\\n' 126 printf ' editline or readline. This option is ignored if history is disabled.\n' 162 printf ' -r, --enable-readline\n' 163 printf ' Enable the use of libreadline/readline. This is meant for those users\n' 949 r) hist_impl="readline" ;; 1078 enable-readline) hist_impl="readline" ;; 1102 enable-editline* | enable-readline*) 1627 readline=0 1628 elif [ "$hist_impl" = "readline" ]; the [all...] |
H A D | configure.sh | 1078 enable-readline) hist_impl="readline" ;; 1102 enable-editline* | enable-readline*) 1627 readline=0 1630 readline=1 1633 readline=0 1642 flags="$flags -DBC_ENABLE_EDITLINE=$editline -DBC_ENABLE_READLINE=$readline" 1671 readline=0 1684 if [ "$editline" -eq 0 ] && [ "$readline" -eq 0 ]; then 1699 elif [ "$readline" -ne 0 ]; then 1771 if [ "$readline" -ne 0 ]; then
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | sl.c | 178 char *readline(char *prompt); 184 readline(char *prompt) in readline() function 297 s = readline(rk_UNCONST(prompt)); in sl_readline()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | main.c | 249 readline(char *prompt) in readline() function 263 char *readline(char *); 283 p = readline("ftp> "); in cmdscanner()
|
/freebsd/contrib/libedit/TEST/ |
H A D | rl1.c | 47 while ((p = readline("hi$")) != NULL) { in main()
|
/freebsd/bin/sh/ |
H A D | mknodes.c | 92 static int readline(FILE *); 106 while (readline(infp)) { in main() 402 readline(FILE *infp) in readline() function
|
/freebsd/usr.sbin/ntp/libntp/ |
H A D | Makefile.depend | 8 lib/libedit/readline \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonReadline.cpp | 40 char *line = readline(prompt); in simple_readline()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.ipv4remotetcp.ksh | 79 readline \$s;
|