Symbol: CVS_FILE
usr.bin/cvs/admin.c
274
ocf = cvs_file_get_cf(d, f, oldfilename, ofd, CVS_FILE, 0);
usr.bin/cvs/checkout.c
327
case CVS_FILE:
usr.bin/cvs/checkout.c
423
return CVS_FILE;
usr.bin/cvs/checkout.c
433
return CVS_FILE;
usr.bin/cvs/commit.c
383
cvs_file_get(cf->file_path, 0, &files_affected, CVS_FILE);
usr.bin/cvs/commit.c
387
cvs_file_get(cf->file_path, 0, &files_added, CVS_FILE);
usr.bin/cvs/commit.c
390
cvs_file_get(cf->file_path, 0, &files_removed, CVS_FILE);
usr.bin/cvs/commit.c
393
cvs_file_get(cf->file_path, 0, &files_modified, CVS_FILE);
usr.bin/cvs/commit.c
417
if (cf->file_type != CVS_FILE)
usr.bin/cvs/file.c
300
type = CVS_FILE;
usr.bin/cvs/file.c
338
type = CVS_FILE;
usr.bin/cvs/file.c
520
type = CVS_FILE;
usr.bin/cvs/file.c
532
type = CVS_FILE;
usr.bin/cvs/file.c
554
case CVS_FILE:
usr.bin/cvs/file.c
555
cvs_file_get(fpath, 0, &fl, CVS_FILE);
usr.bin/cvs/file.c
590
cvs_file_get(fpath, 0, &fl, CVS_FILE);
usr.bin/cvs/file.c
668
if (cf->file_type == CVS_FILE) {
usr.bin/cvs/file.c
695
cf->file_type == CVS_FILE && tag != NULL) {
usr.bin/cvs/file.c
714
cf->file_type != CVS_FILE)
usr.bin/cvs/release.c
103
if (cf->file_type == CVS_FILE)
usr.bin/cvs/remote.c
272
cf->file_type = CVS_FILE;
usr.bin/cvs/remote.c
292
if (cvs_cmdop == CVS_OP_IMPORT && cf->file_type == CVS_FILE)
usr.bin/cvs/repository.c
142
type = CVS_FILE;
usr.bin/cvs/repository.c
153
type = CVS_FILE;
usr.bin/cvs/repository.c
174
case CVS_FILE:
usr.bin/cvs/repository.c
180
FILE_INSIDE_ATTIC : 0, fl, CVS_FILE);
usr.bin/cvs/util.c
398
type = CVS_FILE;
usr.bin/cvs/util.c
410
type = CVS_FILE;
usr.bin/cvs/util.c
422
case CVS_FILE: