Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drecurse.c35 struct recursion_frame { struct
49 static int do_recursion (struct recursion_frame *frame); argument
59 struct recursion_frame *frame;
66 struct recursion_frame *frame;
169 struct recursion_frame frame; in start_recursion()
605 do_recursion (struct recursion_frame *frame) in do_recursion()
988 struct recursion_frame *frame = frent->frame; in do_dir_proc()
989 struct recursion_frame xframe; in do_dir_proc()
1314 struct recursion_frame *frame = (struct recursion_frame *) closure; in unroll_files_proc()
H A DChangeLog-9194214 (recursion_frame): new struct.
H A DChangeLog-961412 not a recursion_frame. Pass entries to direntproc and
2000 * recurse.c: add it to struct recursion_frame and pass it to all
2013 single struct recursion_frame *. Change callers.
2015 struct recursion_frame structures to pass info to do_file_proc and
H A DChangeLog-972608 * recurse.c (struct recursion_frame): Reindent.