Symbol: cvs_file
usr.bin/cvs/add.c
137
cvs_add_entry(struct cvs_file *cf)
usr.bin/cvs/add.c
157
cvs_add_local(struct cvs_file *cf)
usr.bin/cvs/add.c
182
cvs_add_remote(struct cvs_file *cf)
usr.bin/cvs/add.c
230
cvs_add_tobranch(struct cvs_file *cf, char *tag)
usr.bin/cvs/add.c
300
add_directory(struct cvs_file *cf)
usr.bin/cvs/add.c
33
void cvs_add_entry(struct cvs_file *);
usr.bin/cvs/add.c
34
void cvs_add_remote(struct cvs_file *);
usr.bin/cvs/add.c
36
static void add_directory(struct cvs_file *);
usr.bin/cvs/add.c
37
static void add_file(struct cvs_file *);
usr.bin/cvs/add.c
38
static void add_entry(struct cvs_file *);
usr.bin/cvs/add.c
410
add_file(struct cvs_file *cf)
usr.bin/cvs/add.c
497
add_entry(struct cvs_file *cf)
usr.bin/cvs/admin.c
214
cvs_admin_local(struct cvs_file *cf)
usr.bin/cvs/admin.c
246
struct cvs_file *ocf;
usr.bin/cvs/admin.c
35
void cvs_admin_local(struct cvs_file *);
usr.bin/cvs/annotate.c
154
cvs_annotate_local(struct cvs_file *cf)
usr.bin/cvs/annotate.c
31
void cvs_annotate_local(struct cvs_file *);
usr.bin/cvs/checkout.c
483
cvs_checkout_file(struct cvs_file *cf, RCSNUM *rnum, char *tag, int co_flags)
usr.bin/cvs/client.c
457
cvs_client_sendfile(struct cvs_file *cf)
usr.bin/cvs/commit.c
289
cvs_commit_lock_dirs(struct cvs_file *cf)
usr.bin/cvs/commit.c
301
cvs_commit_check_files(struct cvs_file *cf)
usr.bin/cvs/commit.c
31
void cvs_commit_local(struct cvs_file *);
usr.bin/cvs/commit.c
32
void cvs_commit_check_files(struct cvs_file *);
usr.bin/cvs/commit.c
34
void cvs_commit_lock_dirs(struct cvs_file *);
usr.bin/cvs/commit.c
36
static BUF *commit_diff(struct cvs_file *, RCSNUM *, int);
usr.bin/cvs/commit.c
37
static void commit_desc_set(struct cvs_file *);
usr.bin/cvs/commit.c
399
cvs_commit_local(struct cvs_file *cf)
usr.bin/cvs/commit.c
687
commit_diff(struct cvs_file *cf, RCSNUM *rev, int reverse)
usr.bin/cvs/commit.c
728
commit_desc_set(struct cvs_file *cf)
usr.bin/cvs/cvs.h
158
void cvs_history_add(int, struct cvs_file *, const char *);
usr.bin/cvs/cvs.h
176
void (*enterdir)(struct cvs_file *);
usr.bin/cvs/cvs.h
177
void (*leavedir)(struct cvs_file *);
usr.bin/cvs/cvs.h
178
void (*fileproc)(struct cvs_file *);
usr.bin/cvs/cvs.h
345
void cvs_add_tobranch(struct cvs_file *, char *);
usr.bin/cvs/cvs.h
385
void cvs_update_local(struct cvs_file *);
usr.bin/cvs/cvs.h
386
void cvs_update_enterdir(struct cvs_file *);
usr.bin/cvs/cvs.h
387
void cvs_update_leavedir(struct cvs_file *);
usr.bin/cvs/cvs.h
388
void cvs_checkout_file(struct cvs_file *, RCSNUM *, char *, int);
usr.bin/cvs/cvs.h
389
void cvs_remove_local(struct cvs_file *);
usr.bin/cvs/cvs.h
390
void cvs_add_local(struct cvs_file *);
usr.bin/cvs/cvs.h
391
int update_has_conflict_markers(struct cvs_file *);
usr.bin/cvs/cvs.h
392
void cvs_backup_file(struct cvs_file *);
usr.bin/cvs/diff.c
301
cvs_diff_local(struct cvs_file *cf)
usr.bin/cvs/diff.c
33
void cvs_diff_local(struct cvs_file *);
usr.bin/cvs/diff.h
105
void cvs_merge_file(struct cvs_file *, int);
usr.bin/cvs/diff3.c
157
cvs_merge_file(struct cvs_file *cf, int verbose)
usr.bin/cvs/edit.c
259
cvs_edit_local(struct cvs_file *cf)
usr.bin/cvs/edit.c
320
cvs_editors_local(struct cvs_file *cf)
usr.bin/cvs/edit.c
325
cvs_unedit_local(struct cvs_file *cf)
usr.bin/cvs/edit.c
38
static void cvs_edit_local(struct cvs_file *);
usr.bin/cvs/edit.c
39
static void cvs_editors_local(struct cvs_file *);
usr.bin/cvs/edit.c
40
static void cvs_unedit_local(struct cvs_file *);
usr.bin/cvs/edit.c
42
static RCSNUM *cvs_base_handle(struct cvs_file *, int);
usr.bin/cvs/edit.c
425
cvs_base_handle(struct cvs_file *cf, int flags)
usr.bin/cvs/file.c
229
struct cvs_file *
usr.bin/cvs/file.c
234
struct cvs_file *cf;
usr.bin/cvs/file.c
266
struct cvs_file *cf;
usr.bin/cvs/file.c
398
cvs_file_walkdir(struct cvs_file *cf, struct cvs_recursion *cr)
usr.bin/cvs/file.c
645
cvs_file_classify(struct cvs_file *cf, const char *tag)
usr.bin/cvs/file.c
980
cvs_file_free(struct cvs_file *cf)
usr.bin/cvs/file.h
106
void cvs_file_classify(struct cvs_file *, const char *);
usr.bin/cvs/file.h
107
void cvs_file_free(struct cvs_file *);
usr.bin/cvs/file.h
110
void cvs_file_walkdir(struct cvs_file *, struct cvs_recursion *);
usr.bin/cvs/file.h
120
struct cvs_file *cvs_file_get_cf(const char *, const char *, const char *,
usr.bin/cvs/file.h
94
TAILQ_HEAD(cvs_flist, cvs_file);
usr.bin/cvs/getlog.c
199
cvs_log_local(struct cvs_file *cf)
usr.bin/cvs/getlog.c
41
void cvs_log_local(struct cvs_file *);
usr.bin/cvs/history.c
64
cvs_history_add(int type, struct cvs_file *cf, const char *argument)
usr.bin/cvs/import.c
228
cvs_import_local(struct cvs_file *cf)
usr.bin/cvs/import.c
30
void cvs_import_local(struct cvs_file *);
usr.bin/cvs/import.c
304
import_new(struct cvs_file *cf)
usr.bin/cvs/import.c
33
static void import_new(struct cvs_file *);
usr.bin/cvs/import.c
36
static void import_update(struct cvs_file *);
usr.bin/cvs/import.c
37
static void import_tag(struct cvs_file *, RCSNUM *, RCSNUM *);
usr.bin/cvs/import.c
38
static BUF *import_get_rcsdiff(struct cvs_file *, RCSNUM *);
usr.bin/cvs/import.c
390
import_update(struct cvs_file *cf)
usr.bin/cvs/import.c
457
import_tag(struct cvs_file *cf, RCSNUM *branch, RCSNUM *newrev)
usr.bin/cvs/import.c
470
import_get_rcsdiff(struct cvs_file *cf, RCSNUM *rev)
usr.bin/cvs/release.c
182
release_check_files(struct cvs_file *cf)
usr.bin/cvs/release.c
26
void cvs_release_local(struct cvs_file *);
usr.bin/cvs/release.c
28
static void release_check_files(struct cvs_file *);
usr.bin/cvs/release.c
95
cvs_release_local(struct cvs_file *cf)
usr.bin/cvs/remote.c
247
cvs_remote_classify_file(struct cvs_file *cf)
usr.bin/cvs/remote.h
121
void cvs_remote_classify_file(struct cvs_file *);
usr.bin/cvs/remote.h
74
void cvs_client_sendfile(struct cvs_file *);
usr.bin/cvs/remote.h
95
void cvs_server_update_entry(const char *, struct cvs_file *cf);
usr.bin/cvs/remove.c
125
cvs_remove_force(struct cvs_file *cf)
usr.bin/cvs/remove.c
138
cvs_remove_local(struct cvs_file *cf)
usr.bin/cvs/remove.c
28
void cvs_remove_force(struct cvs_file *);
usr.bin/cvs/server.c
775
cvs_server_update_entry(const char *resp, struct cvs_file *cf)
usr.bin/cvs/status.c
120
cvs_status_local(struct cvs_file *cf)
usr.bin/cvs/status.c
27
void cvs_status_local(struct cvs_file *);
usr.bin/cvs/tag.c
238
cvs_tag_check_files(struct cvs_file *cf)
usr.bin/cvs/tag.c
31
void cvs_tag_check_files(struct cvs_file *);
usr.bin/cvs/tag.c
32
void cvs_tag_local(struct cvs_file *);
usr.bin/cvs/tag.c
326
cvs_tag_local(struct cvs_file *cf)
usr.bin/cvs/tag.c
34
static int tag_del(struct cvs_file *);
usr.bin/cvs/tag.c
35
static int tag_add(struct cvs_file *);
usr.bin/cvs/tag.c
380
tag_del(struct cvs_file *cf)
usr.bin/cvs/tag.c
392
tag_add(struct cvs_file *cf)
usr.bin/cvs/update.c
194
cvs_update_enterdir(struct cvs_file *cf)
usr.bin/cvs/update.c
238
cvs_update_leavedir(struct cvs_file *cf)
usr.bin/cvs/update.c
316
cvs_update_local(struct cvs_file *cf)
usr.bin/cvs/update.c
46
static void update_clear_conflict(struct cvs_file *);
usr.bin/cvs/update.c
47
static void update_join_file(struct cvs_file *);
usr.bin/cvs/update.c
497
update_clear_conflict(struct cvs_file *cf)
usr.bin/cvs/update.c
532
update_has_conflict_markers(struct cvs_file *cf)
usr.bin/cvs/update.c
576
update_join_file(struct cvs_file *cf)
usr.bin/cvs/update.c
716
cvs_backup_file(struct cvs_file *cf)
usr.bin/cvs/watch.c
223
cvs_watch_local(struct cvs_file *cf)
usr.bin/cvs/watch.c
228
cvs_watchers_local(struct cvs_file *cf)
usr.bin/cvs/watch.c
33
static void cvs_watch_local(struct cvs_file *);
usr.bin/cvs/watch.c
34
static void cvs_watchers_local(struct cvs_file *);