Home
last modified time | relevance | path

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

/PHP-7.4/ext/readline/
H A Dreadline_cli.c594 char *history_file; in readline_shell_run() local
604 history_file = tilde_expand("~/.php_history"); in readline_shell_run()
606 spprintf(&history_file, MAX_PATH, "%s/.php_history", getenv("USERPROFILE")); in readline_shell_run()
612 read_history(history_file); in readline_shell_run()
669 write_history(history_file); in readline_shell_run()
671 append_history(history_lines_to_write, history_file); in readline_shell_run()
698 efree(history_file); in readline_shell_run()
700 free(history_file); in readline_shell_run()

Completed in 6 milliseconds