Lines Matching refs:EditLine
62 cv_undo(EditLine *el) in cv_undo()
86 cv_yank(EditLine *el, const wchar_t *ptr, int size) in cv_yank()
99 c_insert(EditLine *el, int num) in c_insert()
121 c_delafter(EditLine *el, int num) in c_delafter()
147 c_delafter1(EditLine *el) in c_delafter1()
162 c_delbefore(EditLine *el, int num) in c_delbefore()
190 c_delbefore1(EditLine *el) in c_delbefore1()
205 ce__isword(EditLine *el, wint_t p) in ce__isword()
215 cv__isword(EditLine *el, wint_t p) in cv__isword()
229 cv__isWord(EditLine *el __attribute__((__unused__)), wint_t p) in cv__isWord()
239 c__prev_word(EditLine *el, wchar_t *p, wchar_t *low, int n, in c__prev_word()
240 int (*wtest)(EditLine *, wint_t)) in c__prev_word() argument
264 c__next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in c__next_word()
265 int (*wtest)(EditLine *, wint_t)) in c__next_word() argument
283 cv_next_word(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv_next_word()
284 int (*wtest)(EditLine *el, wint_t)) in cv_next_word()
313 cv_prev_word(EditLine *el, wchar_t *p, wchar_t *low, int n, in cv_prev_word()
314 int (*wtest)(EditLine *el, wint_t)) in cv_prev_word()
342 cv_delfini(EditLine *el) in cv_delfini()
380 cv__endword(EditLine *el, wchar_t *p, wchar_t *high, int n, in cv__endword()
381 int (*wtest)(EditLine *, wint_t)) in cv__endword() argument
403 ch_init(EditLine *el) in ch_init()
460 ch_reset(EditLine *el) in ch_reset()
489 ch_enlargebufs(EditLine *el, size_t addlen) in ch_enlargebufs()
578 ch_end(EditLine *el) in ch_end()
600 el_winsertstr(EditLine *el, const wchar_t *s) in el_winsertstr()
622 el_deletestr(EditLine *el, int n) in el_deletestr()
640 el_deletestr1(EditLine *el, int start, int end) in el_deletestr1()
674 el_wreplacestr(EditLine *el, const wchar_t *s) in el_wreplacestr()
703 el_cursor(EditLine *el, int n) in el_cursor()
722 c_gets(EditLine *el, wchar_t *buf, const wchar_t *prompt) in c_gets()
787 c_hpos(EditLine *el) in c_hpos()
806 ch_resizefun(EditLine *el, el_zfunc_t f, void *a) in ch_resizefun()
814 ch_aliasfun(EditLine *el, el_afunc_t f, void *a) in ch_aliasfun()