Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Drecurse.c19 static int unroll_files_proc PROTO((Node *p, void *closure));
344 err += walklist (files_by_dir, unroll_files_proc, (void *) &frame);
1158 unroll_files_proc (p, closure) in unroll_files_proc() function
H A DChangeLog-9194212 * recurse.c (unroll_files_proc, addfile): new files, forward
H A DChangeLog-93951744 (unroll_files_proc): Likewise.
1939 (do_dir_proc, unroll_files_proc): Use new functions instead of
2511 * recurse.c (do_dir_proc, unroll_files_proc): Use open()/fchdir()
H A DChangeLog-972089 (unroll_files_proc): NULL out p->data after using it to set
H A DChangeLog1438 * recurse.c (unroll_files_proc): Plug memory leak.