Lines Matching full:editline
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)
313 read_char(EditLine *el, Char *cp)
400 FUN(el,getc)(EditLine *el, Char *cp)
453 read_prepare(EditLine *el)
474 read_finish(EditLine *el)
483 FUN(el,gets)(EditLine *el, int *nread)