Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/rcs/src/
Dco.c566 int whomatch, nummatch; local
572 whomatch = strcmp(getcaller(), next->login);
574 if ((whomatch==0) && (nummatch==0)) break;
576 if ((whomatch!=0)&&(nummatch==0)) {