Home
last modified time | relevance | path

Searched refs:history_file (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/readline/
H A Dreadline_cli.c592 char *history_file; in readline_shell_run() local
608 history_file = tilde_expand("~/.php_history"); in readline_shell_run()
611 read_history(history_file); in readline_shell_run()
670 write_history(history_file); in readline_shell_run()
672 append_history(history_lines_to_write, history_file); in readline_shell_run()
698 free(history_file); in readline_shell_run()

Completed in 6 milliseconds