| /openbsd/src/usr.bin/cvs/ |
| D | rcs.h | 42 #define RCS_HEAD_REV ((RCSNUM *)(-1)) 135 } RCSNUM; typedef 144 RCSNUM *rs_num; 150 RCSNUM *rl_num; 156 RCSNUM *rb_num; 163 RCSNUM *rd_num; 164 RCSNUM *rd_next; 187 RCSNUM *rf_head; 188 RCSNUM *rf_branch; 207 RCSNUM *rcs_head_get(RCSFILE *); [all …]
|
| D | rcsnum.c | 35 static void rcsnum_setsize(RCSNUM *, u_int); 43 RCSNUM * 46 RCSNUM *rnp; in rcsnum_alloc() 61 rcsnum_addmagic(RCSNUM *rn) in rcsnum_addmagic() 77 RCSNUM * 81 RCSNUM *num; in rcsnum_parse() 102 rcsnum_tostr(const RCSNUM *nump, char *buf, size_t blen) in rcsnum_tostr() 151 rcsnum_cpy(const RCSNUM *nsrc, RCSNUM *ndst, u_int depth) in rcsnum_cpy() 174 rcsnum_cmp(RCSNUM *n1, RCSNUM *n2, u_int depth) in rcsnum_cmp() 218 rcsnum_aton(const char *str, const char **ep, RCSNUM *nump) in rcsnum_aton() [all …]
|
| D | diff.h | 115 extern RCSNUM *diff_rev1; 116 extern RCSNUM *diff_rev2; 117 extern RCSNUM *d3rev1; 118 extern RCSNUM *d3rev2;
|
| D | rcs.c | 140 static RCSNUM *rcs_get_revision(const char *, RCSFILE *); 443 RCSNUM * 448 RCSNUM *rev, *rootrev; in rcs_head_get() 497 rcs_head_set(RCSFILE *file, RCSNUM *rev) in rcs_head_set() 515 RCSNUM * 516 rcs_branch_new(RCSFILE *file, RCSNUM *rev) in rcs_branch_new() 518 RCSNUM *brev; in rcs_branch_new() 549 const RCSNUM * 562 rcs_branch_set(RCSFILE *file, const RCSNUM *bnum) in rcs_branch_set() 633 rcs_sym_add(RCSFILE *rfp, const char *sym, RCSNUM *snum) in rcs_sym_add() [all …]
|
| D | import.c | 37 static void import_tag(struct cvs_file *, RCSNUM *, RCSNUM *); 38 static BUF *import_get_rcsdiff(struct cvs_file *, RCSNUM *); 313 RCSNUM *branch, *brev; in import_new() 395 RCSNUM *newrev, *rev, *brev; 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 | rcsparse.h | 18 int rcsparse_deltas(RCSFILE *, RCSNUM *); 19 int rcsparse_deltatexts(RCSFILE *, RCSNUM *);
|
| D | edit.c | 42 static RCSNUM *cvs_base_handle(struct cvs_file *, int); 333 RCSNUM *ba_rev; in cvs_unedit_local() 424 static RCSNUM * 428 RCSNUM *ba_rev; in cvs_base_handle()
|
| D | cvs.h | 257 RCSNUM *ce_rev; 388 void cvs_checkout_file(struct cvs_file *, RCSNUM *, char *, int);
|
| D | file.h | 52 RCSNUM *file_rcsrev;
|
| D | commit.c | 36 static BUF *commit_diff(struct cvs_file *, RCSNUM *, int); 304 RCSNUM *branch, *brev; in cvs_commit_check_files() 404 RCSNUM *nrev, *crev, *rrev, *brev; in cvs_commit_local() 687 commit_diff(struct cvs_file *cf, RCSNUM *rev, int reverse) in commit_diff()
|
| D | tag.c | 240 RCSNUM *srev = NULL, *rev = NULL; in cvs_tag_check_files() 396 RCSNUM *srev, *trev; in tag_add()
|
| D | rcsparse.c | 86 RCSNUM *rev; 263 rcsparse_deltas(RCSFILE *rfp, RCSNUM *rev) in rcsparse_deltas() 302 rcsparse_deltatexts(RCSFILE *rfp, RCSNUM *rev) in rcsparse_deltatexts() 888 RCSNUM *datenum; in rcsparse_token()
|
| /openbsd/src/usr.bin/rcs/ |
| D | rcs.h | 45 #define RCS_HEAD_REV ((RCSNUM *)(-1)) 152 } RCSNUM; typedef 161 RCSNUM *rs_num; 167 RCSNUM *rl_num; 173 RCSNUM *rb_num; 180 RCSNUM *rd_num; 181 RCSNUM *rd_next; 203 RCSNUM *rf_head; 204 RCSNUM *rf_branch; 222 int rcs_head_set(RCSFILE *, RCSNUM *); [all …]
|
| D | rcsnum.c | 39 static void rcsnum_setsize(RCSNUM *, u_int); 49 RCSNUM * 52 RCSNUM *rnp; in rcsnum_alloc() 68 rcsnum_addmagic(RCSNUM *rn) in rcsnum_addmagic() 84 RCSNUM * 88 RCSNUM *num; in rcsnum_parse() 107 rcsnum_free(RCSNUM *rn) in rcsnum_free() 125 rcsnum_tostr(const RCSNUM *nump, char *buf, size_t blen) in rcsnum_tostr() 175 rcsnum_cpy(const RCSNUM *nsrc, RCSNUM *ndst, u_int depth) in rcsnum_cpy() 200 rcsnum_cmp(const RCSNUM *n1, const RCSNUM *n2, u_int depth) in rcsnum_cmp() [all …]
|
| D | diff.h | 111 BUF *rcs_diff3(RCSFILE *, char *, RCSNUM *, RCSNUM *, int); 123 extern RCSNUM *diff_rev1; 124 extern RCSNUM *diff_rev2;
|
| D | rcsparse.h | 18 int rcsparse_deltas(RCSFILE *, RCSNUM *); 19 int rcsparse_deltatexts(RCSFILE *, RCSNUM *);
|
| D | rcsdiff.c | 40 static int rcsdiff_file(RCSFILE *, RCSNUM *, const char *, int); 41 static int rcsdiff_rev(RCSFILE *, RCSNUM *, RCSNUM *, int); 52 RCSNUM *rev1, *rev2; in rcsdiff_main() 272 rcsdiff_file(RCSFILE *file, RCSNUM *rev, const char *filename, int dflags) in rcsdiff_file() 360 rcsdiff_rev(RCSFILE *file, RCSNUM *rev1, RCSNUM *rev2, int dflags) in rcsdiff_rev()
|
| D | ci.c | 71 RCSNUM *frev, *newrev; 81 static char *checkin_getlogmsg(RCSNUM *, RCSNUM *, int); 83 static int checkin_keywordscan(BUF *, RCSNUM **, time_t *, char **, 87 static void checkin_parsekeyword(char *, RCSNUM **, time_t *, char **, 388 checkin_getlogmsg(RCSNUM *rev, RCSNUM *rev2, int flags) in checkin_getlogmsg() 393 RCSNUM *tmprev; in checkin_getlogmsg() 842 checkin_keywordscan(BUF *data, RCSNUM **rev, time_t *date, char **author, in checkin_keywordscan() 956 checkin_parsekeyword(char *keystring, RCSNUM **rev, time_t *date, in checkin_parsekeyword()
|
| D | rcs.c | 432 rcs_head_set(RCSFILE *file, RCSNUM *rev) in rcs_head_set() 453 const RCSNUM * 525 rcs_sym_add(RCSFILE *rfp, const char *sym, RCSNUM *snum) in rcs_sym_add() 599 RCSNUM * 602 RCSNUM *num; in rcs_sym_getrev() 693 rcs_lock_add(RCSFILE *file, const char *user, RCSNUM *rev) in rcs_lock_add() 735 rcs_lock_remove(RCSFILE *file, const char *user, RCSNUM *rev) in rcs_lock_remove() 905 rcs_getrev(RCSFILE *rfp, RCSNUM *frev) in rcs_getrev() 910 RCSNUM *crev, *rev, *brev; in rcs_getrev() 1110 rcs_rev_add(RCSFILE *rf, RCSNUM *rev, const char *msg, time_t date, in rcs_rev_add() [all …]
|
| D | co.c | 44 static int checkout_file_has_diffs(RCSFILE *, RCSNUM *, const char *); 50 RCSNUM *rev; in checkout_main() 241 checkout_rev(RCSFILE *file, RCSNUM *frev, const char *dst, int flags, in checkout_rev() 256 RCSNUM *rev; in checkout_rev() 536 checkout_file_has_diffs(RCSFILE *rfp, RCSNUM *frev, const char *dst) in checkout_file_has_diffs()
|
| D | rcsprog.c | 192 RCSNUM *logrev; in rcs_main() 439 RCSNUM *rev; in rcs_main() 471 RCSNUM *rev; in rcs_main() 556 RCSNUM *rev; in rcs_attach_symbol()
|
| D | rcsutil.h | 56 RCSNUM *rcs_getrevnum(const char *, RCSFILE *);
|
| D | rcsprog.h | 94 int checkout_rev(RCSFILE *, RCSNUM *, const char *,
|
| D | rcsutil.c | 310 RCSNUM * 313 RCSNUM *rev; in rcs_getrevnum() 370 RCSNUM lnum, rnum; in rcs_rev_select()
|
| D | rcsparse.c | 86 RCSNUM *rev; 263 rcsparse_deltas(RCSFILE *rfp, RCSNUM *rev) in rcsparse_deltas() 302 rcsparse_deltatexts(RCSFILE *rfp, RCSNUM *rev) in rcsparse_deltatexts() 888 RCSNUM *datenum; in rcsparse_token()
|