monthsPerYear     207 ext/calendar/calendar.c #define JEWISH_MONTH_NAME(year) 	((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthNameLeap:JewishMonthName)
monthsPerYear     208 ext/calendar/calendar.c #define JEWISH_HEB_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthHebNameLeap:JewishMonthHebName)
monthsPerYear     290 ext/calendar/jewish.c int monthsPerYear[19] =
monthsPerYear     507 ext/calendar/jewish.c 		moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear];
monthsPerYear     589 ext/calendar/jewish.c 		halakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear];
monthsPerYear     619 ext/calendar/jewish.c 			if (monthsPerYear[(*pYear - 1) % 19] == 13) {
monthsPerYear     726 ext/calendar/jewish.c 			moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear];
monthsPerYear     748 ext/calendar/jewish.c 			if (monthsPerYear[(year - 1) % 19] == 12) {
monthsPerYear      87 ext/calendar/sdncal.h extern int monthsPerYear[19];