Home
last modified time | relevance | path

Searched refs:logHistory (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/src/
Dparseinfo.h22 char *logHistory; member
Dparseinfo.c295 new->logHistory = xstrdup (ALL_HISTORY_REC_TYPES); in new_config()
630 free (retval->logHistory); in parse_config()
631 retval->logHistory = xstrdup (p); in parse_config()
Dhistory.c783 if (!strchr (config->logHistory, type)) in history_write()