Searched refs:RelMonth (Results 1 – 4 of 4) sorted by relevance
85 time_t RelMonth; member377 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()386 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()394 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()408 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()461 gds->RelMonth = -gds->RelMonth; in phrase()793 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument802 if (RelMonth == 0) in RelativeMonth()811 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()1109 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in archive_parse_date()
638 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument644 if (RelMonth == 0) in RelativeMonth()647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
635 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument641 if (RelMonth == 0) in RelativeMonth()644 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
652 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument660 if (RelMonth == 0) in RelativeMonth()665 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; in RelativeMonth()