Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dfind_names.c86 Entries_Close (entries); in Find_Names()
221 Entries_Close (tmpentries); in Find_Directories()
Dcvs.h486 void Entries_Close (List *entries);
Dadd.c730 Entries_Close (entries); in add()
Dcheckout.c1134 Entries_Close (entries); in checkout_proc()
Drecurse.c894 Entries_Close (entries); in do_recursion()
Dentries.c546 Entries_Close (List *list) in Entries_Close() function
Dimport.c656 Entries_Close (entries); in process_import_file()
Dclient.c1089 Entries_Close (last_entries); in call_in_directory()
4817 Entries_Close (entries); in send_file_names()
Dupdate.c1148 Entries_Close (l); in isemptydir()
DChangeLog-93952283 after calling Entries_Close().
2297 (Entries_Close): Don't write Entries unless Entries.Log exists.
2302 (Entries_Close): New function, write out Entries file if
2310 * cvs.h (Entries_Open, Entries_Close): Add prototypes.
2313 Entries_Open()/Entries_Close() instead of ParseEntries()/dellist().
DChangeLog-961408 (do_recursion): Don't call Entries_Close until after processing
2046 Entries_Close.
2674 * client.c (call_in_directory): Move the call to Entries_Close
2675 before the call to chdir, since Entries_Close examines files in
3722 (do_recursion): Declare entries. Moved call to Entries_Close so
3724 (start_recursion): Removed call to Entries_Close, entries list has
DChangeLog-973138 call Entries_Open and Entries_Close. This has two effects: