Searched refs:replace_history_entry (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
H A Dmisc.c344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
H A Dhistory.c368 replace_history_entry (which, line, data) function
H A Dreadline.c395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h157 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1414 replace_history_entry(int num, const char *line, histdata_t data) function

Completed in 82 milliseconds