Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclassify.c349 ret = T_PATCH;
362 ret = T_PATCH;
H A Dstatus.c139 case T_PATCH:
H A Dcvs.h803 T_PATCH, /* P Like C, but can patch */ enumerator
H A Dtag.c421 (status != T_PATCH))
H A Dupdate.c637 case T_PATCH: /* needs patch */
747 case T_PATCH: /* needs patch */
H A Dcommit.c822 case T_PATCH:
H A 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.
H A DChangeLog1047 * cvs.h: Define (and use) T_PATCH as a valid file classification
1053 * tag.c (check_fileproc): Accept T_PATCH in addition to T_CHECKOUT.