Home
last modified time | relevance | path

Searched refs:T_PATCH (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dclassify.c382 ret = T_PATCH; in Classify_File()
395 ret = T_PATCH; in Classify_File()
Dstatus.c161 case T_PATCH: in status_fileproc()
Dcvs.h829 T_PATCH, /* P Like C, but can patch */ enumerator
Dupdate.c676 case T_PATCH: /* needs patch */ in update_fileproc()
748 case T_PATCH: /* needs patch */ in update_fileproc()
Dtag.c622 case T_PATCH: in check_fileproc()
Dcommit.c848 case T_PATCH: in check_fileproc()
DChangeLog-93953416 * classify.c (Classify_File): Return T_CHECKOUT, not T_PATCH, if
3419 * cvs.h (enum classify_type): Add T_PATCH.
3422 modified, and using the same -k options, return T_PATCH instead of
3426 (update_file_proc): Handle T_PATCH.
3442 * commit.c (check_fileproc): Handle T_PATCH.
DChangeLog10002 * cvs.h: Define (and use) T_PATCH as a valid file classification
10008 * tag.c (check_fileproc): Accept T_PATCH in addition to T_CHECKOUT.