Lines Matching defs:author
765 else if (!strcmp(chain->name, "author")) {
766 struct rnnauthor* author = calloc(sizeof *author, 1);
769 author->contributions = getcontent(chain);
772 author->name = strdup(getattrib(db, file, chain->line, authorattr));
774 author->email = strdup(getattrib(db, file, chain->line, authorattr));
776 rnn_err(db, "%s:%d: wrong attribute \"%s\" for author\n", file, chain->line, authorattr->name);
796 ADDARRAY(author->nicknames, nickname);
798 rnn_err(db, "%s:%d: wrong tag in author: <%s>\n", file, authorchild->line, authorchild->name);
802 ADDARRAY(copyright->authors, author);