Home
last modified time | relevance | path

Searched refs:replace_history_entry (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libreadline/
HDhistory.h101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
HDmisc.c344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_maybe_replace_line()
HDhistory.c368 replace_history_entry (which, line, data) in replace_history_entry() function
HDreadline.c395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
/NextBSD/lib/libedit/edit/readline/
HDreadline.h158 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
/NextBSD/contrib/libreadline/doc/
HDhstech.texi188 @deftypefun {HIST_ENTRY *} replace_history_entry (int which, const char *line, histdata_t data)
/NextBSD/lib/libedit/
HDreadline.c1469 replace_history_entry(int num, const char *line, histdata_t data) in replace_history_entry() function