Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dparseinfo.c609 if (retval->HistorySearchPath) free (retval->HistorySearchPath); in parse_config()
610 retval->HistorySearchPath = expand_path (p, cvsroot, false, in parse_config()
613 if (retval->HistorySearchPath in parse_config()
614 && !ISABSOLUTE (retval->HistorySearchPath)) in parse_config()
618 free (retval->HistorySearchPath); in parse_config()
619 retval->HistorySearchPath = NULL; in parse_config()
Dparseinfo.h22 char *HistorySearchPath; member
Dhistory.c735 if (config->HistorySearchPath) in history()
736 pat = config->HistorySearchPath; in history()
743 if (pat != config->HistorySearchPath) free (pat); in history()
DChangeLog611 * parseinfo.c (parse_config): Parse HistoryLogPath & HistorySearchPath.
612 * parseinfo.h (struct config): Add HistoryLogPath & HistorySearchPath.
Dsanity.sh20353 HistorySearchPath=$TESTDIR/historylog
/netbsd/src/external/gpl2/xcvs/dist/
DNEWS38 TmpDir, HistoryLogPath, HistorySearchPath, MinCompressionLevel, &
DChangeLog170 HistorySearchPath name.
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dcvs.texinfo10515 the @samp{HistorySearchPath} config option (@pxref{config}) must be set to
14744 @samp{HistorySearchPath} config options (@pxref{config}).
14961 @item HistorySearchPath=@var{pattern}
14970 @cindex HistorySearchPath, in CVSROOT/config
DChangeLog157 HistoryLogPath and HistorySearchPath config options.