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

/freebsd-11-stable/lib/libcalendar/
H A Dcalendar.c133 int const *montht; /* month-table */ local
160 montht = month1s;
162 montht = month1;
164 for (idt.m = 11; montht[idt.m] > ndays; idt.m--)
167 idt.d = ndays - montht[idt.m]; /* the rest is the day in month */

Completed in 47 milliseconds