HomeSort by: relevance | last modified time | path
    Searched refs:HistorySearchPath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
parseinfo.h 22 char *HistorySearchPath;
parseinfo.c 607 else if (strcmp (line, "HistorySearchPath") == 0)
609 if (retval->HistorySearchPath) free (retval->HistorySearchPath);
610 retval->HistorySearchPath = expand_path (p, cvsroot, false,
613 if (retval->HistorySearchPath
614 && !ISABSOLUTE (retval->HistorySearchPath))
616 error (0, 0, "%s [%u]: HistorySearchPath must be absolute.",
618 free (retval->HistorySearchPath);
619 retval->HistorySearchPath = NULL;
history.c 735 if (config->HistorySearchPath)
736 pat = config->HistorySearchPath;
743 if (pat != config->HistorySearchPath) free (pat);
sanity.sh 20121 # Now test the HistoryLogPath and HistorySearchPath options.
20125 echo 'HistorySearchPath=$CVSROOT/../historylogs/*' >>config
20353 HistorySearchPath=$TESTDIR/historylog
    [all...]

Completed in 60 milliseconds