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

  /src/usr.bin/cal/
cal.c 210 static int day_in_week(int, int, int);
514 dw = day_in_week(1, month, year);
542 * day_in_week
548 day_in_week(int day, int month, int year) function in typeref:typename:int
789 diw = day_in_week(reform->date, reform->month, reform->year);
cal.c 210 static int day_in_week(int, int, int);
514 dw = day_in_week(1, month, year);
542 * day_in_week
548 day_in_week(int day, int month, int year) function in typeref:typename:int
789 diw = day_in_week(reform->date, reform->month, reform->year);

Completed in 22 milliseconds