Home
last modified time | relevance | path

Searched refs:free_history_entry (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dhistory.c265 (void) free_history_entry (the_history[0]);
318 free_history_entry (hist) in free_history_entry() function
394 free_history_entry (the_history[i]);
436 free_history_entry (the_history[i]); in clear_history()
H A Dhistory.h96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dhistory.c280 (void) free_history_entry (the_history[0]);
331 free_history_entry (hist) in free_history_entry() function
472 free_history_entry (the_history[i]);
514 free_history_entry (the_history[i]); in clear_history()
H A Dhistory.h96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
H A Dhistory.h96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
H A Dhistory.h96 extern histdata_t free_history_entry PARAMS((HIST_ENTRY *));
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in GetAt()
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dhistory.c281 (void) free_history_entry (the_history[0]);
330 free_history_entry (hist) in free_history_entry() function
471 free_history_entry (the_history[i]);
513 free_history_entry (the_history[i]); in clear_history()
/dports/sysutils/hstr/hstr-2.3/src/
H A Dhstr_history.c310 free_history_entry(remove_history(offset)); in history_mgmt_remove_from_system_history()
316 free_history_entry(remove_history(offset-1)); in history_mgmt_remove_from_system_history()
345 free_history_entry(remove_history(historyState->length-1)); in history_mgmt_remove_last_history_entry()
346 free_history_entry(remove_history(historyState->length-2)); in history_mgmt_remove_last_history_entry()
/dports/shells/bash/bash-5.1/lib/readline/
H A Dhistory.c288 (void) free_history_entry (the_history[0]); in add_history()
345 free_history_entry (HIST_ENTRY *hist) in free_history_entry() function
559 free_history_entry (the_history[i]); in stifle_history()
601 free_history_entry (the_history[i]); in clear_history()
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dhistory.c288 (void) free_history_entry (the_history[0]); in add_history()
345 free_history_entry (HIST_ENTRY *hist) in free_history_entry() function
559 free_history_entry (the_history[i]); in stifle_history()
601 free_history_entry (the_history[i]); in clear_history()
/dports/devel/readline/readline-8.1/
H A Dhistory.c288 (void) free_history_entry (the_history[0]); in add_history()
345 free_history_entry (HIST_ENTRY *hist) in free_history_entry() function
559 free_history_entry (the_history[i]); in stifle_history()
601 free_history_entry (the_history[i]); in clear_history()
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/
H A Dlibedit.def15 free_history_entry
/dports/shells/bash/bash-5.1/
H A Dbashhist.c363 free_history_entry (discard);
378 free_history_entry (discard_list[i]);
733 free_history_entry (temp);
936 free_history_entry (old);
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgp_hist.h88 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgp_hist.h88 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgp_hist.h92 histdata_t free_history_entry(HIST_ENTRY *histent);
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/src/editline/
H A Dreadline.h87 void free_history_entry(HIST_ENTRY *entry);
/dports/math/reduce/Reduce-svn5758-src/libraries/wineditline/include/editline/
H A Dreadline.h87 void free_history_entry(HIST_ENTRY *entry);
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/
H A Dcli.cpp226 free_history_entry(remove_history(0)); in addHistory()
244 free_history_entry(remove_history(0)); in applyHistoryLimit()

1234