Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcheckout.c533 struct dir_to_build struct
540 struct dir_to_build *next; argument
545 static int build_dirs_and_chdir (struct dir_to_build *list,
808 struct dir_to_build *head; in checkout_proc()
819 head = xmalloc (sizeof (struct dir_to_build)); in checkout_proc()
836 struct dir_to_build *new; in checkout_proc()
842 new = xmalloc (sizeof (struct dir_to_build)); in checkout_proc()
1220 build_dirs_and_chdir (struct dir_to_build *dirs, int sticky) in build_dirs_and_chdir()
1223 struct dir_to_build *nextdir; in build_dirs_and_chdir()
H A DChangeLog-972386 (struct dir_to_build): New structure.
2388 dir_to_build rather than the silly string processing we had been
H A DChangeLog4587 (dir_to_build): Remove just_chdir member.
4588 (checkout_proc): Add trace. No longer set dir_to_build->just_chdir.
13141 (struct dir_to_build): New field just_chdir.