Home | History | Annotate | Download | only in tzcode

Lines Matching defs:ip

1426 	register const int *		ip;
1533 ip = mon_lengths[isleap(y)];
1534 for (tmp->tm_mon = 0; idays >= ip[tmp->tm_mon]; ++(tmp->tm_mon))
1535 idays -= ip[tmp->tm_mon];
1582 increment_overflow(int *const ip, int j)
1584 register int const i = *ip;
1594 *ip += j;