Home
last modified time | relevance | path

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

123456

/freebsd/contrib/ntp/sntp/m4/
H A Dntp_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/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py12 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 DMakefile1 .PATH: ${SRCTOP}/contrib/libedit/readline
2 INCS= readline.h history.h tilde.h
4 INCSDIR= ${INCLUDEDIR}/edit/readline
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c169 readline(FILE *file) in readline() function
481 for (line = readline(script); line != NULL; line = readline(script)) { in parse_options()
546 for (line = readline(script); line != NULL; line = readline(script)) { in parse_run()
595 for (line = readline(script); line != NULL; line = readline(script)) { in parse_end()
644 for (line = readline(script); line != NULL; line = readline(script)) { in parse_output()
681 for (line = readline(script); line != NULL; line = readline(script)) { in parse_prompts()
745 for (line = readline(script); line != NULL; line = readline(script)) { in parse_script()
/freebsd/contrib/libedit/readline/
H A DMakefile9 INCS= readline.h
10 INCSDIR= /usr/include/readline
11 INCSYMLINKS= readline.h ${INCSDIR}/history.h
/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Dt_rpc.py8 line = server.stdout.readline()
15 line = server.stdout.readline()
25 line = server.stdout.readline()
/freebsd/usr.bin/top/
H A Dtop.c173 if (readline(buf, buflen, false) <= 0) in handle_user()
856 newval = readline(tempbuf1, 8, true); in main()
884 if ((i = readline(tempbuf1, 8, false)) > 0) in main()
905 if (readline(tempbuf1, sizeof(tempbuf1), false) > 0) { in main()
920 if ((i = readline(tempbuf1, 10, true)) > 0) in main()
933 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main()
950 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main()
1041 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main()
1075 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) in main()
1138 if (readline(tempbuf2, sizeof(tempbuf2), false) > 0) { in main()
/freebsd/crypto/heimdal/kuser/
H A Dkswitch.c38 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 Dutil.c138 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0) in hfield()
165 if ((c = readline(f, linebuf, LINESIZE)) <= 0) in gethfield()
187 if ((c = readline(f, line2, sizeof(line2))) < 0) in gethfield()
506 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0) in name1()
518 if (readline(ibuf, linebuf, sizeof(linebuf)) < 0) in name1()
/freebsd/lib/libedit/
H A DMakefile15 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \
68 CFLAGS+= -I. -I${EDITDIR} -I${EDITDIR}/readline
73 SUBDIR= readline
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-punycode-examples.py55 l = f.readline()
59 l2 = f.readline()
H A DUnicodeData.py45 l = ud.readline()
H A Drfc3454.py46 l = f.readline()
/freebsd/tests/sys/opencrypto/
H A Dcryptodev.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/contrib/libedit/
H A DMakefile19 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}
H A Dlibedit.pc12 Cflags: -I${includedir} -I${includedir}/readline
/freebsd/contrib/bc/
H A Dconfigure.sh862 enable-readline) hist_impl="readline" ;;
879 enable-editline* | enable-readline*)
1289 readline=0
1292 readline=1
1295 readline=0
1304 flags="$flags -DBC_ENABLE_EDITLINE=$editline -DBC_ENABLE_READLINE=$readline"
1333 readline=0
1345 elif [ "$readline" -ne 0 ]; then
1417 if [ "$readline" -ne 0 ]; then
H A Dconfigure61 printf ' [--enable-editline] [--enable-readline] [--enable-internal-history] \\\n'
122 printf ' editline or readline. This option is ignored if history is disabled.\n'
156 printf ' -r, --enable-readline\n'
157 printf ' Enable the use of libreadline/readline. This is meant for those users\n'
738 r) hist_impl="readline" ;;
862 enable-readline) hist_impl="readline" ;;
879 enable-editline* | enable-readline*)
1289 readline=0
1290 elif [ "$hist_impl" = "readline" ]; the
[all...]
/freebsd/crypto/krb5/src/util/ss/
H A Dlisten.c32 readline(const char *prompt) in readline() function
129 input = readline(current_info->prompt); in ss_listen()
/freebsd/contrib/sqlite3/
H A DMakefile.in69 LDFLAGS.readline = @LDFLAGS_READLINE@
70 CFLAGS.readline = @CFLAGS_READLINE@
247 $(CFLAGS) $(CFLAGS.readline) $(CFLAGS.icu) \
248 $(LDFLAGS) $(LDFLAGS.readline)
/freebsd/crypto/heimdal/lib/sl/
H A Dsl.c178 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 Dmain.c249 readline(char *prompt) in readline() function
263 char *readline(char *);
283 p = readline("ftp> "); in cmdscanner()
/freebsd/contrib/libedit/TEST/
H A Drl1.c47 while ((p = readline("hi$")) != NULL) { in main()
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile.depend8 lib/libedit/readline \
/freebsd/bin/sh/
H A Dmknodes.c92 static int readline(FILE *);
106 while (readline(infp)) { in main()
402 readline(FILE *infp) in readline() function

123456