Searched refs:replace_history_entry (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/libreadline/ |
| HD | history.h | 101 extern HIST_ENTRY *replace_history_entry PARAMS((int, const char *, histdata_t));
|
| HD | misc.c | 344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list); in rl_maybe_replace_line()
|
| HD | history.c | 368 replace_history_entry (which, line, data) in replace_history_entry() function
|
| HD | readline.c | 395 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
|
| /NextBSD/lib/libedit/edit/readline/ |
| HD | readline.h | 158 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
|
| /NextBSD/contrib/libreadline/doc/ |
| HD | hstech.texi | 188 @deftypefun {HIST_ENTRY *} replace_history_entry (int which, const char *line, histdata_t data)
|
| /NextBSD/lib/libedit/ |
| HD | readline.c | 1469 replace_history_entry(int num, const char *line, histdata_t data) in replace_history_entry() function
|