Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dadmin.c845 char *oldexpand = RCS_getexpand (rcs); in admin_fileproc() local
846 if (oldexpand == NULL || strcmp (oldexpand, kflag) != 0) in admin_fileproc()
H A Dcommit.c2119 char *oldexpand; in checkaddfile() local
2123 oldexpand = RCS_getexpand (rcs); in checkaddfile()
2124 if ((oldexpand != NULL in checkaddfile()
2126 && strcmp (options + 2, oldexpand) != 0) in checkaddfile()
2127 || (oldexpand == NULL && options != NULL)) in checkaddfile()