HomeSort by: relevance | last modified time | path
    Searched defs:cmpdate (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsrev.c 38 * (cmpdate, normalizeyear): New functions work around MKS RCS incompatibility.
40 * (genrevs, genbranch): cmpnum -> cmpdate
239 cmpdate(d1, d2) function
439 (date && cmpdate(date,next->date) < 0) ||
487 if (date && cmpdate(date,next->date)<0) {
577 do { if ((!date || cmpdate(date,next->date)>=0) &&
622 if (date && cmpdate(date,trail->date)<0) {

Completed in 25 milliseconds