Home
last modified time | relevance | path

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

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