Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dco.c190 static int lastjoin; /* index of last element in joinlist */ variable
655 joinlist[++lastjoin] = d->num;
668 lastjoin= -1;
672 if (lastjoin>=joinlength-2) {
689 if (lastjoin==0) { /* first pair */
692 lastjoin=1;
701 if (lastjoin < 1)
780 while (i<lastjoin) {
807 if (lastjoin<=i+2 && workstdout) *p++ = "-p";