Searched refs:HistoryLogPath (Results 1 – 3 of 3) sorted by relevance
589 if (retval->HistoryLogPath) free (retval->HistoryLogPath); in parse_config()592 retval->HistoryLogPath = expand_path (p, cvsroot, false, in parse_config()595 if (retval->HistoryLogPath && !ISABSOLUTE (retval->HistoryLogPath)) in parse_config()599 free (retval->HistoryLogPath); in parse_config()600 retval->HistoryLogPath = NULL; in parse_config()
21 char *HistoryLogPath; member
384 if (config->HistoryLogPath) in get_history_log_name()391 if (!strftime (log_name, PATH_MAX, config->HistoryLogPath, in get_history_log_name()395 free (config->HistoryLogPath); in get_history_log_name()396 config->HistoryLogPath = NULL; in get_history_log_name()400 if (!config->HistoryLogPath) in get_history_log_name()