Searched refs:orthodox (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/ncal/
H A Dncal.c181 static void printeaster(int year, int julian, int orthodox);
541 printeaster(int y, int julian, int orthodox) argument
550 /* force orthodox easter for years before 1583 */
552 orthodox = 1;
554 if (orthodox)

Completed in 60 milliseconds