Searched refs:RCSNode (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | rcs.h | 116 typedef struct rcsnode RCSNode; typedef 188 RCSNode *RCS_parse PROTO((const char *file, const char *repos)); 189 RCSNode *RCS_parsercsfile PROTO((char *rcsfile)); 190 void RCS_fully_parse PROTO((RCSNode *)); 191 void RCS_reparsercsfile PROTO((RCSNode *, FILE **, struct rcsbuffer *)); 192 extern int RCS_setattic PROTO ((RCSNode *, int)); 195 char *RCS_getdate PROTO((RCSNode * rcs, char *date, int force_tag_match)); 196 char *RCS_gettag PROTO((RCSNode * rcs, char *symtag, int force_tag_match, 198 int RCS_exist_rev PROTO((RCSNode *rcs, char *rev)); 199 int RCS_exist_tag PROTO((RCSNode *rcs, char *tag)); [all …]
|
| D | rcs.c | 54 static RCSNode *RCS_parsercsfile_i PROTO((FILE * fp, const char *rcsfile)); 55 static char *RCS_getdatebranch PROTO((RCSNode * rcs, char *date, char *branch)); 74 static void rcsbuf_cache PROTO ((RCSNode *, struct rcsbuffer *)); 76 static void rcsbuf_cache_open PROTO ((RCSNode *, long, FILE **, 82 static void free_rcsnode_contents PROTO((RCSNode *)); 85 static char *translate_symtag PROTO((RCSNode *, const char *)); 86 static char *RCS_addbranch PROTO ((RCSNode *, const char *)); 92 static void expand_keywords PROTO((RCSNode *, RCSVers *, const char *, 100 static Deltatext *RCS_getdeltatext PROTO ((RCSNode *, FILE *, 104 static void RCS_putadmin PROTO ((RCSNode *, FILE *)); [all …]
|
| D | log.c | 109 RCSNode *rcs; 122 static struct revlist *log_expand_revlist PROTO ((RCSNode *, 127 RCSNode *, RCSVers *)); 133 RCSNode *, const char *)); 135 RCSNode *, const char *)); 137 RCSNode *, RCSVers *, int)); 785 RCSNode *rcsfile; 997 RCSNode *rcs; in log_expand_revlist() 1216 RCSNode *rcs; 1428 RCSNode *rcs; [all …]
|
| D | commit.c | 32 char *options, RCSNode **rcsnode)); 46 static int lock_RCS PROTO((char *user, RCSNode *rcs, char *rev, 53 static void fixbranch PROTO((RCSNode *, char *branch)); 54 static void unlockrcs PROTO((RCSNode *rcs)); 1813 RCSNode *rcs; in unlockrcs() 1832 RCSNode *rcsfile; 1855 RCSNode *rcs; in fixbranch() 1881 RCSNode **rcsnode; 1888 RCSNode *rcsfile = NULL; 2214 RCSNode *rcs;
|
| D | cvs.h | 426 int RCS_merge PROTO((RCSNode *, char *, char *, char *, char *, char *)); 435 extern int RCS_exec_rcsdiff PROTO ((RCSNode *rcsfile, 633 RCSNode *rcs; 763 RCSNode *srcfile;
|
| D | tag.c | 34 static int rtag_delete PROTO((RCSNode *rcsfile)); 636 RCSNode *rcsfile; 779 RCSNode *rcsfile; in rtag_delete() 1055 RCSNode *rcsdata;
|
| D | rcscmds.c | 237 RCSNode *rcs; in RCS_merge() 380 RCSNode *rcsfile; in RCS_exec_rcsdiff()
|
| D | import.c | 24 static int add_rev PROTO((char *message, RCSNode *rcs, char *vfile, 26 static int add_tags PROTO((RCSNode *rcs, char *vfile, char *vtag, int targc, 701 RCSNode *rcs; 764 RCSNode *rcs; in add_tags()
|
| D | status.c | 21 static RCSNode *xrcsnode;
|
| D | vers_ts.c | 32 RCSNode *rcsdata;
|
| D | mkmodules.c | 566 RCSNode *rcsnode;
|
| D | patch.c | 379 RCSNode *rcsfile;
|
| D | admin.c | 554 RCSNode *rcs, *rcs2;
|
| D | recurse.c | 822 finfo->rcs = (RCSNode *) NULL;
|
| 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.
|
| 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
|
| D | ChangeLog-9395 | 942 "do the right thing" with a bogus RCSNode argument.
|