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

/freebsd-9.3-release/contrib/cvs/src/
H A Dcheckout.c535 struct dir_to_build struct
546 struct dir_to_build *next;
549 static int build_dirs_and_chdir PROTO ((struct dir_to_build *list,
805 * struct dir_to_build.
814 struct dir_to_build *head;
825 head = (struct dir_to_build *) xmalloc (sizeof (struct dir_to_build));
844 struct dir_to_build *new;
850 new = (struct dir_to_build *)
851 xmalloc (sizeof (struct dir_to_build));
[all...]

Completed in 97 milliseconds