Home | History | Annotate | Download | only in src

Lines Matching full:editline

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)
229 _resize_fun(EditLine *el, void *a)
1726 _el_rl_tstp(EditLine *el __attribute__((__unused__)), int ch __attribute__((__unused__)))
1801 _el_rl_complete(EditLine *el __attribute__((__unused__)), int ch)
1908 rl_bind_wrapper(EditLine *el __attribute__((__unused__)), unsigned char c)
2055 _rl_event_read_char(EditLine *el, char *cp)