Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drlog.c784 struct authors * newauthor; local
797 newauthor = talloc(struct authors);
798 newauthor->nextauthor = authorlist;
799 newauthor->login = argv;
800 authorlist = newauthor;