Lines Matching refs:EditLine
106 typedef void (*el_zfunc_t)(EditLine *, void *);
148 protected void cv_delfini(EditLine *);
151 protected void cv_undo(EditLine *);
152 protected void cv_yank(EditLine *, const Char *, int);
153 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(Int));
157 protected void c_insert(EditLine *, int);
158 protected void c_delbefore(EditLine *, int);
159 protected void c_delbefore1(EditLine *);
160 protected void c_delafter(EditLine *, int);
161 protected void c_delafter1(EditLine *);
162 protected int c_gets(EditLine *, Char *, const Char *);
163 protected int c_hpos(EditLine *);
165 protected int ch_init(EditLine *);
166 protected void ch_reset(EditLine *, int);
167 protected int ch_resizefun(EditLine *, el_zfunc_t, void *);
168 protected int ch_enlargebufs(EditLine *, size_t);
169 protected void ch_end(EditLine *);