HomeSort by: relevance | last modified time | path
    Searched refs:replace_history_entry (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
history.h 115 extern HIST_ENTRY *replace_history_entry (int, const char *, histdata_t);
undo.c 235 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
history.c 388 replace_history_entry (int which, const char *line, histdata_t data) function
misc.c 338 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
readline.c 499 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 115 extern HIST_ENTRY *replace_history_entry (int, const char *, histdata_t);
undo.c 235 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
history.c 388 replace_history_entry (int which, const char *line, histdata_t data) function
misc.c 338 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
readline.c 499 entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
  /src/lib/libedit/readline/
readline.h 190 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);

Completed in 21 milliseconds