HomeSort by: relevance | last modified time | path
    Searched refs:RCS_unlock (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
checkin.c 159 (void) RCS_unlock (finfo->rcs, NULL, 1);
rcs.h 241 int RCS_unlock (RCSNode *, char *, int);
admin.c 1058 status |= RCS_unlock (rcs, arg[2] ? arg + 2 : NULL, 0);
import.c 817 (void) RCS_unlock (rcs, vbranch, 0);
commit.c 1935 if ((retcode = RCS_unlock (rcs, NULL, 1)) != 0)
rcs.c 4729 to the code in RCS_unlock -- perhaps it could be abstracted
6031 lock and notify them. It is an open issue whether RCS_unlock
6034 RCS_unlock (RCSNode *rcs, char *rev, int unlock_quiet)
6113 them. Note that this shouldn't ever happen if RCS_unlock

Completed in 98 milliseconds