Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dmodules.c107 int local_specified, int run_module_prog, int build_dirs, in my_module() argument
299 local_specified, mname, msg); in my_module()
431 local_specified = 1; in my_module()
509 where, shorten, local_specified, in my_module()
532 local_specified, mname, msg); in my_module()
587 if (local_specified) in my_module()
642 NULL, 0, local_specified, run_module_prog, in my_module()
747 int local_specified, int run_module_prog, int build_dirs, in do_module() argument
751 local_specified, run_module_prog, build_dirs, extra_arg, in do_module()
Dpatch.c32 int local_specified, char *mname, char *msg);
275 int shorten, int local_specified, char *mname, char *msg) in patch_proc() argument
287 shorten, local_specified, in patch_proc()
354 tag_check_valid (rev1, argc - 1, argv + 1, local_specified, 0, in patch_proc()
360 tag_check_valid (rev2, argc - 1, argv + 1, local_specified, 0, in patch_proc()
367 argc - 1, argv + 1, local_specified, in patch_proc()
Dcheckout.c48 int local_specified, char *omodule,
598 char *mfile, int shorten, int local_specified, char *omodule, in checkout_proc() argument
613 shorten, local_specified, in checkout_proc()
1080 if (!(local_specified || argc > 1)) in checkout_proc()
1144 force_tag_match, local_specified, true /* update -d */, in checkout_proc()
Dtag.c28 int local_specified, char *mname, char *msg);
452 int shorten, int local_specified, char *mname, char *msg) in rtag_proc() argument
469 shorten, local_specified, in rtag_proc()
478 shorten, local_specified, in rtag_proc()
560 tag_check_valid (numtag, argc - 1, argv + 1, local_specified, 0, in rtag_proc()
571 argc - 1, argv + 1, local_specified, which, 0, in rtag_proc()
587 local_specified, which, 0, CVS_LOCK_WRITE, where, 1, in rtag_proc()
Dcvs.h663 char *mwhere, char *mfile, int shorten, int local_specified,
682 int local_specified, int run_module_prog, int build_dirs,
Dacl.c53 int local_specified, char *mname, char *msg);
Dlog.c125 int local_specified, char *mname, char *msg);
Dserver.c5627 …har **argv, char *where, char *mwhere, char *mfile, int shorten, int local_specified, char *omodul… in expand_proc() argument
DChangeLog8847 (patch_proc): Use local_specified parameter instead of global.