Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dannotate.c223 which = W_REPOS | W_ATTIC;
225 which = W_REPOS;
H A Dfind_names.c89 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT))
232 if ((which & W_REPOS) && repository)
H A Dtag.c351 which = W_REPOS | W_ATTIC;
353 which = W_REPOS;
1198 which = W_REPOS | W_ATTIC;
H A Dpatch.c340 which = W_REPOS | W_ATTIC;
342 which = W_REPOS;
H A Dcheckout.c969 which = W_REPOS;
978 which = W_LOCAL | W_REPOS;
H A Dlog.c532 which = W_REPOS | W_ATTIC;
537 which = W_LOCAL | W_REPOS | W_ATTIC;
H A Ddiff.c367 which |= W_REPOS | W_ATTIC;
H A Dcvs.h347 #define W_REPOS 0x02 /* look for files in the repository */ macro
H A Dupdate.c410 which = W_LOCAL | W_REPOS;