Home
last modified time | relevance | path

Searched refs:Vers_TS (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dvers_ts.c20 static void time_stamp_server (const char *, Vers_TS *, Entnode *);
42 Vers_TS *
48 Vers_TS *vers_ts; in Version_TS()
55 vers_ts = xmalloc (sizeof (Vers_TS)); in Version_TS()
290 time_stamp_server (const char *file, Vers_TS *vers_ts, Entnode *entdata) in time_stamp_server()
442 freevers_ts (Vers_TS **versp) in freevers_ts()
Dclassify.c20 Vers_TS * vers);
43 int force_tag_match, int aflag, Vers_TS **versp, int pipeout) in Classify_File()
45 Vers_TS *vers; in Classify_File()
410 sticky_ck (struct file_info *finfo, int aflag, Vers_TS *vers) in sticky_ck()
Dserver.h68 void server_modtime (struct file_info *finfo, Vers_TS *vers_ts);
116 void server_updated (struct file_info *finfo, Vers_TS *vers,
Ddiff.c44 static enum diff_file diff_file_nodiff (struct file_info *finfo, Vers_TS *vers,
487 Vers_TS *vers; in diff_fileproc()
571 Vers_TS *xvers; in diff_fileproc()
616 Vers_TS *xvers; in diff_fileproc()
964 diff_file_nodiff (struct file_info *finfo, Vers_TS *vers, in diff_file_nodiff()
967 Vers_TS *xvers; in diff_file_nodiff()
Dupdate.c56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
61 Vers_TS *vers_ts,
66 static int merge_file (struct file_info *finfo, Vers_TS *vers);
67 static int scratch_file (struct file_info *finfo, Vers_TS *vers);
82 static void join_file (struct file_info *finfo, Vers_TS *vers_ts);
603 Vers_TS *vers; in update_fileproc()
1183 scratch_file (struct file_info *finfo, Vers_TS *vers) in scratch_file()
1224 checkout_file (struct file_info *finfo, Vers_TS *vers_ts, int adding, in checkout_file()
1313 Vers_TS *xvers_ts; in checkout_file()
1550 patch_file (struct file_info *finfo, Vers_TS *vers_ts, int *docheckout, in patch_file()
[all …]
Dcvs.h791 typedef struct vers_ts Vers_TS; typedef
793 Vers_TS *Version_TS (struct file_info *finfo, char *options, char *tag,
796 void freevers_ts (Vers_TS ** versp);
803 int No_Difference (struct file_info *finfo, Vers_TS *vers);
835 int force_tag_match, int aflag, Vers_TS **versp, int pipeout);
Dno_diff.c28 No_Difference (struct file_info *finfo, Vers_TS *vers) in No_Difference()
Dcheckin.c33 Vers_TS *vers; in Checkin()
Dremove.c161 Vers_TS *vers; in remove_fileproc()
Dstatus.c128 Vers_TS *vers; in status_fileproc()
Dcommit.c219 Vers_TS *vers; in find_fileproc()
717 classify_file_internal (struct file_info *finfo, Vers_TS **vers) in classify_file_internal()
810 Vers_TS *vers; in check_fileproc()
1556 Vers_TS *vers; in commit_fileproc()
Dls.c341 Vers_TS *vers; in ls_fileproc()
Dimport.c688 Vers_TS *vers; in update_rcs_file()
835 Vers_TS *vers; in add_tags()
Dtag.c605 Vers_TS *vers; in check_fileproc()
1226 Vers_TS *vers; in tag_fileproc()
Dadd.c65 Vers_TS *vers; in add()
Dcheckout.c1105 Vers_TS *vers; in checkout_proc()
Dadmin.c687 Vers_TS *vers; in admin_fileproc()
Dedit.c353 Vers_TS *vers; in edit_fileproc()
Dclient.c4288 send_modified (const char *file, const char *short_pathname, Vers_TS *vers) in send_modified()
4447 Vers_TS *vers; in send_fileproc()
5004 Vers_TS vers; in client_process_import_file()
Dhistory.c1320 Vers_TS *vers; in select_hrec()
Dserver.c4959 server_modtime (struct file_info *finfo, Vers_TS *vers_ts) in server_modtime()
4986 Vers_TS *vers, in server_updated()
DChangeLog-972554 * cvs.h (Vers_TS): Add field nonbranch.
DChangeLog-962507 * cvs.h: Move include of server.h after Vers_TS declaration.