Home
last modified time | relevance | path

Searched refs:T_REMOVE_ENTRY (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dclassify.c111 ret = T_REMOVE_ENTRY;
160 ret = T_REMOVE_ENTRY;
210 ret = T_REMOVE_ENTRY;
222 ret = T_REMOVE_ENTRY;
240 ret = T_REMOVE_ENTRY;
Dstatus.c160 case T_REMOVE_ENTRY:
Dcommit.c721 if (xstatus == T_REMOVE_ENTRY)
745 if ((status == T_REMOVE_ENTRY || status == T_CONFLICT)
753 if (status == T_UPTODATE || status == T_REMOVE_ENTRY)
825 case T_REMOVE_ENTRY:
Dcvs.h801 T_REMOVE_ENTRY, /* W (removed entry) list */ enumerator
Dupdate.c625 case T_REMOVE_ENTRY: /* needs to be un-registered */
786 case T_REMOVE_ENTRY: /* needs to be un-registered */
DChangeLog-961564 * update.c (update_fileproc): In T_REMOVE_ENTRY case, only call
2271 handling T_REMOVE_ENTRY on the server.