Lines Matching refs: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) in read_init()
80 el_read_setfn(EditLine *el, el_rfunc_t rc) in el_read_setfn()
92 el_read_getfn(EditLine *el) in el_read_getfn()
105 read_debug(EditLine *el) in read_debug()
188 read_preread(EditLine *el) in read_preread()
220 FUN(el,push)(EditLine *el, const Char *str) in FUN()
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) in read_getcmd()
313 read_char(EditLine *el, Char *cp) in read_char()
400 FUN(el,getc)(EditLine *el, Char *cp) in FUN()
453 read_prepare(EditLine *el) in read_prepare()
474 read_finish(EditLine *el) in read_finish()
483 FUN(el,gets)(EditLine *el, int *nread) in FUN()