Lines Matching refs:EditLine
74 static int read_char(EditLine *, wchar_t *);
75 static int read_getcmd(EditLine *, el_action_t *, wchar_t *);
78 static const wchar_t *noedit_wgets(EditLine *, int *);
84 read_init(EditLine *el) in read_init()
109 read_end(EditLine *el) in read_end()
209 el_wpush(EditLine *el, const wchar_t *str) in el_wpush()
230 read_getcmd(EditLine *el, el_action_t *cmdnum, wchar_t *ch) in read_getcmd()
279 read_char(EditLine *el, wchar_t *cp) in read_char()
380 el_wgetc(EditLine *el, wchar_t *cp) in el_wgetc()
422 read_prepare(EditLine *el) in read_prepare()
443 read_finish(EditLine *el) in read_finish()
452 noedit_wgets(EditLine *el, int *nread) in noedit_wgets()
476 el_wgets(EditLine *el, int *nread) in el_wgets()