Home
last modified time | relevance | path

Searched refs:CVS_FILE (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/cvs/
Drepository.c142 type = CVS_FILE; in cvs_repository_getdir()
153 type = CVS_FILE; in cvs_repository_getdir()
174 case CVS_FILE: in cvs_repository_getdir()
180 FILE_INSIDE_ATTIC : 0, fl, CVS_FILE); in cvs_repository_getdir()
Dfile.c300 type = CVS_FILE; in cvs_file_walklist()
338 type = CVS_FILE; in cvs_file_walklist()
520 type = CVS_FILE; in cvs_file_walkdir()
532 type = CVS_FILE; in cvs_file_walkdir()
554 case CVS_FILE: in cvs_file_walkdir()
555 cvs_file_get(fpath, 0, &fl, CVS_FILE); in cvs_file_walkdir()
590 cvs_file_get(fpath, 0, &fl, CVS_FILE); in cvs_file_walkdir()
668 if (cf->file_type == CVS_FILE) { in cvs_file_classify()
695 cf->file_type == CVS_FILE && tag != NULL) { in cvs_file_classify()
714 cf->file_type != CVS_FILE) in cvs_file_classify()
Dcommit.c383 cvs_file_get(cf->file_path, 0, &files_affected, CVS_FILE); in cvs_commit_check_files()
387 cvs_file_get(cf->file_path, 0, &files_added, CVS_FILE); in cvs_commit_check_files()
390 cvs_file_get(cf->file_path, 0, &files_removed, CVS_FILE); in cvs_commit_check_files()
393 cvs_file_get(cf->file_path, 0, &files_modified, CVS_FILE); in cvs_commit_check_files()
417 if (cf->file_type != CVS_FILE) in cvs_commit_local()
Dfile.h92 #define CVS_FILE 2 macro
Dremote.c272 cf->file_type = CVS_FILE; in cvs_remote_classify_file()
292 if (cvs_cmdop == CVS_OP_IMPORT && cf->file_type == CVS_FILE) in cvs_remote_classify_file()
Dcheckout.c327 case CVS_FILE: in checkout_check_repository()
423 return CVS_FILE; in checkout_classify()
433 return CVS_FILE; in checkout_classify()
Drelease.c103 if (cf->file_type == CVS_FILE) in cvs_release_local()
Dutil.c398 type = CVS_FILE; in cvs_rmdir()
410 type = CVS_FILE; in cvs_rmdir()
422 case CVS_FILE: in cvs_rmdir()
Dadmin.c274 ocf = cvs_file_get_cf(d, f, oldfilename, ofd, CVS_FILE, 0); in cvs_admin_local()