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

/freebsd-10.1-release/usr.bin/calendar/
H A Dpom.c80 static double potm(double onday);
154 today = potm(days_today); /* 30 December 23:59:59 */
155 tomorrow = potm(days_tomorrow); /* 31 December 00:00:01 */
160 today = potm(days_today);
161 tomorrow = potm(days_tomorrow);
197 before = potm(p1);
198 after = potm(p2);
215 * potm --
219 potm(double onday) function
/freebsd-10.1-release/games/pom/
H A Dpom.c78 static double potm(double);
140 today = potm(days) + .5;
151 tomorrow = potm(days + 1);
171 * potm --
175 potm(double days) function

Completed in 100 milliseconds