Lines Matching defs:el
59 #define EL_CURSOR(el) \ argument
67 search_init(EditLine *el) in search_init()
87 search_end(EditLine *el) in search_end()
160 c_hmatch(EditLine *el, const Char *str) in c_hmatch()
175 c_setpat(EditLine *el) in c_setpat()
207 ce_inc_search(EditLine *el, int dir) in ce_inc_search()
329 FUN(el,push)(el, endcmd); in ce_inc_search() local
455 cv_search(EditLine *el, int dir) in cv_search()
529 ce_search_line(EditLine *el, int dir) in ce_search_line()
571 cv_repeat_srch(EditLine *el, Int c) in cv_repeat_srch()
597 cv_csearch(EditLine *el, int direction, Int ch, int count, int tflag) in cv_csearch()