55 protected int el_match(
const Char *,
const Char *);
56 protected int search_init(
EditLine *);
57 protected void search_end(
EditLine *);
58 protected int c_hmatch(
EditLine *,
const Char *);
60 protected el_action_t ce_inc_search(
EditLine *,
int);
61 protected el_action_t cv_search(
EditLine *,
int);
62 protected el_action_t ce_search_line(
EditLine *,
int);
63 protected el_action_t cv_repeat_srch(
EditLine *, Int);
64 protected el_action_t cv_csearch(
EditLine *,
int, Int,
int,
int);