Lines Matching refs:cf
154 cvs_annotate_local(struct cvs_file *cf) in cvs_annotate_local() argument
163 cvs_log(LP_TRACE, "cvs_annotate_local(%s)", cf->file_path); in cvs_annotate_local()
165 cvs_file_classify(cf, cvs_directory_tag); in cvs_annotate_local()
167 if (cf->file_rcs == NULL || cf->file_rcs->rf_head == NULL) in cvs_annotate_local()
172 cf->file_rcs)) == NULL) { in cvs_annotate_local()
183 rcsnum_cpy(cf->file_rcs->rf_head, rev, 0); in cvs_annotate_local()
200 rcs_rev_getlines(cf->file_rcs, bnum, &alines); in cvs_annotate_local()
207 rcs_annotate_getlines(cf->file_rcs, rev, &alines); in cvs_annotate_local()
212 rcs_rev_getlines(cf->file_rcs, (cvs_specified_date != -1 || in cvs_annotate_local()
213 cvs_directory_date != -1) ? cf->file_rcsrev : in cvs_annotate_local()
214 cf->file_rcs->rf_head, &alines); in cvs_annotate_local()
221 cvs_log(LP_RCS, "Annotations for %s", cf->file_path); in cvs_annotate_local()