Searched refs:montht (Results 1 – 1 of 1) sorted by relevance
133 int const *montht; /* month-table */ in gdate() local160 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()