Home
last modified time | relevance | path

Searched refs:nonbranch (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dcreate_adm.c25 Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn, in Create_Admin() argument
32 int nonbranch;
46 date ? date : "", nonbranch, warn);
169 WriteTag (dir, tag, date, nonbranch, update_dir, repository);
Dadd.c201 int nonbranch; local
243 ParseTag (&tag, &date, &nonbranch);
249 nonbranch, 0, 1);
449 if (vers->nonbranch)
500 if (vers->nonbranch)
682 int nonbranch; local
699 ParseTag (&tag, &date, &nonbranch);
810 Create_Admin (".", finfo->fullname, rcsdir, tag, date, nonbranch, 0, 1);
Dentries.c488 sdtp->nonbranch = dirnonbranch;
640 WriteTag (dir, tag, date, nonbranch, update_dir, repository) in WriteTag() argument
644 int nonbranch;
667 if (nonbranch)
692 server_set_sticky (update_dir, repository, tag, date, nonbranch);
Dcvs.h337 int nonbranch; member
524 int nonbranch, int warn, int dotemplate));
545 void WriteTag PROTO ((char *dir, char *tag, char *date, int nonbranch,
757 int nonbranch; member
Dserver.h109 char *tag, char *date, int nonbranch));
Dvers_ts.c149 vers_ts->nonbranch = sdtp->nonbranch;
Dupdate.c88 static int nonbranch; variable
405 nonbranch = 0;
607 nonbranch = 1;
854 WriteTag (NULL, tag, date, nonbranch, update_dir, repository);
964 ParseTag (&tag, &date, &nonbranch);
977 nonbranch = 0;
1031 nonbranch = 0;
1081 nonbranch = 0;
Dserver.c4412 server_set_sticky (update_dir, repository, tag, date, nonbranch) in server_set_sticky() argument
4417 int nonbranch;
4443 if (nonbranch)
DChangeLog-972547 * cvs.h, entries.c (WriteTag): Add arguments nonbranch,
2550 * cvs.h, create_adm.c (Create_Admin): New argument nonbranch.
2552 * cvs.h (struct stickydirtag): Add field nonbranch.
2554 * cvs.h (Vers_TS): Add field nonbranch.
2556 * server.c, server.h (server_set_sticky): Add argument nonbranch.
2559 * add.c (add): If nonbranch, don't add the file on that "branch".
2563 * update.c (rewrite_tag, nonbranch): New variables.
DChangeLog-962165 commented out test for adding a file on a nonbranch tag, which CVS