Searched refs:RelMonth (Results 1 – 3 of 3) sorted by relevance
90 time_t RelMonth; member382 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()391 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()399 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()413 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()466 gds->RelMonth = -gds->RelMonth; in phrase()833 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument846 if (RelMonth == 0) in RelativeMonth()860 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()1129 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()