JewishMonthHebNameLeap  208 ext/calendar/calendar.c #define JEWISH_HEB_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthHebNameLeap:JewishMonthHebName)
JewishMonthHebNameLeap  340 ext/calendar/jewish.c char *JewishMonthHebNameLeap[14] =
JewishMonthHebNameLeap   86 ext/calendar/sdncal.h extern char *JewishMonthHebNameLeap[14];