Home
last modified time | relevance | path

Searched refs:rf_dead (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/cvs/
H A Dupdate.c367 cf->file_rcsrev != NULL && !cf->file_rcs->rf_dead && in cvs_update_local()
483 if (cf->file_rcs->rf_dead != 1 && in cvs_update_local()
639 cf->file_rcs->rf_dead == 1) in update_join_file()
H A Dadd.c464 if (cf->file_rcs != NULL && cf->file_rcs->rf_dead == 0) { in add_file()
471 if (cf->file_rcs != NULL && cf->file_rcs->rf_dead == 1) { in add_file()
H A Drcs.h182 int rf_dead; member
H A Dcommit.c515 if (cf->file_rcs->rf_dead == 0) in cvs_commit_local()
606 if (cf->file_rcs->rf_dead == 1) in cvs_commit_local()
H A Dfile.c841 cf->file_rcs->rf_dead = rcsdead; in cvs_file_classify()
H A Drcs.c189 rfp->rf_dead = 0; in rcs_open()