Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dannotate.c225 which = W_REPOS | W_ATTIC; in rannotate_proc()
227 which = W_REPOS; in rannotate_proc()
245 if (which & W_REPOS) in rannotate_proc()
H A Dfind_names.c88 if ((which & W_REPOS) && repository && !isreadable (CVSADM_ENTSTAT)) in Find_Names()
223 if ((which & W_REPOS) && repository) in Find_Directories()
H A Dtag.c496 which = W_REPOS | W_ATTIC; in rtag_proc()
498 which = W_REPOS; in rtag_proc()
539 if (which & W_REPOS) free (repository); in rtag_proc()
1659 which = W_REPOS | W_ATTIC; in tag_check_valid()
H A Dls.c640 which = W_REPOS; in ls_proc()
646 which = W_LOCAL | W_REPOS; in ls_proc()
H A Dpatch.c339 which = W_REPOS | W_ATTIC; in patch_proc()
341 which = W_REPOS; in patch_proc()
H A Dcheckout.c1040 which = W_REPOS; in checkout_proc()
1050 which = W_LOCAL | W_REPOS; in checkout_proc()
H A Dcvs.h349 #define W_REPOS 0x02 /* look for files in the repository */ macro
H A Dlog.c544 which = W_REPOS | W_ATTIC; in rlog_proc()
550 which = W_LOCAL | W_REPOS | W_ATTIC; in rlog_proc()
H A Ddiff.c454 which |= W_REPOS | W_ATTIC; in diff()
H A Dupdate.c426 which = W_LOCAL | W_REPOS; in update()