Searched refs:rf_branch (Results 1 – 8 of 8) sorted by relevance
260 free(rfp->rf_branch); in rcs_close()326 if (rfp->rf_branch != NULL) { in rcs_write()454 if (file->rf_branch != NULL) { in rcs_head_get()458 rcsnum_cpy(file->rf_branch, rootrev, in rcs_head_get()459 file->rf_branch->rn_len - 1); in rcs_head_get()466 file->rf_branch->rn_len) == 0) in rcs_head_get()552 return (file->rf_branch); in rcs_branch_get()564 if (file->rf_branch == NULL) in rcs_branch_set()565 file->rf_branch = rcsnum_alloc(); in rcs_branch_set()567 rcsnum_cpy(bnum, file->rf_branch, 0); in rcs_branch_set()[all …]
424 if (cf->file_rcs->rf_branch != NULL) in import_update()425 rcsnum_tostr(cf->file_rcs->rf_branch, branch, sizeof(branch)); in import_update()427 if (cf->file_rcs->rf_branch == NULL || cf->in_attic == 1 || in import_update()
451 if (cf->file_rcs != NULL && cf->file_rcs->rf_branch != NULL) { in cvs_commit_local()452 free(cf->file_rcs->rf_branch); in cvs_commit_local()453 cf->file_rcs->rf_branch = NULL; in cvs_commit_local()
188 RCSNUM *rf_branch; member
657 rfp->rf_branch = pdp->rp_value.rev; in rcsparse_branch()
204 RCSNUM *rf_branch; member
183 rcsnum_free(rfp->rf_branch); in rcs_close()249 if (rfp->rf_branch != NULL) { in rcs_write()250 rcsnum_tostr(rfp->rf_branch, numbuf, sizeof(numbuf)); in rcs_write()456 return (file->rf_branch); in rcs_branch_get()