Searched refs:commitpt (Results 1 – 1 of 1) sorted by relevance
5012 RCSVers *delta, *commitpt; in RCS_checkin() local5030 commitpt = NULL; in RCS_checkin()5288 commitpt = RCS_findlock_or_tip (rcs); in RCS_checkin()5289 if (commitpt == NULL) in RCS_checkin()5294 else if (commitpt->next == NULL in RCS_checkin()5295 || STREQ (commitpt->version, rcs->head)) in RCS_checkin()5296 delta->version = increment_revnum (commitpt->version); in RCS_checkin()5298 delta->version = RCS_addbranch (rcs, commitpt->version); in RCS_checkin()5393 commitpt = nodep->data; in RCS_checkin()5404 nodep = findnode (RCS_getlocks (rcs), commitpt->version); in RCS_checkin()[all …]