Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dparseinfo.h20 char *logHistory; member
Dparseinfo.c295 new->logHistory = xstrdup (ALL_HISTORY_REC_TYPES); in new_config()
633 free (retval->logHistory); in parse_config()
634 retval->logHistory = xstrdup (p); in parse_config()
Dhistory.c784 if (!strchr (config->logHistory, type)) in history_write()
DChangeLog2508 * history.c (logHistory): Move to struct config.
10525 * parseinfo.c: Add extern to logHistory declaration. (Reported by
10527 (parse_config): Reformat logHistory code.