Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Dhistory.c156 if ((hrev = rcs_head_get(cf->file_rcs)) == NULL) in cvs_history_add()
H A Drcs.h207 RCSNUM *rcs_head_get(RCSFILE *);
H A Dcommit.c457 rrev = rcs_head_get(cf->file_rcs); in cvs_commit_local()
458 crev = rcs_head_get(cf->file_rcs); in cvs_commit_local()
H A Dadd.c424 head = rcs_head_get(cf->file_rcs); in add_file()
H A Dupdate.c356 if ((cf->file_rcsrev = rcs_head_get(cf->file_rcs)) == NULL) in cvs_update_local()
H A Drcs.c444 rcs_head_get(RCSFILE *file) in rcs_head_get() function