Home
last modified time | relevance | path

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

/PHP-8.4/ext/readline/
H A Dreadline_cli.c614 const char *histfile_env_name = "PHP_HISTFILE"; in readline_shell_run() local
615 if (getenv(histfile_env_name)) { in readline_shell_run()
616 spprintf(&history_file, MAXPATHLEN, "%s", getenv(histfile_env_name)); in readline_shell_run()

Completed in 7 milliseconds