Searched refs:oldexpand (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c694 char *oldexpand = RCS_getexpand (rcs); local
695 if (oldexpand == NULL || strcmp (oldexpand, kflag) != 0)
H A Dcommit.c2036 char *oldexpand; local
2040 oldexpand = RCS_getexpand (rcs);
2041 if ((oldexpand != NULL
2043 && strcmp (options + 2, oldexpand) != 0)
2044 || (oldexpand == NULL && options != NULL))

Completed in 52 milliseconds