| /freebsd-14-stable/contrib/ntp/sntp/m4/ |
| HD | 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-14-stable/contrib/sqlite3/ |
| HD | 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 …]
|
| HD | README.txt | 26 --enable-readline use readline in shell tool [default=yes]
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | embedded_interpreter.py | 12 import readline 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-14-stable/lib/libedit/readline/ |
| HD | Makefile | 2 .PATH: ${SRCTOP}/contrib/libedit/readline 3 INCS= readline.h history.h tilde.h 5 INCSDIR= ${INCLUDEDIR}/edit/readline
|
| /freebsd-14-stable/contrib/libedit/readline/ |
| HD | Makefile | 9 INCS= readline.h 10 INCSDIR= /usr/include/readline 11 INCSYMLINKS= readline.h ${INCSDIR}/history.h
|
| /freebsd-14-stable/usr.bin/top/ |
| HD | 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()
|
| HD | display.h | 28 int readline(char *buffer, int size, int numeric);
|
| /freebsd-14-stable/crypto/heimdal/kuser/ |
| HD | kswitch.c | 38 char *readline(const char *prompt); 42 readline(const char *prompt) in readline() function 115 name = readline("Select number: "); in kswitch()
|
| /freebsd-14-stable/usr.bin/mail/ |
| HD | util.c | 144 if (readline(ibuf, linebuf, LINESIZE) < 0) in hfield() 171 if ((c = readline(f, linebuf, LINESIZE)) <= 0) in gethfield() 193 if ((c = readline(f, line2, LINESIZE)) < 0) in gethfield() 512 if (readline(ibuf, linebuf, LINESIZE) < 0) in name1() 524 if (readline(ibuf, linebuf, LINESIZE) < 0) in name1()
|
| /freebsd-14-stable/lib/libedit/ |
| HD | Makefile | 19 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ 72 CFLAGS+= -I. -I${EDITDIR} -I${EDITDIR}/readline 77 SUBDIR= readline
|
| /freebsd-14-stable/crypto/heimdal/lib/wind/ |
| HD | gen-punycode-examples.py | 55 l = f.readline() 59 l2 = f.readline()
|
| HD | UnicodeData.py | 45 l = ud.readline()
|
| HD | rfc3454.py | 46 l = f.readline()
|
| /freebsd-14-stable/tests/sys/opencrypto/ |
| HD | 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-14-stable/contrib/libedit/ |
| HD | Makefile | 19 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \ 93 SUBDIR= readline 149 COPTS.readline.c+= ${CC_WNO_STRINGOP_TRUNCATION} ${CC_WNO_STRINGOP_OVERFLOW}
|
| HD | libedit.pc | 12 Cflags: -I${includedir} -I${includedir}/readline
|
| /freebsd-14-stable/crypto/heimdal/lib/sl/ |
| HD | sl.c | 178 char *readline(char *prompt); 184 readline(char *prompt) in readline() function 297 s = readline(rk_UNCONST(prompt)); in sl_readline()
|
| /freebsd-14-stable/contrib/bc/ |
| HD | 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-14-stable/crypto/heimdal/appl/ftp/ftp/ |
| HD | main.c | 249 readline(char *prompt) in readline() function 263 char *readline(char *); 283 p = readline("ftp> "); in cmdscanner()
|
| /freebsd-14-stable/contrib/libedit/TEST/ |
| HD | rl1.c | 47 while ((p = readline("hi$")) != NULL) { in main()
|
| /freebsd-14-stable/sbin/gvinum/ |
| HD | Makefile.depend | 10 lib/libedit/readline \
|
| /freebsd-14-stable/usr.sbin/ntp/libntp/ |
| HD | Makefile.depend | 8 lib/libedit/readline \
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| HD | PythonReadline.cpp | 40 char *line = readline(prompt); in simple_readline()
|
| /freebsd-14-stable/usr.bin/dc/ |
| HD | bcode.h | 69 char *(*readline)(struct source *); member
|