HomeSort by: relevance | last modified time | path
    Searched defs:reform (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/cal/
cal.c 65 #define FIRST_MISSING_DAY reform->first_missing_day
66 #define NUMBER_MISSING_DAYS reform->missing_days
107 ((yr) <= reform->year ? j_leap_year((yr), 3, 1) : \
137 * side effects of this upon the Gregorian reform is that two Julian
143 /* number of centuries since the reform, not inclusive */
145 ((yr) > reform->year ? ((yr) / 100) - (reform->year / 100) : 0)
147 /* number of centuries since the reform whose modulo of 400 is 0 */
149 ((yr) > reform->year ? ((yr) / 400) - (reform->year / 400) : 0
155 static struct reform { struct
165 } *reform, reforms[] = { variable in typeref:struct:reform *
    [all...]

Completed in 12 milliseconds