HomeSort by: relevance | last modified time | path
    Searched defs:oldexpand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
admin.c 845 char *oldexpand = RCS_getexpand (rcs); local
846 if (oldexpand == NULL || strcmp (oldexpand, kflag) != 0)
admin.c 845 char *oldexpand = RCS_getexpand (rcs); local
846 if (oldexpand == NULL || strcmp (oldexpand, kflag) != 0)
commit.c 2119 char *oldexpand; local
2123 oldexpand = RCS_getexpand (rcs);
2124 if ((oldexpand != NULL
2126 && strcmp (options + 2, oldexpand) != 0)
2127 || (oldexpand == NULL && options != NULL))
commit.c 2119 char *oldexpand; local
2123 oldexpand = RCS_getexpand (rcs);
2124 if ((oldexpand != NULL
2126 && strcmp (options + 2, oldexpand) != 0)
2127 || (oldexpand == NULL && options != NULL))

Completed in 31 milliseconds