Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/rcs/src/
Drlog.c219 static struct authors *authorlist; variable
788 authorlist = talloc(struct authors);
789 authorlist->login = getusername(false);
790 authorlist->nextauthor = 0;
796 newauthor->nextauthor = authorlist;
798 authorlist = newauthor;
967 if ((pauthor = authorlist)) /* only certain authors wanted */
/mirbsd/src/gnu/usr.bin/cvs/src/
Dlog.c110 List *authorlist; member
276 log_parse_list (&log_data.authorlist, optarg); in cvslog()
278 log_parse_list (&log_data.authorlist, "@@MYSELF"); in cvslog()
387 send_arg_list ("-w", log_data.authorlist); in cvslog()
388 dellist (&log_data.authorlist); in cvslog()
411 if (findnode (log_data.authorlist, "@@MYSELF") != NULL) in cvslog()
412 log_parse_list (&log_data.authorlist, getcaller ()); in cvslog()
463 dellist (&log_data.authorlist); in cvslog()
1327 if (log_data->authorlist != NULL) in log_version_requested()
1330 && findnode (log_data->authorlist, vnode->author) == NULL) in log_version_requested()