Lines Matching refs:protected
139 protected int cv__isword(wint_t);
140 protected int cv__isWord(wint_t);
141 protected void cv_delfini(EditLine *);
142 protected Char *cv__endword(Char *, Char *, int, int (*)(wint_t));
143 protected int ce__isword(wint_t);
144 protected void cv_undo(EditLine *);
145 protected void cv_yank(EditLine *, const Char *, int);
146 protected Char *cv_next_word(EditLine*, Char *, Char *, int, int (*)(wint_t));
147 protected Char *cv_prev_word(Char *, Char *, int, int (*)(wint_t));
148 protected Char *c__next_word(Char *, Char *, int, int (*)(wint_t));
149 protected Char *c__prev_word(Char *, Char *, int, int (*)(wint_t));
150 protected void c_insert(EditLine *, int);
151 protected void c_delbefore(EditLine *, int);
152 protected void c_delbefore1(EditLine *);
153 protected void c_delafter(EditLine *, int);
154 protected void c_delafter1(EditLine *);
155 protected int c_gets(EditLine *, Char *, const Char *);
156 protected int c_hpos(EditLine *);
158 protected int ch_init(EditLine *);
159 protected void ch_reset(EditLine *, int);
160 protected int ch_resizefun(EditLine *, el_zfunc_t, void *);
161 protected int ch_aliasfun(EditLine *, el_afunc_t, void *);
162 protected int ch_enlargebufs(EditLine *, size_t);
163 protected void ch_end(EditLine *);