Searched refs:readline (Results 51 - 75 of 120) sorted by relevance

12345

/freebsd-10.2-release/sbin/gvinum/
H A Dgvinum.c55 #include <readline/readline.h>
56 #include <readline/history.h>
113 inputline = readline("gvinum -> ");
/freebsd-10.2-release/usr.bin/mail/
H A Dfio.c185 readline(FILE *ibuf, char *linebuf, int linesize) function
H A Dlex.c234 if (readline(input, &linebuf[n], LINESIZE - n) < 0) {
/freebsd-10.2-release/usr.sbin/uhsoctl/
H A Duhsoctl.c139 static int readline(int, char *, size_t);
555 readline(int fd, char *buf, size_t bufsz) function
628 n = readline(ctx->fd, buf, sizeof(buf));
995 n = readline(ctx->fd, buf, sizeof(buf));
/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c52 # include <readline/readline.h>
53 # include <readline/history.h>
56 # define readline(p) local_getline(p,stdin,0) macro
335 ** The interface is like "readline" but no command-line editing
398 zResult = readline(zPrompt);
/freebsd-10.2-release/contrib/binutils/
H A DMakefile.in645 maybe-configure-readline \
793 all-host: maybe-all-readline
908 info-host: maybe-info-readline
1014 dvi-host: maybe-dvi-readline
1120 pdf-host: maybe-pdf-readline
1226 html-host: maybe-html-readline
1332 TAGS-host: maybe-TAGS-readline
1438 install-info-host: maybe-install-info-readline
1544 install-pdf-host: maybe-install-pdf-readline
1650 install-html-host: maybe-install-html-readline
[all...]
H A DMakefile.def93 host_modules= { module= readline; };
321 dependencies = { module=all-gdb; on=all-readline; };
412 dependencies = { module=all-sim; on=all-readline; };
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c121 static ssize_t readline(struct archive_read *, struct mtree *, char **, ssize_t);
937 len = readline(a, mtree, &p, 65536);
1801 readline(struct archive_read *a, struct mtree *mtree, char **start, ssize_t limit) function
H A Darchive_read_support_format_tar.c208 static ssize_t readline(struct archive_read *, struct tar *, const char **,
2295 bytes_read = readline(a, tar, &p,
2533 readline(struct archive_read *a, struct tar *tar, const char **start, function
/freebsd-10.2-release/contrib/top/
H A Ddisplay.c1037 readline(buffer, size, numeric) function
/freebsd-10.2-release/contrib/libreadline/
H A Dreadline.c0 /* readline.c -- a general facility for reading lines of input
68 #include "readline.h"
108 /* True if this is `real' readline as opposed to some stub substitute. */
147 /* Flags word encapsulating the current readline state. */
162 /* The last function executed by readline. */
186 and does not want readline to do it the first time. */
270 them to equivalent readline functions at startup. */
282 /* Set up the prompt and expand it. Called from readline() and
299 readline (prompt) function
925 /* Initialize readline (an
[all...]
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta2deps.py312 ddep = open(ddepf, 'r').readline().strip('# \n')
/freebsd-10.2-release/crypto/heimdal/etc/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/include/
H A DMakefile.in78 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/include/gssapi/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dtop.c49 /* readline include files */
50 #include "readline/readline.h"
51 #include "readline/history.h"
53 /* readline defines this. */
808 /* Get a command-line. This calls the readline package. */
909 Action is compatible with "readline", e.g. space for the result is
984 /* This is like readline(), but it has some gdb-specific behavior.
985 gdb can use readline in both the synchronous and async modes during
987 be using the async readline
[all...]
/freebsd-10.2-release/crypto/heimdal/include/hcrypto/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/include/kadm5/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/lib/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A DMakefile.in76 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/lib/vers/
H A DMakefile.in75 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/admin/
H A DMakefile.in76 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/appl/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/appl/afsutil/
H A DMakefile.in76 $(top_srcdir)/cf/krb-readline.m4 \
/freebsd-10.2-release/crypto/heimdal/appl/ftp/
H A DMakefile.in74 $(top_srcdir)/cf/krb-readline.m4 \

Completed in 400 milliseconds

12345