Searched refs:RelMonth (Results 1 – 3 of 3) sorted by relevance
89 time_t RelMonth; member381 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()390 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()398 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()412 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()465 gds->RelMonth = -gds->RelMonth; in phrase()763 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument769 if (RelMonth == 0) in RelativeMonth()772 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()1002 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in __archive_get_date()
637 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument643 if (RelMonth == 0) in RelativeMonth()646 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()