Home | History | Annotate | Download | only in tzcode

Lines Matching defs:ip

1472     register const int *  ip;
1579 ip = mon_lengths[isleap(y)];
1580 for (tmp->tm_mon = 0; idays >= ip[tmp->tm_mon]; ++(tmp->tm_mon))
1581 idays -= ip[tmp->tm_mon];
1628 increment_overflow(int *const ip, int j)
1630 register int const i = *ip;
1640 *ip += j;