Home
last modified time | relevance | path

Searched refs:CVS_ENT_REMOVED (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/cvs/
Ddiff.c344 case CVS_ENT_REMOVED: in cvs_diff_local()
453 else if (cf->file_ent->ce_status == CVS_ENT_REMOVED) in cvs_diff_local()
511 cf->file_ent->ce_status != CVS_ENT_REMOVED) { in cvs_diff_local()
Dcvs.h229 #define CVS_ENT_REMOVED 2 macro
Dentries.c159 ent->ce_status = CVS_ENT_REMOVED; in cvs_ent_parse()
Dclient.c680 newent->ce_status == CVS_ENT_REMOVED ? 1 : 0, in cvs_client_checkedin()
Dfile.c892 case CVS_ENT_REMOVED: in cvs_file_classify()