Searched refs:rf_branch (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/usr.bin/cvs/ |
| D | rcs.c | 260 free(rfp->rf_branch); in rcs_close() 326 if (rfp->rf_branch != NULL) { in rcs_write() 327 rcsnum_tostr(rfp->rf_branch, numbuf, sizeof(numbuf)); 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() 465 if (rcsnum_cmp(brp->rb_num, file->rf_branch, 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() [all …]
|
| D | import.c | 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()
|
| D | commit.c | 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()
|
| D | rcs.h | 188 RCSNUM *rf_branch; member
|
| D | rcsparse.c | 657 rfp->rf_branch = pdp->rp_value.rev; in rcsparse_branch()
|
| /openbsd/src/usr.bin/rcs/ |
| D | rcs.h | 204 RCSNUM *rf_branch; member
|
| D | rcs.c | 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()
|
| D | rcsparse.c | 657 rfp->rf_branch = pdp->rp_value.rev; in rcsparse_branch()
|