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

  /src/usr.bin/cal/
cal.c 348 int startmonth, startyear; local in function:monthrange
375 startmonth = 12 - 1 - ((before + 12 - 1 - month) % 12);
384 month = startmonth;

Completed in 11 milliseconds