HomeSort by relevance Sort by last modified time
    Searched full:editline (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/libedit/src/
keymacro.c 84 private int node_trav(EditLine *, keymacro_node_t *, Char *,
86 private int node__try(EditLine *, keymacro_node_t *, const Char *,
90 private void node__put(EditLine *, keymacro_node_t *);
91 private int node__delete(EditLine *, keymacro_node_t **,
93 private int node_lookup(EditLine *, const Char *,
95 private int node_enum(EditLine *, keymacro_node_t *, size_t);
104 keymacro_init(EditLine *el)
120 keymacro_end(EditLine *el)
133 keymacro_map_cmd(EditLine *el, int cmd)
145 keymacro_map_str(EditLine *el, Char *str
    [all...]
hist.c 54 hist_init(EditLine *el)
72 hist_end(EditLine *el)
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr)
98 hist_get(EditLine *el)
157 hist_command(EditLine *el, int argc, const Char **argv)
195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz)
215 hist_convert(EditLine *el, int fn, void *arg)
chared.c 50 private void ch__clearmacro (EditLine *);
59 cv_undo(EditLine *el)
83 cv_yank(EditLine *el, const Char *ptr, int size)
96 c_insert(EditLine *el, int num)
118 c_delafter(EditLine *el, int num)
144 c_delafter1(EditLine *el)
159 c_delbefore(EditLine *el, int num)
187 c_delbefore1(EditLine *el)
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int))
333 cv_delfini(EditLine *el
    [all...]
eln.c 48 el_getc(EditLine *el, char *cp)
66 el_push(EditLine *el, const char *str)
75 el_gets(EditLine *el, int *nread)
87 el_parse(EditLine *el, int argc, const char *argv[])
104 el_set(EditLine *el, int op, ...)
256 el_get(EditLine *el, int op, ...)
344 el_line(EditLine *el)
368 el_insertstr(EditLine *el, const char *str)
tty.h 460 protected int tty_init(EditLine *);
461 protected void tty_end(EditLine *);
462 protected int tty_stty(EditLine *, int, const Char **);
463 protected int tty_rawmode(EditLine *);
464 protected int tty_cookedmode(EditLine *);
465 protected int tty_quotemode(EditLine *);
466 protected int tty_noquotemode(EditLine *);
467 protected void tty_bind_char(EditLine *, int);
parse.c 45 * parse.c: parse an editline extended command
62 int (*func)(EditLine *, int, const Char **);
79 parse_line(EditLine *el, const Char *line)
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
277 parse_cmd(EditLine *el, const Char *cmd)
read.c 58 private int read_preread(EditLine *);
59 private int read_char(EditLine *, Char *);
60 private int read_getcmd(EditLine *, el_action_t *, Char *);
67 read_init(EditLine *el)
80 el_read_setfn(EditLine *el, el_rfunc_t rc)
92 el_read_getfn(EditLine *el)
105 read_debug(EditLine *el)
188 read_preread(EditLine *el)
220 FUN(el,push)(EditLine *el, const Char *str)
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch
    [all...]
refresh.c 54 private void re_nextline(EditLine *);
55 private void re_addc(EditLine *, Int);
56 private void re_update_line(EditLine *, Char *, Char *, int);
57 private void re_insert (EditLine *, Char *, int, int, Char *, int);
58 private void re_delete(EditLine *, Char *, int, int, int);
59 private void re_fastputc(EditLine *, Int);
60 private void re_clear_eol(EditLine *, int, int, int);
65 private void re_printstr(EditLine *, const char *, char *, char *);
79 re_printstr(EditLine *el, const char *str, char *f, char *t)
96 re_nextline(EditLine *el
    [all...]
Makefile.am 46 editline/readline.h
65 nobase_include_HEADERS = histedit.h editline/readline.h
map.c 50 private void map_print_key(EditLine *, el_action_t *, const Char *);
51 private void map_print_some_keys(EditLine *, el_action_t *, Int, Int);
52 private void map_print_all_keys(EditLine *);
53 private void map_init_nls(EditLine *);
54 private void map_init_meta(EditLine *);
891 map_init(EditLine *el)
940 map_end(EditLine *el)
    [all...]
makelist 80 printf("protected el_action_t\t%s (EditLine *, Int);\n", name);
164 printf("typedef el_action_t (*el_func_t)(EditLine *, Int);");
201 # generate editline.c from various .c files
search.c 67 search_init(EditLine *el)
87 search_end(EditLine *el)
160 c_hmatch(EditLine *el, const Char *str)
175 c_setpat(EditLine *el)
207 ce_inc_search(EditLine *el, int dir)
455 cv_search(EditLine *el, int dir)
529 ce_search_line(EditLine *el, int dir)
571 cv_repeat_srch(EditLine *el, Int c)
597 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag)
tty.c 455 private int tty_getty(EditLine *, struct termios *);
456 private int tty_setty(EditLine *, int, const struct termios *);
461 private int tty_setup(EditLine *);
469 tty_getty(EditLine *el, struct termios *t)
481 tty_setty(EditLine *el, int action, const struct termios *t)
493 tty_setup(EditLine *el)
583 tty_init(EditLine *el)
599 tty_end(EditLine *el)
896 * Rebind the editline functions
899 tty_bind_char(EditLine *el, int force
    [all...]
el.h 116 struct editline { struct
151 protected int el_editmode(EditLine *, int, const Char **);
readline.c 52 #include "editline/readline.h"
73 const char *rl_library_version = "EditLine wrapper";
166 static EditLine *e = NULL;
171 static unsigned char _el_rl_complete(EditLine *, int);
172 static unsigned char _el_rl_tstp(EditLine *, int);
173 static char *_get_prompt(EditLine *);
174 static int _getc_function(EditLine *, char *);
180 static int _rl_event_read_char(EditLine *, char *);
186 _get_prompt(EditLine *el __attribute__((__unused__)))
217 _getc_function(EditLine *el __attribute__((__unused__)), char *c
    [all...]
filecomplete.c 358 fn_display_match_list (EditLine *el, char **matches, size_t num, size_t width)
409 fn_complete(EditLine *el,
571 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__)))
  /external/libedit/examples/
tc1.c 72 static unsigned char complete(EditLine *, int);
74 static char *prompt(EditLine *);
78 prompt(EditLine *el __attribute__((__unused__)))
93 complete(EditLine *el, int ch __attribute__((__unused__)))
129 EditLine *el = NULL;
152 /* Initialize editline */
159 /* Tell editline to use this history interface */
wtc1.c 21 prompt(EditLine *el)
57 complete(EditLine *el, int ch)
110 EditLine *el = NULL;
fileman.c 26 #include <editline/readline.h>
69 { "history", com_history, "List editline history" },
  /external/libedit/doc/
editrc.5.roff 34 .Nd configuration file for editline library
41 .Xr editline 3
49 .Xr editline 3
59 .Xr editline 3 ,
81 .Nm editline
213 .Nm editline
478 Editline extended command.
485 .Xr editline 3
489 .Xr editline 3 ,
494 .Nm editline
    [all...]
  /prebuilts/libs/libedit/share/man/man5/
editrc.5 34 .Nd configuration file for editline library
41 .Xr editline 3
49 .Xr editline 3
59 .Xr editline 3 ,
81 .Nm editline
213 .Nm editline
478 Editline extended command.
485 .Xr editline 3
489 .Xr editline 3 ,
494 .Nm editline
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 38 /* Libraries we will try to use for readline/editline functionality */
  /external/lldb/tools/driver/
IOChannel.cpp 28 typedef std::map<EditLine *, std::string> PromptMap;
36 el_prompt(EditLine *el)
59 // Sometimes we get called after the user has submitted the line, but before editline has
80 IOChannel::ElCompletionFn (EditLine *e, int ch)
100 IOChannel::HandleCompletion (EditLine *e, int ch)
  /external/llvm/lib/LineEditor/
LineEditor.cpp 101 EditLine *EL;
109 static const char *ElGetPromptFn(EditLine *EL) {
120 static unsigned char ElCompletionFn(EditLine *EL, int ch) {
  /external/libedit/src/editline/
readline.h 37 /* list of readline stuff supported by editline library's readline wrapper */

Completed in 121 milliseconds

1 23 4