Home | History | Annotate | Download | only in tzcode

Lines Matching refs:long_increment_overflow

220 static int      long_increment_overflow P((long * number, int delta));
1699 long_increment_overflow(number, delta)
1742 return long_increment_overflow(tensptr, tensdelta);
1799 if (long_increment_overflow(&y, TM_YEAR_BASE))
1802 if (long_increment_overflow(&y, -1))
1810 if (long_increment_overflow(&y, 1))
1820 if (long_increment_overflow(&y, 1))
1824 if (long_increment_overflow(&y, -TM_YEAR_BASE))