Home
last modified time | relevance | path

Searched refs:W_LOCAL (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Drecurse.c260 int just_subdirs = (which & W_LOCAL) && !isdir (CVSADM); in start_recursion()
296 dirlist = Find_Directories (NULL, W_LOCAL, NULL); in start_recursion()
327 W_LOCAL, in start_recursion()
391 if (!(which & W_LOCAL)) in start_recursion()
403 if ((which & W_LOCAL) && isdir (CVSADM) && in start_recursion()
721 if (frame->which & W_LOCAL) in do_recursion()
809 if (frame->which & W_LOCAL) in do_recursion()
955 && !(frfile->frame->which & W_LOCAL)) in do_file_proc()
1085 if (frame->which & W_LOCAL) in do_dir_proc()
1192 if ((frame->which & W_LOCAL) && !isdir (dir)) in do_dir_proc()
Dedit.c104 lock_tree_promotably (argc, argv, local, W_LOCAL, 0); in watch_onoff()
107 NULL, argc, argv, local, W_LOCAL, 0, CVS_LOCK_WRITE, in watch_onoff()
237 argv, local, W_LOCAL, 0, 0, NULL, 0, NULL); in send_notifications()
251 argv, local, W_LOCAL, 0, CVS_LOCK_WRITE, NULL, in send_notifications()
595 local, W_LOCAL, 0, 0, NULL, 0, NULL); in edit()
757 local, W_LOCAL, 0, 0, NULL, 0, NULL); in unedit()
1233 argc, argv, local, W_LOCAL, 0, CVS_LOCK_READ, NULL, in editors()
Dremove.c96 NULL, argc, argv, local, W_LOCAL, in cvsremove()
119 NULL, argc, argv, local, W_LOCAL, 0, in cvsremove()
Dwatch.c368 lock_tree_promotably (argc, argv, the_args.local, W_LOCAL, 0); in watch_addremove()
372 argc, argv, the_args.local, W_LOCAL, 0, CVS_LOCK_WRITE, in watch_addremove()
540 NULL, NULL, argc, argv, local, W_LOCAL, 0, in watchers()
Dfind_names.c73 if (which & W_LOCAL) in Find_Names()
171 if (which & W_LOCAL) in Find_Directories()
Dls.c649 which = W_LOCAL | W_REPOS; in ls_proc()
687 if (!(which & W_LOCAL)) free (repository); in ls_proc()
Dannotate.c234 which = W_LOCAL; in rannotate_proc()
Dstatus.c113 NULL, NULL, argc, argv, local, W_LOCAL, in cvsstatus()
Dadmin.c643 lock_tree_promotably (argc, argv, 0, W_LOCAL, 0); in admin()
649 W_LOCAL, 0, CVS_LOCK_WRITE, NULL, 1, NULL); in admin()
Dcommit.c480 &find_args, argc, argv, local, W_LOCAL, 0, CVS_LOCK_NONE, in commit()
656 lock_tree_promotably (argc, argv, local, W_LOCAL, aflag); in commit()
681 W_LOCAL, aflag, CVS_LOCK_NONE, NULL, 1, NULL); in commit()
692 argc, argv, local, W_LOCAL, aflag, in commit()
Dtag.c554 which = W_LOCAL; in rtag_proc()
1747 which |= W_LOCAL; in tag_check_valid()
Dcvs.h349 #define W_LOCAL 0x01 /* look for files locally */ macro
Dlog.c552 which = W_LOCAL | W_REPOS | W_ATTIC; in rlog_proc()
560 if (!(which & W_LOCAL)) free (repository); in rlog_proc()
Dcheckout.c1052 which = W_LOCAL | W_REPOS; in checkout_proc()
Ddiff.c454 which = W_LOCAL; in diff()
Dclient.c1082 dirlist = Find_Directories (NULL, W_LOCAL, last_entries); in call_in_directory()
4966 send_dirleave_proc, &args, argc, argv, local, W_LOCAL, aflag, in send_files()
Dacl.c952 which = W_LOCAL | W_REPOS | W_ATTIC; in racl_proc()
Dupdate.c435 which = W_LOCAL | W_REPOS; in update()
DChangeLog-961558 Name_Repository in !(which & W_LOCAL) case.
2285 W_LOCAL) instead of wd_is_repos.
2294 if which & W_LOCAL.
DChangeLog-97112 W_LOCAL.
DChangeLog9464 callers to pass W_LOCAL.