Lines Matching refs:EditLine
50 private void ch__clearmacro (EditLine *);
59 cv_undo(EditLine *el) in cv_undo()
83 cv_yank(EditLine *el, const Char *ptr, int size) in cv_yank()
96 c_insert(EditLine *el, int num) in c_insert()
118 c_delafter(EditLine *el, int num) in c_delafter()
144 c_delafter1(EditLine *el) in c_delafter1()
159 c_delbefore(EditLine *el, int num) in c_delbefore()
187 c_delbefore1(EditLine *el) in c_delbefore1()
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) in cv_next_word()
333 cv_delfini(EditLine *el) in cv_delfini()
393 ch_init(EditLine *el) in ch_init()
458 ch_reset(EditLine *el, int mclear) in ch_reset()
486 ch__clearmacro(EditLine *el) in ch__clearmacro()
498 ch_enlargebufs(EditLine *el, size_t addlen) in ch_enlargebufs()
587 ch_end(EditLine *el) in ch_end()
611 FUN(el,insertstr)(EditLine *el, const Char *s) in FUN()
633 el_deletestr(EditLine *el, int n) in el_deletestr()
651 el_cursor(EditLine *el, int n) in el_cursor()
670 c_gets(EditLine *el, Char *buf, const Char *prompt) in c_gets()
735 c_hpos(EditLine *el) in c_hpos()
754 ch_resizefun(EditLine *el, el_zfunc_t f, void *a) in ch_resizefun()