Searched refs:histfile_env_name (Results 1 – 1 of 1) sorted by relevance
614 const char *histfile_env_name = "PHP_HISTFILE"; in readline_shell_run() local615 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 5 milliseconds