Searched refs:el_push (Results 1 – 6 of 6) sorted by relevance
101 void el_push(EditLine *, const char *);
137 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn()164 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn()
138 ::el_push(EL, const_cast<char *>(Prevs.c_str())); in ElCompletionFn()165 ::el_push(EL, const_cast<char *>("\05\t")); in ElCompletionFn()
294 void el_push(EditLine *, const char *) {} in el_push() function
84 #define el_wpush el_push