Home
last modified time | relevance | path

Searched refs:jan1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cal/
H A Dcal.c39 static int jan1(const int);
229 d = jan1(y); in cal()
233 switch ((jan1(y+1)+7-d)%7) { in cal()
283 jan1(const int yr) in jan1() function