Searched refs:SEND_NO_CONTENTS (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | client.h | 111 #define SEND_NO_CONTENTS 4 macro
|
H A D | watch.c | 340 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); 519 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
|
H A D | annotate.c | 115 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
|
H A D | edit.c | 92 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); 1128 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
|
H A D | add.c | 274 send_files (argc, argv, 0, 0, SEND_BUILD_DIRS | SEND_NO_CONTENTS);
|
H A D | admin.c | 505 send_files (argc, argv, 0, 0, SEND_NO_CONTENTS);
|
H A D | diff.c | 348 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
|
H A D | tag.c | 234 check_uptodate ? 0 : SEND_NO_CONTENTS);
|
H A D | log.c | 386 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
|
H A D | ChangeLog-97 | 391 * 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 D | update.c | 304 flags |= SEND_NO_CONTENTS;
|
H A D | client.c | 5667 args.no_contents = flags & SEND_NO_CONTENTS;
|
H A D | ChangeLog | 1802 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.
|