Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Dupdate.c92 static char *tag_update_dir; variable
966 tag_update_dir = xstrdup (update_dir);
1069 if (tag_update_dir != NULL && strcmp (update_dir, tag_update_dir) == 0)
1082 free (tag_update_dir);
1083 tag_update_dir = NULL;
H A DChangeLog4473 * update.c (tag_update_dir): New static variable.