OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:editline
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libedit/
Makefile
22
MAN=
editline
.3 editrc.5
editline
.7
31
editline
.3 el_deletestr.3 \
32
editline
.3 el_end.3 \
33
editline
.3 el_get.3 \
34
editline
.3 el_getc.3 \
35
editline
.3 el_gets.3 \
36
editline
.3 el_init.3 \
37
editline
.3 el_init_fd.3 \
38
editline
.3 el_insertstr.3
[
all
...]
el.h
112
struct
editline
{
struct
147
libedit_private int el_editmode(
EditLine
*, int, const wchar_t **);
148
libedit_private
EditLine
*el_init_internal(const char *, FILE *, FILE *,
histedit.h
57
typedef struct
editline
EditLine
;
69
*
EditLine
editor function return codes.
86
EditLine
*el_init(const char *, FILE *, FILE *, FILE *);
87
EditLine
*el_init_fd(const char *, FILE *, FILE *, FILE *,
89
void el_end(
EditLine
*);
90
void el_reset(
EditLine
*);
95
const char *el_gets(
EditLine
*, int *);
96
int el_getc(
EditLine
*, char *);
97
void el_push(
EditLine
*, const char *)
[
all
...]
/src/external/mpl/bind/dist/bin/dig/
readline.h
24
#include <
editline
/readline.h>
26
#include <
editline
.h>
/src/external/gpl2/rcs/dist/src/
rcsedit.c
156
* added an initializatin of the variables
editline
and linecorr
221
static long
editline
; /* edit line counter; #lines before cursor */
variable
223
/*used to correct
editline
in case file is not rewound after */
505
editline
= 0; linecorr = 0;
554
# define copylines(upto,delta) (
editline
= (upto))
562
* Copy input lines
editline
+1..upto from fedit to fcopy.
564
*
editline
is updated. Rewinds a file only if necessary.
572
if (upto <
editline
) {
579
if (
editline
< upto)
584
} while (++
editline
< upto)
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl
285
editline
=0
286
=> {Enable BSD
editline
support}
1104
# linenoise or
editline
, not necessarily libreadline. In some cases
1105
# it will set HAVE_READLINE=1 when it's really using
editline
, for
1116
# 2) --
editline
trumps --readline
1122
# 5) Try to find readline or
editline
. If it's not found AND the
1137
set editLibName "readline" ; # "readline" or "
editline
"
1141
# If none of --with-linenoise, --enable-readline, or --enable-
editline
1148
&& ![proj-opt-was-provided
editline
]
1200
} elseif {[opt-bool
editline
]} {
[
all
...]
/src/crypto/external/bsd/openssh/dist/
sftp.c
1851
prompt(
EditLine
*el)
1945
complete_cmd_parse(
EditLine
*el, char *cmd, int lastarg, char quote,
2042
complete_match(
EditLine
*el, struct sftp_conn *conn, char *remote_path,
2170
complete(
EditLine
*el, int ch)
2256
EditLine
*el = NULL;
2264
fatal("Couldn't initialise
editline
");
2266
fatal("Couldn't initialise
editline
history");
/src/external/mpl/bind/dist/
configure
26178
#
editline
is not included in pairwise testing as the library
26823
editline
) :
/src/external/public-domain/sqlite/dist/
shell.c
197
# include <
editline
/readline.h>
[
all
...]
Completed in 55 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026