Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dparseinfo.c13 extern char *logHistory;
441 logHistory=malloc(strlen (p) + 1);
442 strcpy (logHistory, p);
H A Dhistory.c237 char *logHistory = ALL_REC_TYPES; variable
720 if ( strchr(logHistory, type) == NULL )
H A DChangeLog1570 * parseinfo.c: Add extern to logHistory declaration. (Reported by
1572 (parse_config): Reformat logHistory code.