Home
last modified time | relevance | path

Searched refs:run_module_prog (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c107 int local_specified, int run_module_prog, int build_dirs, in my_module() argument
510 run_module_prog, build_dirs, extra_arg, in my_module()
642 NULL, 0, local_specified, run_module_prog, in my_module()
663 if (err == 0 && 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()
H A Dcheckout.c112 int run_module_prog = 1; in checkout() local
175 run_module_prog = 0; in checkout()
197 run_module_prog = 0; /* don't run module prog when piping */ in checkout()
302 if (!run_module_prog) in checkout()
389 where, shorten, local, run_module_prog, !pipeout, in checkout()
H A Dtag.c121 bool run_module_prog = true; in cvstag() local
162 run_module_prog = false; in cvstag()
264 if (!run_module_prog) in cvstag()
311 rtag_proc, NULL, 0, local, run_module_prog, in cvstag()
H A Dcvs.h682 int local_specified, int run_module_prog, int build_dirs,
H A DChangeLog-973062 * rtag.c (rtag): Send -n if run_module_prog is NOT true.
H A DChangeLog6881 (commit): Don't set and send run_module_prog via -n. Don't run
8656 * modules.c (do_module): Use run_module_prog and server_active to
9359 instead of run_module_prog. Change all callers.