/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.h | 127 typedef struct rcsnode RCSNode; typedef 197 RCSNode *RCS_parse (const char *file, const char *repos); 198 RCSNode *RCS_parsercsfile (const char *rcsfile); 199 void RCS_fully_parse (RCSNode *); 200 void RCS_reparsercsfile (RCSNode *, FILE **, struct rcsbuffer *); 201 extern int RCS_setattic (RCSNode *, int); 204 char *RCS_getdate (RCSNode * rcs, const char *date, int force_tag_match); 205 char *RCS_gettag (RCSNode * rcs, const char *symtag, int force_tag_match, 207 int RCS_exist_rev (RCSNode *rcs, char *rev); 208 int RCS_exist_tag (RCSNode *rcs, char *tag); [all …]
|
H A D | rcs.c | 73 static RCSNode *RCS_parsercsfile_i (FILE * fp, const char *rcsfile); 74 static char *RCS_getdatebranch (RCSNode * rcs, const char *date, 93 static void rcsbuf_cache (RCSNode *, struct rcsbuffer *); 95 static void rcsbuf_cache_open (RCSNode *, off_t, FILE **, struct rcsbuffer *); 100 static void free_rcsnode_contents (RCSNode *); 103 static char *translate_symtag (RCSNode *, const char *); 104 static char *RCS_addbranch (RCSNode *, const char *); 109 static void expand_keywords (RCSNode *, RCSVers *, const char *, 116 static Deltatext *RCS_getdeltatext (RCSNode *, FILE *, struct rcsbuffer *); 119 static void RCS_putadmin (RCSNode *, FILE *); [all …]
|
H A D | log.c | 120 RCSNode *rcs; 133 static struct revlist *log_expand_revlist (RCSNode *, char *, 137 RCSNode *, RCSVers *); 143 RCSNode *, const char *); 145 RCSNode *, const char *); 147 RCSNode *, RCSVers *, int); 803 RCSNode *rcsfile; in log_fileproc() 1056 log_expand_revlist (RCSNode *rcs, char *baserev, in log_expand_revlist() 1338 RCSNode *rcs, RCSVers *vnode) in log_version_requested() 1546 log_tree (struct log_data *log_data, struct revlist *revlist, RCSNode *rcs, in log_tree() [all …]
|
H A D | cvs.h | 433 int RCS_merge (RCSNode *, const char *, const char *, const char *, 444 int RCS_exec_rcsdiff (RCSNode *rcsfile, int diff_argc, 560 RCSNode *rcs; 789 RCSNode *srcfile;
|
H A D | commit.c | 38 RCSNode **rcsnode); 51 static int lock_RCS (const char *user, RCSNode *rcs, const char *rev, 59 static void fixbranch (RCSNode *, char *branch); 60 static void unlockrcs (RCSNode *rcs); 1931 unlockrcs (RCSNode *rcs) in unlockrcs() 1954 RCSNode *rcsfile; in fixaddfile() 1975 fixbranch (RCSNode *rcs, char *branch) in fixbranch() 2020 const char *options, RCSNode **rcsnode) in checkaddfile() 2022 RCSNode *rcs; in checkaddfile() 2382 lock_RCS (const char *user, RCSNode *rcs, const char *rev, in lock_RCS()
|
H A D | rcscmds.c | 213 RCS_merge (RCSNode *rcs, const char *path, const char *workfile, in RCS_merge() 353 RCS_exec_rcsdiff (RCSNode *rcsfile, int diff_argc, in RCS_exec_rcsdiff()
|
H A D | subr.h | 32 char *previous_rev (RCSNode *rcs, const char *rev);
|
H A D | tag.c | 43 static int rtag_delete (RCSNode *rcsfile); 983 RCSNode *rcsfile; in rtag_fileproc() 1169 rtag_delete (RCSNode *rcsfile) in rtag_delete() 1483 RCSNode *rcsdata; in val_fileproc()
|
H A D | import.c | 31 static int add_rev (char *message, RCSNode *rcs, char *vfile, 33 static int add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc, 772 add_rev (char *message, RCSNode *rcs, char *vfile, char *vers) in add_rev() 832 add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc, char **targv) in add_tags()
|
H A D | status.c | 28 static RCSNode *xrcsnode;
|
H A D | vers_ts.c | 47 RCSNode *rcsdata; in Version_TS()
|
H A D | mkmodules.c | 959 RCSNode *rcsnode; in checkout_file()
|
H A D | patch.c | 389 RCSNode *rcsfile; in patch_fileproc()
|
H A D | admin.c | 691 RCSNode *rcs, *rcs2; in admin_fileproc()
|
H A D | subr.c | 375 previous_rev (RCSNode *rcs, const char *rev) in previous_rev()
|
H A D | ChangeLog-97 | 785 to RCSNode, so we can update RCSNode without re-reading from 853 * rcs.c (RCS_reparsercsfile, expand_keywords): Use new RCSNode members. 855 * log.c (log_fileproc): Use new RCSNode members instead of ->other.
|
H A D | ChangeLog-96 | 1112 (remove_file): Update RCSNode path if the file is renamed. 1113 (unblockrcs): Change rcs parameter to RCSNode. Change all 1117 (checkaddfile): Update RCSNode path if the file is renamed. After 1119 the passed in RCSNode if there is one, rather than calling 1122 * import.c (add_rev): Change rcs parameter to RCSNode. Change all
|
H A D | ChangeLog-9395 | 942 "do the right thing" with a bogus RCSNode argument.
|
H A D | ChangeLog | 827 * rcs.h (RCSNode): Improve comment. 7422 * rcs.h (RCSNode): Add a field for the original path to print with
|