Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Dannotate.c231 which = W_REPOS | W_ATTIC; in rannotate_proc()
H A Drecurse.c761 if ((lwhich & W_ATTIC) == 0) in do_recursion()
763 lwhich |= W_ATTIC; in do_recursion()
H A Dfind_names.c99 if (which & W_ATTIC) in Find_Names()
H A Dtag.c496 which = W_REPOS | W_ATTIC; in rtag_proc()
1659 which = W_REPOS | W_ATTIC; in tag_check_valid()
H A Dcvs.h343 #define W_ATTIC 0x04 /* look for files in the attic */ macro
H A Dls.c650 which |= W_ATTIC; in ls_proc()
H A Dpatch.c339 which = W_REPOS | W_ATTIC; in patch_proc()
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 Dcheckout.c1060 which |= W_ATTIC; in checkout_proc()
H A Ddiff.c478 which |= W_REPOS | W_ATTIC; in diff()
H A Dupdate.c432 which |= W_ATTIC; in update()