Searched refs:compartial (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rlog.c | 989 0 <= compartial(pdelta->num, prevision->strtrev, length) && 990 0 <= compartial(prevision->endrev, pdelta->num, length) 1149 if (compartial(s.string,e.string,n) > 0) { in getnumericrev() 1195 || (2 < length && compartial(num1, num2, length-1) != 0)
|
| H A D | rcs.c | 1125 while (compartial(store->first->num, object, length)) { 1255 || (length>2 && compartial(numrev.string, target->num, length-1)) in removerevs()
|
| H A D | rcsrev.c | 308 compartial(num1, num2, length) in compartial() function
|
| H A D | rcsbase.h | 633 int compartial P((char const*,char const*,int));
|
| H A D | ChangeLog | 124 (cmpnum, compartial): s[d] -> *(s+d) to work around Cray compiler bug. 1695 * rcsrev.c: fixed compartial() and compnum() for nil-parameters;
|