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

/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c993 0 <= compartial(pdelta->num, prevision->strtrev, length) &&
994 0 <= compartial(prevision->endrev, pdelta->num, length)
1153 if (compartial(s.string,e.string,n) > 0) {
1199 || (2 < length && compartial(num1, num2, length-1) != 0)
/freebsd-10-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1122 while (compartial(store->first->num, object, length)) {
1252 || (length>2 && compartial(numrev.string, target->num, length-1))
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h632 int compartial P((char const*,char const*,int));
H A Drcsrev.c36 * (cmpnum, compartial): s[d] -> *(s+d) to work around Cray compiler bug.
94 * fixed compartial() and compnum() for nil-parameters; fixed nils
305 compartial(num1, num2, length) function

Completed in 109 milliseconds