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

/freebsd-10.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c970 struct authors const *pauthor; local
974 if ((pauthor = authorlist)) /* only certain authors wanted */
975 while (strcmp(pauthor->login, pdelta->author) != 0)
976 if (!(pauthor = pauthor->nextauthor))

Completed in 91 milliseconds