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

  /src/usr.bin/cal/
cal.c 94 /* leap years according to the julian calendar */
110 /* number of julian leap days that have passed by a given date */
121 * the julian leap day count (for the same date) describes the number
137 * side effects of this upon the Gregorian reform is that two Julian
161 * That's 2 for standard/julian display, 4 for months possibly
198 static int julian; variable in typeref:typename:int
256 julian = 1;
359 if (julian) {
436 printf("%s ", (julian) ?
439 printf("%.*s", dow * (julian ? 4 : 3) - 1
    [all...]
cal.c 94 /* leap years according to the julian calendar */
110 /* number of julian leap days that have passed by a given date */
121 * the julian leap day count (for the same date) describes the number
137 * side effects of this upon the Gregorian reform is that two Julian
161 * That's 2 for standard/julian display, 4 for months possibly
198 static int julian; variable in typeref:typename:int
256 julian = 1;
359 if (julian) {
436 printf("%s ", (julian) ?
439 printf("%.*s", dow * (julian ? 4 : 3) - 1
    [all...]

Completed in 23 milliseconds