Searched refs:yearinfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/calendar/
H A Dparsedata.c367 static struct yearinfo { struct
375 struct yearinfo *next;
376 } *years, *yearinfo; variable in typeref:struct:yearinfo
408 while (wdayn <= yearinfo->monthdays[month])
484 yearinfo = years;
485 while (yearinfo != NULL) {
486 if (yearinfo->year == year)
488 yearinfo = yearinfo -> next;
490 if (yearinfo
[all...]

Completed in 108 milliseconds