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