Searched refs:RelMonth (Results 1 – 4 of 4) sorted by relevance
86 time_t RelMonth; member378 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()387 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()395 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()409 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()462 gds->RelMonth = -gds->RelMonth; in phrase()794 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument803 if (RelMonth == 0) in RelativeMonth()812 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()1137 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()
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()
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()