Home
last modified time | relevance | path

Searched refs:tag_update_dir (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dupdate.c100 static char *tag_update_dir; variable
950 tag_update_dir = xstrdup (update_dir); in update_dirent_proc()
1048 if (tag_update_dir != NULL && strcmp (update_dir, tag_update_dir) == 0) in update_dirleave_proc()
1062 free (tag_update_dir); in update_dirleave_proc()
1063 tag_update_dir = NULL; in update_dirleave_proc()
H A DChangeLog13428 * update.c (tag_update_dir): New static variable.