HomeSort by: relevance | last modified time | path
    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/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/public-domain/sqlite/dist/
configure 1461 --enable-editline use BSD libedit
13821 # --enable-editline
13825 # still enabled, the script searches for editline first and automatically
13827 # user must pass "--disable-editline". To disable command line editing
13828 # support altogether, "--disable-editline --disable-readline".
13834 # Check whether --enable-editline was given.
13850 for ac_header in editline/readline.h
13852 ac_fn_c_check_header_compile "$LINENO" "editline/readline.h" "ac_cv_header_editline_readline_h" "$ac_includes_default"
shell.c 159 # include <editline/readline.h>
  /src/external/mpl/bind/dist/
configure 26178 # editline is not included in pairwise testing as the library
26823 editline) :

Completed in 61 milliseconds