Home
last modified time | relevance | path

Searched refs:el_push (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp137 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn()
164 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn()
/netbsd-src/lib/libedit/
H A Dhistedit.h97 void el_push(EditLine *, const char *);
H A DMakefile41 editline.3 el_push.3 \
H A Deln.c62 el_push(EditLine *el, const char *str) in el_push() function
H A Dreadline.c2075 el_push(e, arr); in rl_insert()
2188 el_push(e, a); in rl_redisplay()
2199 el_push(e, a); in rl_get_previous_history()
/netbsd-src/usr.bin/mail/
H A Dcomplete.c767 el_push(el, delunder); /* ^F^H */ in emacs_ctrl_d()
1141 el_push(em->el, string); in my_gets()