Lines Matching defs:ip
1469 register const int * ip;1581 ip = mon_lengths[isleap(y)];1582 for (tmp->tm_mon = 0; idays >= ip[tmp->tm_mon]; ++(tmp->tm_mon))1583 idays -= ip[tmp->tm_mon];1630 increment_overflow(int *const ip, int j)1632 register int const i = *ip;1642 *ip += j;