Home
last modified time | relevance | path

Searched refs:monthtype (Results 1 – 1 of 1) sorted by relevance

/dports/japanese/today/ja-today-2.12_2/
H A Devent.c784 int monthtype = 0; /* bit0:����ǯ, bit1:���ǯ */ in analysis_ev_year() local
808 monthtype |= 1; in analysis_ev_year()
811 monthtype |= 2; in analysis_ev_year()
904 if (monthtype == 0 || monthtype == 3 || in analysis_ev_year()
905 ((monthtype - 1) == (current_year & 1))) { in analysis_ev_year()