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

  /src/usr.bin/cal/
cal.c 84 static int shift_days[2][4][MAXDAYS + 1]; variable in typeref:typename:int[2][4][]
505 if (dm == shift_days[julian][dw][MAXDAYS]) {
506 memmove(days, shift_days[julian][dw],
804 shift_days[0][i],
805 shift_days[1][i]);

Completed in 75 milliseconds