HomeSort by: relevance | last modified time | path
    Searched defs:newauthor (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rlog.c 784 struct authors * newauthor; local
797 newauthor = talloc(struct authors);
798 newauthor->nextauthor = authorlist;
799 newauthor->login = argv;
800 authorlist = newauthor;

Completed in 16 milliseconds