Home
last modified time | relevance | path

Searched refs:month1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcalendar/
H A Dcalendar.c44 static int const month1[] = variable
89 for (idt.m = 11; month1[idt.m] > r; idt.m--) in jdate()
93 idt.d = r - month1[idt.m]; in jdate()
122 return (idt->d + month1[idt->m] + idt->y * 365 + idt->y / 4); in ndaysji()
162 montht = month1; in gdate()