Searched refs:history_file (Results 1 – 1 of 1) sorted by relevance
609 char *history_file; in readline_shell_run() local621 history_file = tilde_expand("~/.php_history"); in readline_shell_run()623 spprintf(&history_file, MAX_PATH, "%s/.php_history", getenv("USERPROFILE")); in readline_shell_run()636 read_history(history_file); in readline_shell_run()693 write_history(history_file); in readline_shell_run()695 append_history(history_lines_to_write, history_file); in readline_shell_run()722 efree(history_file); in readline_shell_run()724 free(history_file); in readline_shell_run()
Completed in 7 milliseconds