Lines Matching refs:protected
126 protected int cv__isword(wint_t);
127 protected int cv__isWord(wint_t);
128 protected void cv_delfini(EditLine *);
129 protected wchar_t *cv__endword(wchar_t *, wchar_t *, int, int (*)(wint_t));
130 protected int ce__isword(wint_t);
131 protected void cv_undo(EditLine *);
132 protected void cv_yank(EditLine *, const wchar_t *, int);
133 protected wchar_t *cv_next_word(EditLine*, wchar_t *, wchar_t *, int,
135 protected wchar_t *cv_prev_word(wchar_t *, wchar_t *, int, int (*)(wint_t));
136 protected wchar_t *c__next_word(wchar_t *, wchar_t *, int, int (*)(wint_t));
137 protected wchar_t *c__prev_word(wchar_t *, wchar_t *, int, int (*)(wint_t));
138 protected void c_insert(EditLine *, int);
139 protected void c_delbefore(EditLine *, int);
140 protected void c_delbefore1(EditLine *);
141 protected void c_delafter(EditLine *, int);
142 protected void c_delafter1(EditLine *);
143 protected int c_gets(EditLine *, wchar_t *, const wchar_t *);
144 protected int c_hpos(EditLine *);
146 protected int ch_init(EditLine *);
147 protected void ch_reset(EditLine *);
148 protected int ch_resizefun(EditLine *, el_zfunc_t, void *);
149 protected int ch_enlargebufs(EditLine *, size_t);
150 protected void ch_end(EditLine *);