Searched refs:oldexpand (Results 1 – 2 of 2) sorted by relevance
845 char *oldexpand = RCS_getexpand (rcs); in admin_fileproc() local846 if (oldexpand == NULL || strcmp (oldexpand, kflag) != 0) in admin_fileproc()
2119 char *oldexpand; in checkaddfile() local2123 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()