Home
last modified time | relevance | path

Searched refs:WriteTag (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dcreate_adm.c169 WriteTag (dir, tag, date, nonbranch, update_dir, repository);
Dupdate.c402 WriteTag ((char *) NULL, tag, date, 0, ".", repos);
854 WriteTag (NULL, tag, date, nonbranch, update_dir, repository);
1029 WriteTag (dir, tag, date, 0, update_dir, repository);
Dcvs.h545 void WriteTag PROTO ((char *dir, char *tag, char *date, int nonbranch,
Dentries.c640 WriteTag (dir, tag, date, nonbranch, update_dir, repository) in WriteTag() function
Dcommit.c1584 WriteTag (NULL, write_dirtag, NULL, write_dirnonbranch,
DChangeLog-972547 * cvs.h, entries.c (WriteTag): Add arguments nonbranch,
2562 (commit_dirleaveproc): Pass it to WriteTag.
2565 (update_filesdoneproc): If rewrite_tag, call WriteTag.
DChangeLog-93953043 * entries.c (WriteTag): Check for error from unlink_file.