Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drecurse.c27 struct recursion_frame { struct
40 static int do_recursion PROTO ((struct recursion_frame *frame)); argument
50 struct recursion_frame *frame;
57 struct recursion_frame *frame;
114 struct recursion_frame frame;
498 struct recursion_frame *frame; in do_recursion()
845 struct recursion_frame *frame = frent->frame;
846 struct recursion_frame xframe;
1163 struct recursion_frame *frame = (struct recursion_frame *) closure;
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.