Searched refs:history (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/readline/
H A Dreadline.c41 #include <readline/history.h>
322 Adds a line to the history */
339 Clears the history */
353 Lists the history */
357 HIST_ENTRY **history; local
363 history = history_list();
367 if (history) {
369 for (i = 0; history[i]; i++) {
370 add_next_index_string(return_value,history[i]->line,1);
377 Reads the history */
[all...]
H A Dreadline_cli.c55 #include <readline/history.h>

Completed in 3 milliseconds