Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dannotate.c227 which = W_REPOS | W_ATTIC; in rannotate_proc()
229 which = W_REPOS; in rannotate_proc()
247 if (which & W_REPOS) in rannotate_proc()
Dfind_names.c90 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT)) in Find_Names()
225 if ((which & W_REPOS) && repository) in Find_Directories()
Dls.c643 which = W_REPOS; in ls_proc()
649 which = W_LOCAL | W_REPOS; in ls_proc()
Dtag.c547 which = W_REPOS | W_ATTIC; in rtag_proc()
549 which = W_REPOS; in rtag_proc()
590 if (which & W_REPOS) free (repository); in rtag_proc()
1744 which = W_REPOS | W_ATTIC; in tag_check_valid()
Dcheckout.c1042 which = W_REPOS; in checkout_proc()
1052 which = W_LOCAL | W_REPOS; in checkout_proc()
Dpatch.c348 which = W_REPOS | W_ATTIC; in patch_proc()
350 which = W_REPOS; in patch_proc()
Dcvs.h350 #define W_REPOS 0x02 /* look for files in the repository */ macro
Dacl.c937 which = W_REPOS | W_ATTIC; in racl_proc()
952 which = W_LOCAL | W_REPOS | W_ATTIC; in racl_proc()
Dlog.c546 which = W_REPOS | W_ATTIC; in rlog_proc()
552 which = W_LOCAL | W_REPOS | W_ATTIC; in rlog_proc()
Ddiff.c456 which |= W_REPOS | W_ATTIC; in diff()
Dupdate.c435 which = W_LOCAL | W_REPOS; in update()