Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drecurse.c1317 char *save_update_dir = NULL; in unroll_files_proc() local
1339 save_update_dir = update_dir; in unroll_files_proc()
1340 update_dir = xmalloc (strlen (save_update_dir) in unroll_files_proc()
1343 strcpy (update_dir, save_update_dir); in unroll_files_proc()
1353 if (save_update_dir != NULL) in unroll_files_proc()
1356 update_dir = save_update_dir; in unroll_files_proc()