Home
last modified time | relevance | path

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

12345

/freebsd-14-stable/contrib/ntp/sntp/m4/
HDntp_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'])
/freebsd-14-stable/contrib/sqlite3/
HDconfigure.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 …]
HDREADME.txt26 --enable-readline use readline in shell tool [default=yes]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDembedded_interpreter.py12 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/
HDMakefile2 .PATH: ${SRCTOP}/contrib/libedit/readline
3 INCS= readline.h history.h tilde.h
5 INCSDIR= ${INCLUDEDIR}/edit/readline
/freebsd-14-stable/contrib/libedit/readline/
HDMakefile9 INCS= readline.h
10 INCSDIR= /usr/include/readline
11 INCSYMLINKS= readline.h ${INCSDIR}/history.h
/freebsd-14-stable/usr.bin/top/
HDtop.c173 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()
HDdisplay.h28 int readline(char *buffer, int size, int numeric);
/freebsd-14-stable/crypto/heimdal/kuser/
HDkswitch.c38 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/
HDutil.c144 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/
HDMakefile19 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/
HDgen-punycode-examples.py55 l = f.readline()
59 l2 = f.readline()
HDUnicodeData.py45 l = ud.readline()
HDrfc3454.py46 l = f.readline()
/freebsd-14-stable/tests/sys/opencrypto/
HDcryptodev.py381 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/
HDMakefile19 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}
HDlibedit.pc12 Cflags: -I${includedir} -I${includedir}/readline
/freebsd-14-stable/crypto/heimdal/lib/sl/
HDsl.c178 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/
HDconfigure.sh1078 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/
HDmain.c249 readline(char *prompt) in readline() function
263 char *readline(char *);
283 p = readline("ftp> "); in cmdscanner()
/freebsd-14-stable/contrib/libedit/TEST/
HDrl1.c47 while ((p = readline("hi$")) != NULL) { in main()
/freebsd-14-stable/sbin/gvinum/
HDMakefile.depend10 lib/libedit/readline \
/freebsd-14-stable/usr.sbin/ntp/libntp/
HDMakefile.depend8 lib/libedit/readline \
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonReadline.cpp40 char *line = readline(prompt); in simple_readline()
/freebsd-14-stable/usr.bin/dc/
HDbcode.h69 char *(*readline)(struct source *); member

12345