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

/freebsd-9.3-release/contrib/cvs/src/
H A Dlog.c112 List *authorlist; member in struct:log_data
288 log_parse_list (&log_data.authorlist, optarg);
290 log_parse_list (&log_data.authorlist, "@@MYSELF");
398 send_arg_list ("-w", log_data.authorlist);
399 dellist (&log_data.authorlist);
422 if (findnode (log_data.authorlist, "@@MYSELF") != NULL)
423 log_parse_list (&log_data.authorlist, getcaller ());
475 dellist (&log_data.authorlist);
1359 if (log_data->authorlist != NULL)
1362 && findnode (log_data->authorlist, vnod
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c171 char const * login; /* stored in authorlist */
216 static struct authors *authorlist; variable in typeref:struct:authors
785 /* and store in authorlist */
795 authorlist = talloc(struct authors);
796 authorlist->login = getusername(false);
797 authorlist->nextauthor = 0;
803 newauthor->nextauthor = authorlist;
805 authorlist = newauthor;
964 /* function: compare information of pdelta to the authorlist, lockerlist,*/
974 if ((pauthor = authorlist)) /* onl
[all...]

Completed in 37 milliseconds