Home | History | Annotate | Download | only in src

Lines Matching full:editline

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