Home
last modified time | relevance | path

Searched refs:RCSNode (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Drcs.h116 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 …]
Drcs.c54 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 …]
Dlog.c109 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 …]
Dcommit.c32 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;
Dcvs.h426 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;
Dtag.c34 static int rtag_delete PROTO((RCSNode *rcsfile));
636 RCSNode *rcsfile;
779 RCSNode *rcsfile; in rtag_delete()
1055 RCSNode *rcsdata;
Drcscmds.c237 RCSNode *rcs; in RCS_merge()
380 RCSNode *rcsfile; in RCS_exec_rcsdiff()
Dimport.c24 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()
Dstatus.c21 static RCSNode *xrcsnode;
Dvers_ts.c32 RCSNode *rcsdata;
Dmkmodules.c566 RCSNode *rcsnode;
Dpatch.c379 RCSNode *rcsfile;
Dadmin.c554 RCSNode *rcs, *rcs2;
Drecurse.c822 finfo->rcs = (RCSNode *) NULL;
DChangeLog-97785 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.
DChangeLog-961112 (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
DChangeLog-9395942 "do the right thing" with a bogus RCSNode argument.