Home
last modified time | relevance | path

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

/php-src/ext/readline/
H A Dreadline_cli.c609 char *history_file; in readline_shell_run() local
623 spprintf(&history_file, MAXPATHLEN, "%s", getenv(histfile_env_name)); in readline_shell_run()
625 spprintf(&history_file, MAXPATHLEN, "%s/.php_history", getenv("HOME")); in readline_shell_run()
628 spprintf(&history_file, MAX_PATH, "%s/.php_history", getenv("USERPROFILE")); in readline_shell_run()
641 read_history(history_file); in readline_shell_run()
698 write_history(history_file); in readline_shell_run()
700 append_history(history_lines_to_write, history_file); in readline_shell_run()
726 efree(history_file); in readline_shell_run()

Completed in 6 milliseconds