Searched refs:HistorySearchPath (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h22 char *HistorySearchPath; member in struct:config
H A Dparseinfo.c605 else if (strcmp (line, "HistorySearchPath") == 0)
607 if (retval->HistorySearchPath) free (retval->HistorySearchPath);
608 retval->HistorySearchPath = expand_path (p, cvsroot, false,
611 if (retval->HistorySearchPath
612 && !ISABSOLUTE (retval->HistorySearchPath))
614 error (0, 0, "%s [%u]: HistorySearchPath must be absolute.",
616 free (retval->HistorySearchPath);
617 retval->HistorySearchPath = NULL;
H A Dhistory.c733 if (config->HistorySearchPath)
734 pat = config->HistorySearchPath;
741 if (pat != config->HistorySearchPath) free (pat);
H A Dsanity.sh20027 # Now test the HistoryLogPath and HistorySearchPath options.
20031 echo 'HistorySearchPath=$CVSROOT/../historylogs/*' >>config
20260 HistorySearchPath=$TESTDIR/historylog
[all...]

Completed in 200 milliseconds