Home
last modified time | relevance | path

Searched refs:build_dirs (Results 1 – 8 of 8) 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
510 run_module_prog, build_dirs, extra_arg, in my_module()
542 if (!build_dirs) in my_module()
643 build_dirs, extra_arg, stack); 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()
Dclient.h197 void client_send_expansions (int local, char *where, int build_dirs);
Dclient.c2745 client_send_expansions (int local, char *where, int build_dirs) in client_send_expansions() argument
2762 send_files (1, argv, local, 0, build_dirs ? SEND_BUILD_DIRS : 0); in client_send_expansions()
4436 int build_dirs; member
4698 if (args->build_dirs && noexec) in send_dirent_proc()
4960 args.build_dirs = flags & SEND_BUILD_DIRS; in send_files()
Dcvs.h682 int local_specified, int run_module_prog, int build_dirs,
DChangeLog-96528 * client.c (client_send_expansions): Add build_dirs parameter.
530 (send_dirent_proc): Get build_dirs from callerdat; if it is
532 (send_files): Add build_dirs parameter. Change all callers.
DChangeLog-972511 * client.h, client.c (send_files): Replace arguments build_dirs
DChangeLog9358 * modules.c, cvs.h (do_module): Add build_dirs argument and use it
/netbsd/src/crypto/external/bsd/openssl/dist/
DConfigure1910 my @build_dirs = ( [ ] ); # current directory
1926 while (@build_dirs) {
1927 my @curd = @{shift @build_dirs};
2143 push @build_dirs, [ @curd, splitdir($_, 1) ];