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

/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c789 struct authors * newauthor; local
802 newauthor = talloc(struct authors);
803 newauthor->nextauthor = authorlist;
804 newauthor->login = argv;
805 authorlist = newauthor;

Completed in 97 milliseconds