Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dadd.c268 Subdir_Register (NULL, NULL, argv[j]); in add()
271 Subdir_Register (NULL, update_dir, p); in add()
903 Subdir_Register (entries, NULL, dir); in add_directory()
Dfind_names.c155 Subdir_Register (entries, NULL, p->key); in register_subdir_proc()
Dls.c521 Subdir_Register (entries, NULL, dir); in ls_direntproc()
Dcvs.h489 void Subdir_Register (List *, const char *, const char *);
Dcheckout.c1231 if (made_dir) Subdir_Register (NULL, NULL, dir); in build_dirs_and_chdir()
Dentries.c896 Subdir_Register (List *entries, const char *parent, const char *dir) in Subdir_Register() function
Dclient.c1018 Subdir_Register (NULL, NULL, dir); in call_in_directory()
1022 Subdir_Register (NULL, dir, b + 1); in call_in_directory()
DChangeLog-964 Create_Admin, placing it before Subdir_Register.
1376 (Subdirs_Known, Subdir_Register, Subdir_Deregister): Declare.
1399 (Subdir_Register, Subdir_Deregister): New functions.
1417 * add.c (add): If client_active, call Subdir_Register on each new
1420 Subdir_Register.
1421 * checkout.c (build_dirs_and_chdir): Call Subdir_Register.
1422 * client.c (call_in_directory): Call Subdir_Register for newly
1427 * server.c (dirswitch): Call Subdir_Register.
1428 * update.c (update_dirent_proc): Call Subdir_Register.
Dupdate.c963 Subdir_Register (entries, NULL, dir); in update_dirent_proc()
DChangeLog-971650 * server.c (dirswitch): Add comment about why Subdir_Register is
3112 change--move call to Subdir_Register back above the CVS_CHDIR call
3172 * checkout.c (build_dirs_and_chdir): Move call to Subdir_Register
Dserver.c326 Subdir_Register (NULL, dir_where_cvsadm_lives, dir_to_register); in create_adm_p()