Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c2578 register int thisleapi, thisleapcnt, thisleaplim; in writezone() local
2814 thisleaplim = thisleapi + thisleapcnt; in writezone()
2815 for (i = thisleapi; i < thisleaplim; ++i) { in writezone()
2845 puttzcode(thisleaplim ? corr[thisleaplim - 1] : 0, fp); in writezone()