Home
last modified time | relevance | path

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

/openbsd/usr.bin/rcs/
H A Drlog.c387 if (rcs_branch_get(file) != NULL) { in rlog_file()
388 printf(" %s", rcsnum_tostr(rcs_branch_get(file), in rlog_file()
H A Drcs.h223 const RCSNUM *rcs_branch_get(RCSFILE *);
H A Drcs.c454 rcs_branch_get(RCSFILE *file) in rcs_branch_get() function
/openbsd/usr.bin/cvs/
H A Dgetlog.c254 if (rcs_branch_get(cf->file_rcs) != NULL) { in cvs_log_local()
255 cvs_printf(" %s", rcsnum_tostr(rcs_branch_get(cf->file_rcs), in cvs_log_local()
H A Drcs.h210 const RCSNUM *rcs_branch_get(RCSFILE *);
H A Drcs.c550 rcs_branch_get(RCSFILE *file) in rcs_branch_get() function