Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dparsedata.c369 double ffullmoon[MAXMOONS], fnewmoon[MAXMOONS]; member
502 yearinfo->fnewmoon); in parsedaymonth()
738 floor(yearinfo->fnewmoon[i]) + offset, in parsedaymonth()
740 ed = floattotime(yearinfo->fnewmoon[i]); in parsedaymonth()
1078 double ffullmoon[MAXMOONS], fnewmoon[MAXMOONS]; in dodebug() local
1082 fpom(year, UTCOffset, ffullmoon, fnewmoon); in dodebug()
1089 for (i = 0; fnewmoon[i] >= 0; i++) { in dodebug()
1090 printf("%g (%s) ", fnewmoon[i], in dodebug()
1091 floattoday(year, fnewmoon[i])); in dodebug()