Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/rcs/src/
Drlog.c782 struct authors * newauthor; local
795 newauthor = talloc(struct authors);
796 newauthor->nextauthor = authorlist;
797 newauthor->login = argv;
798 authorlist = newauthor;