Home | History | Annotate | Download | only in tzcode

Lines Matching defs:ip

1595 	register const int *		ip;
1695 ip = mon_lengths[isleap(y)];
1696 for (tmp->tm_mon = 0; idays >= ip[tmp->tm_mon]; ++(tmp->tm_mon))
1697 idays -= ip[tmp->tm_mon];
1749 increment_overflow(int *ip, int j)
1751 register int const i = *ip;
1761 *ip += j;