Home
last modified time | relevance | path

Searched refs:SEND_NO_CONTENTS (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dclient.h111 #define SEND_NO_CONTENTS 4 macro
H A Dwatch.c340 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
519 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
H A Dannotate.c115 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
H A Dedit.c92 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
1128 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
H A Dadd.c274 send_files (argc, argv, 0, 0, SEND_BUILD_DIRS | SEND_NO_CONTENTS);
H A Dadmin.c505 send_files (argc, argv, 0, 0, SEND_NO_CONTENTS);
H A Ddiff.c348 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
H A Dtag.c234 check_uptodate ? 0 : SEND_NO_CONTENTS);
H A Dlog.c386 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
H A DChangeLog-97391 * add.c (add): Pass SEND_NO_CONTENTS to send_files.
702 * status.c (status): Don't pass SEND_NO_CONTENTS to send_files.
2488 * add.c (add): Add comment about SEND_NO_CONTENTS.
2492 * update.c (update): Add comment about noexec and SEND_NO_CONTENTS.
2512 and force with argument flags. Add flag SEND_NO_CONTENTS and add
H A Dupdate.c304 flags |= SEND_NO_CONTENTS;
H A Dclient.c5667 args.no_contents = flags & SEND_NO_CONTENTS;
H A DChangeLog1802 client_active, send "-C" to server, and set SEND_NO_CONTENTS and
2656 * tag.c (cvstag): Don't pass SEND_NO_CONTENTS if -c specified.