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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcommit.c73 List *ulist; /* list for Update_Logfile */ member in struct:master_lists
119 List *ulist; member in struct:find_data
316 (void)addnode (args->ulist, node);
466 find_args.ulist = getlist ();
491 dellist (&find_args.ulist);
506 walklist (find_args.ulist, copy_ulist, &find_args);
525 do_editor (".", &saved_message, NULL, find_args.ulist);
614 dellist (&find_args.ulist);
809 List *ulist, *cilist; local
971 ulist
1231 List *ulist = closure; local
1333 List *ulist, *cilist; local
1583 List *ulist; local
1665 List *ulist; local
[all...]
H A Dadd.c838 List *ulist; local
873 ulist = getlist ();
883 (void) addnode (ulist, p);
884 Update_Logfile (rcsdir, message, NULL, ulist);
885 dellist (&ulist);
H A Dimport.c82 List *ulist; local
339 ulist = getlist ();
349 (void) addnode (ulist, p);
350 do_verify (&message, repository, ulist);
438 Update_Logfile (repository, message, logfp, ulist);
439 dellist (&ulist);

Completed in 284 milliseconds