cvs_file
cvs_add_entry(struct cvs_file *cf)
cvs_add_local(struct cvs_file *cf)
cvs_add_remote(struct cvs_file *cf)
cvs_add_tobranch(struct cvs_file *cf, char *tag)
add_directory(struct cvs_file *cf)
void cvs_add_entry(struct cvs_file *);
void cvs_add_remote(struct cvs_file *);
static void add_directory(struct cvs_file *);
static void add_file(struct cvs_file *);
static void add_entry(struct cvs_file *);
add_file(struct cvs_file *cf)
add_entry(struct cvs_file *cf)
cvs_admin_local(struct cvs_file *cf)
struct cvs_file *ocf;
void cvs_admin_local(struct cvs_file *);
cvs_annotate_local(struct cvs_file *cf)
void cvs_annotate_local(struct cvs_file *);
cvs_checkout_file(struct cvs_file *cf, RCSNUM *rnum, char *tag, int co_flags)
cvs_client_sendfile(struct cvs_file *cf)
cvs_commit_lock_dirs(struct cvs_file *cf)
cvs_commit_check_files(struct cvs_file *cf)
void cvs_commit_local(struct cvs_file *);
void cvs_commit_check_files(struct cvs_file *);
void cvs_commit_lock_dirs(struct cvs_file *);
static BUF *commit_diff(struct cvs_file *, RCSNUM *, int);
static void commit_desc_set(struct cvs_file *);
cvs_commit_local(struct cvs_file *cf)
commit_diff(struct cvs_file *cf, RCSNUM *rev, int reverse)
commit_desc_set(struct cvs_file *cf)
void cvs_history_add(int, struct cvs_file *, const char *);
void (*enterdir)(struct cvs_file *);
void (*leavedir)(struct cvs_file *);
void (*fileproc)(struct cvs_file *);
void cvs_add_tobranch(struct cvs_file *, char *);
void cvs_update_local(struct cvs_file *);
void cvs_update_enterdir(struct cvs_file *);
void cvs_update_leavedir(struct cvs_file *);
void cvs_checkout_file(struct cvs_file *, RCSNUM *, char *, int);
void cvs_remove_local(struct cvs_file *);
void cvs_add_local(struct cvs_file *);
int update_has_conflict_markers(struct cvs_file *);
void cvs_backup_file(struct cvs_file *);
cvs_diff_local(struct cvs_file *cf)
void cvs_diff_local(struct cvs_file *);
void cvs_merge_file(struct cvs_file *, int);
cvs_merge_file(struct cvs_file *cf, int verbose)
cvs_edit_local(struct cvs_file *cf)
cvs_editors_local(struct cvs_file *cf)
cvs_unedit_local(struct cvs_file *cf)
static void cvs_edit_local(struct cvs_file *);
static void cvs_editors_local(struct cvs_file *);
static void cvs_unedit_local(struct cvs_file *);
static RCSNUM *cvs_base_handle(struct cvs_file *, int);
cvs_base_handle(struct cvs_file *cf, int flags)
struct cvs_file *
struct cvs_file *cf;
struct cvs_file *cf;
cvs_file_walkdir(struct cvs_file *cf, struct cvs_recursion *cr)
cvs_file_classify(struct cvs_file *cf, const char *tag)
cvs_file_free(struct cvs_file *cf)
void cvs_file_classify(struct cvs_file *, const char *);
void cvs_file_free(struct cvs_file *);
void cvs_file_walkdir(struct cvs_file *, struct cvs_recursion *);
struct cvs_file *cvs_file_get_cf(const char *, const char *, const char *,
TAILQ_HEAD(cvs_flist, cvs_file);
cvs_log_local(struct cvs_file *cf)
void cvs_log_local(struct cvs_file *);
cvs_history_add(int type, struct cvs_file *cf, const char *argument)
cvs_import_local(struct cvs_file *cf)
void cvs_import_local(struct cvs_file *);
import_new(struct cvs_file *cf)
static void import_new(struct cvs_file *);
static void import_update(struct cvs_file *);
static void import_tag(struct cvs_file *, RCSNUM *, RCSNUM *);
static BUF *import_get_rcsdiff(struct cvs_file *, RCSNUM *);
import_update(struct cvs_file *cf)
import_tag(struct cvs_file *cf, RCSNUM *branch, RCSNUM *newrev)
import_get_rcsdiff(struct cvs_file *cf, RCSNUM *rev)
release_check_files(struct cvs_file *cf)
void cvs_release_local(struct cvs_file *);
static void release_check_files(struct cvs_file *);
cvs_release_local(struct cvs_file *cf)
cvs_remote_classify_file(struct cvs_file *cf)
void cvs_remote_classify_file(struct cvs_file *);
void cvs_client_sendfile(struct cvs_file *);
void cvs_server_update_entry(const char *, struct cvs_file *cf);
cvs_remove_force(struct cvs_file *cf)
cvs_remove_local(struct cvs_file *cf)
void cvs_remove_force(struct cvs_file *);
cvs_server_update_entry(const char *resp, struct cvs_file *cf)
cvs_status_local(struct cvs_file *cf)
void cvs_status_local(struct cvs_file *);
cvs_tag_check_files(struct cvs_file *cf)
void cvs_tag_check_files(struct cvs_file *);
void cvs_tag_local(struct cvs_file *);
cvs_tag_local(struct cvs_file *cf)
static int tag_del(struct cvs_file *);
static int tag_add(struct cvs_file *);
tag_del(struct cvs_file *cf)
tag_add(struct cvs_file *cf)
cvs_update_enterdir(struct cvs_file *cf)
cvs_update_leavedir(struct cvs_file *cf)
cvs_update_local(struct cvs_file *cf)
static void update_clear_conflict(struct cvs_file *);
static void update_join_file(struct cvs_file *);
update_clear_conflict(struct cvs_file *cf)
update_has_conflict_markers(struct cvs_file *cf)
update_join_file(struct cvs_file *cf)
cvs_backup_file(struct cvs_file *cf)
cvs_watch_local(struct cvs_file *cf)
cvs_watchers_local(struct cvs_file *cf)
static void cvs_watch_local(struct cvs_file *);
static void cvs_watchers_local(struct cvs_file *);