Lines Matching defs:west
37 * if west==TM_LOCALZONE then the local timezone is used
38 * otherwise west is the number of minutes west
46 tmxtime(register Tm_t* tm, int west)
80 if (west != TM_UTCZONE && !(tm_info.flags & TM_UTC))
86 if (west == TM_LOCALZONE)
88 t += tm_info.zone->west * 60;
95 now = tmxsec(tmxtime(tm, tm_info.zone->west));
105 t += west * 60;
113 now = tmxsec(tmxtime(tm, tm_info.zone->west));