m_table_common 27 ext/date/lib/dow.c static int m_table_common[13] = { -1, 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5 }; /* 1 = jan */ m_table_common 56 ext/date/lib/dow.c m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m];