Searched refs:RCS_unlock (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcheckin.c159 (void) RCS_unlock (finfo->rcs, NULL, 1);
H A Drcs.h241 int RCS_unlock (RCSNode *, char *, int);
H A Dadmin.c1058 status |= RCS_unlock (rcs, arg[2] ? arg + 2 : NULL, 0);
H A Dimport.c817 (void) RCS_unlock (rcs, vbranch, 0);
H A Dcommit.c1935 if ((retcode = RCS_unlock (rcs, NULL, 1)) != 0)
H A Drcs.c4729 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) function
6113 them. Note that this shouldn't ever happen if RCS_unlock

Completed in 322 milliseconds