leap               46 anacron/gregor.c static int leap(int year);
leap               81 anacron/gregor.c     isleap = leap(year);
leap              131 anacron/gregor.c 	case 2: return days_in_month[1] + (leap (time_record.tm_year + 1900) ? 1 : 0);
leap              146 anacron/gregor.c 	case 1: return days_in_month[1] + (leap (time_record.tm_year + 1900) ? 1 : 0);
leap              160 anacron/gregor.c     if (leap(time_record.tm_year - 1 + 1900)) {
leap              176 anacron/gregor.c     if (leap(time_record.tm_year + 1900)) {