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

/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.c66 int EastLongitude = LONGITUDE_NOTSET; variable
122 EastLongitude = strtol(optarg, NULL, 10);
151 EastLongitude == LONGITUDE_NOTSET) {
174 EastLongitude = UTCOffset * 15;
177 UTCOffset = EastLongitude / 15;
178 } else if (EastLongitude == LONGITUDE_NOTSET) {
180 EastLongitude = UTCOffset * 15;
H A Dcalendar.h59 extern int EastLongitude;
H A Dparsedata.c1070 printf("eastlongitude: %d\n", EastLongitude);

Completed in 143 milliseconds